CSS布局 一、左右布局 1、float实现左右布局 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="index01.css"> <title>居中布局的几个实现方 ...
分类:
其他好文 时间:
2020-01-18 11:07:05
阅读次数:
111
<link href="${rc.contextPath}/res/adminlte/plugins/bootstrap-fileinput/css/fileinput.min.css" rel="stylesheet"><link href="${rc.contextPath}/res/admin ...
分类:
Web程序 时间:
2020-01-17 18:44:34
阅读次数:
202
Html: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" ...
分类:
Web程序 时间:
2020-01-16 12:47:45
阅读次数:
110
1、 1.1 代码 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>布局</title> <link rel="stylesheet" ...
分类:
Web程序 时间:
2020-01-11 14:51:10
阅读次数:
146
1、 <link rel="stylesheet" type="text/css" href="/Common/CSS/easyui/default/easyui.css" /> <link rel="stylesheet" type="text/css" href="/Common/CSS/eas ...
分类:
Web程序 时间:
2020-01-11 13:14:55
阅读次数:
99
<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>测试</title> <!-- 引入样式 --> <link rel="stylesheet" href ...
分类:
其他好文 时间:
2020-01-11 00:39:09
阅读次数:
115
1.HTML部分 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <!-- 引入css文件 --> <link rel="stylesheet" href="login.css ...
分类:
Web程序 时间:
2020-01-10 23:53:34
阅读次数:
128
laravel默认从public开始,所以静态文件放到public下开始,只需要把你想要加载的css文件和js文件放入public文件夹中即可。这里以我用得layui为例: 在项目文件中加载即可: <link rel="stylesheet" href="{{URL::asset('layui-v2 ...
分类:
Web程序 时间:
2020-01-04 16:13:27
阅读次数:
163
官方网站:https://photo-sphere-viewer.js.org/ 线上demo:点击查看 需要引入的文件 <link rel="stylesheet" href="./css/photo-sphere-viewer.min.css"> <!-- 3D --> <script src= ...
分类:
Web程序 时间:
2020-01-04 01:28:40
阅读次数:
131
按照国际惯例先放图 index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>demo</title> <!-- 基本样式 --> <link rel="stylesheet" href="sty ...
分类:
Web程序 时间:
2020-01-02 20:32:12
阅读次数:
85