页面调整
|
@ -2,110 +2,112 @@
|
|||
@charset "utf-8";
|
||||
/* reset section */
|
||||
*{
|
||||
padding:0;
|
||||
margin:0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: "微软雅黑" !important;
|
||||
color: #333333;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
padding:0;
|
||||
margin:0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei';
|
||||
color: #333333;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
word-break: break-word;
|
||||
word-break: break-all;/*英文不溢出*/
|
||||
word-break: break-all;/*英文不溢出*/
|
||||
}
|
||||
html,body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
a{
|
||||
text-decoration:none;
|
||||
cursor:pointer;
|
||||
outline:none;
|
||||
a{
|
||||
text-decoration:none;
|
||||
cursor:pointer;
|
||||
outline:none;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6{
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
input:focus {
|
||||
outline:none;
|
||||
outline:none;
|
||||
}
|
||||
button{
|
||||
cursor:pointer;
|
||||
border:none;
|
||||
outline:none;
|
||||
background:none;
|
||||
cursor:pointer;
|
||||
border:none;
|
||||
outline:none;
|
||||
background:none;
|
||||
}
|
||||
img{
|
||||
border: none;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
img{
|
||||
border: none;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
object {
|
||||
max-width: 100%;
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
ul,li {
|
||||
list-style: none;
|
||||
list-style-type:none;
|
||||
text-transform:capitalize;/*首字母大写*/
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
list-style-type:none;
|
||||
text-transform:capitalize;/*首字母大写*/
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
table{
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
table{
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
table td{
|
||||
table td{
|
||||
|
||||
}
|
||||
input{
|
||||
border:none;
|
||||
background:none;
|
||||
outline:none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
input{
|
||||
border:none;
|
||||
background:none;
|
||||
outline:none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
button{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
/*所有元素去高光*/
|
||||
a,img,button,input,textarea,div{
|
||||
-webkit-tap-highlight-color:rgba(255,255,255,0);
|
||||
-webkit-tap-highlight-color:rgba(255,255,255,0);
|
||||
}
|
||||
input,textarea{
|
||||
|
||||
}
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
input,img,button{
|
||||
vertical-align:middle;
|
||||
font-family: "微软雅黑";
|
||||
vertical-align:middle;
|
||||
font-family: "微软雅黑";
|
||||
}
|
||||
|
||||
.left{
|
||||
display: block;
|
||||
float: left;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
.right{
|
||||
display: block;
|
||||
float: right;
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
.hide{
|
||||
display: none;
|
||||
.hide{
|
||||
display: none;
|
||||
}
|
||||
.clear{
|
||||
clear: both;
|
||||
.clear{
|
||||
clear: both;
|
||||
}
|
||||
.clearfloat:after{
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
}
|
||||
.clearfloat{
|
||||
zoom:1
|
||||
zoom:1
|
||||
}
|
||||
|
||||
|
||||
|
@ -114,29 +116,29 @@ input,img,button{
|
|||
|
||||
/*一行超出变..*/
|
||||
.elli{
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
}
|
||||
/*超2行变...*/
|
||||
.over-line2{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
word-wrap:break-word;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
/*超3行变...*/
|
||||
.over-line3{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
word-wrap:break-word;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
overflow: hidden;
|
||||
word-break:break-all;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
/*盒子模型*/
|
||||
.flex-box{
|
||||
|
|
1773
public/css/style.css
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 204 KiB |
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 365 KiB |
After Width: | Height: | Size: 326 KiB |
After Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 548 KiB |
Before Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 353 KiB |
After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 272 KiB |
After Width: | Height: | Size: 742 KiB |
After Width: | Height: | Size: 963 B |
After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 809 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 672 B |
After Width: | Height: | Size: 820 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 176 KiB |
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 180 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 789 B |
After Width: | Height: | Size: 570 B |
After Width: | Height: | Size: 572 B |
After Width: | Height: | Size: 973 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 971 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 899 B |
After Width: | Height: | Size: 991 B |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 225 KiB |
After Width: | Height: | Size: 288 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 121 KiB |
After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 443 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 530 KiB |
After Width: | Height: | Size: 430 KiB |
Before Width: | Height: | Size: 320 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 279 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 77 KiB |