|
|
|
@ -1,14 +1,21 @@
|
|
|
|
|
|
|
|
|
|
html, body { |
|
|
|
|
height: 100%; |
|
|
|
|
background-image: url("../../../assets/images/backgroud.png"); |
|
|
|
|
//background-size: 99% 99%; |
|
|
|
|
} |
|
|
|
|
.head{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mainbox { |
|
|
|
|
width: 95%; |
|
|
|
|
height: 95%; |
|
|
|
|
width: 99%; |
|
|
|
|
height: 90%; |
|
|
|
|
padding: 0.125rem 0.125rem 0; |
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
/* background-attachment: fixed; |
|
|
|
|
background-repeat:no-repeat; */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.centerLeft{ |
|
|
|
@ -31,6 +38,7 @@ flex-direction: column;
|
|
|
|
|
user-select: none; |
|
|
|
|
background-size:100% 100%; |
|
|
|
|
span{ |
|
|
|
|
color: #000; |
|
|
|
|
z-index:99; |
|
|
|
|
width: 350px; |
|
|
|
|
height: 50px; |
|
|
|
@ -74,7 +82,7 @@ span{
|
|
|
|
|
|
|
|
|
|
//选择后加背景色 |
|
|
|
|
.beijicolor{ |
|
|
|
|
background-color: #F7BA2A ; |
|
|
|
|
background-color:#FE693E ; |
|
|
|
|
} |
|
|
|
|
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} |
|
|
|
|
body{color:#333; font-size:12px;font-family:"Microsoft YaHei"} |
|
|
|
|