You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
185 lines
2.7 KiB
185 lines
2.7 KiB
*{
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
//::-webkit-scrollbar{
|
|
// display:none;
|
|
//}
|
|
//html {
|
|
// -ms-overflow-style:none;
|
|
// overflow:-moz-scrollbars-none;
|
|
//}
|
|
html::-webkit-scrollbar{width:0}
|
|
html{
|
|
font-size: $font-html-size;
|
|
-webkit-text-size-adjust:100%;
|
|
}
|
|
body{
|
|
background-color:$body-bg;
|
|
font-family:$font-family-sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
line-height: $line-height-base;
|
|
font-size: 0.6rem;
|
|
color: $text-color;
|
|
min-width:$container-width;
|
|
}
|
|
.container{
|
|
width: $container-width;
|
|
}
|
|
.href-abs{
|
|
position: absolute;
|
|
display: block;
|
|
top:0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
background-color: rgba(0,0,0,0.1);
|
|
font-weight: bold;
|
|
font-size: 0;
|
|
cursor: pointer;
|
|
}
|
|
.icon{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
-webkit-background-size:contain;
|
|
background-size:contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
a{
|
|
color: $link-color;
|
|
}
|
|
a:hover,a:focus,a:active{
|
|
text-decoration: none;
|
|
}
|
|
h1, h2, h3, h4, h5, p,ol, ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
ul,ol{
|
|
list-style: none;
|
|
}
|
|
.min-width{
|
|
min-width: $container-width;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
.dinline-left{
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.dinline{
|
|
display: inline-block;
|
|
}
|
|
.linh1-7{
|
|
line-height: 1.7rem;
|
|
padding:0 0.2rem;
|
|
}
|
|
.img-100{
|
|
width:100%;
|
|
height:auto;
|
|
}
|
|
.padding-lr-0{
|
|
padding-right:0;
|
|
padding-left:0;
|
|
}
|
|
.padding-r-0{
|
|
padding-right:0;
|
|
}
|
|
.padding-l-0{
|
|
padding-left:0;
|
|
}
|
|
.border-top0{
|
|
border-top:0 !important;
|
|
}
|
|
.overflow-h{
|
|
overflow: hidden;
|
|
}
|
|
.float-left{
|
|
float: left;
|
|
}
|
|
.bg-fff{
|
|
background-color: #ffffff;
|
|
}
|
|
.scroll-y{
|
|
overflow-y: scroll;
|
|
}
|
|
.border-green{
|
|
border-color: $border-green;
|
|
}
|
|
|
|
.cat-header{
|
|
position: relative;
|
|
|
|
color: $black;
|
|
border-bottom:0.1rem solid $grey-e9;
|
|
.tit,.list{
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.tit{
|
|
font-size: 1.1rem;
|
|
border-bottom: 0.1rem solid $black;
|
|
line-height: 2.00rem;
|
|
padding-right: 1.8rem;
|
|
margin-bottom: -0.1rem;
|
|
}
|
|
.list{
|
|
padding-left: 0.5rem;
|
|
a{
|
|
color: $black;
|
|
padding:0 0.5rem;
|
|
line-height: 2rem;
|
|
font-size: 0.7rem;
|
|
&:hover{
|
|
color: $orange;
|
|
}
|
|
}
|
|
}
|
|
.more{
|
|
display: inline-block;
|
|
color: $green;
|
|
font-size: 0.6rem;
|
|
float: right;
|
|
vertical-align: bottom;
|
|
margin-top: 0.5rem;
|
|
cursor: pointer;
|
|
&:hover{
|
|
color: $orange;
|
|
}
|
|
}
|
|
}
|
|
.line-box{
|
|
min-width: 6rem;
|
|
width: 100%;
|
|
background-color: $bg-ee;
|
|
height:0.75rem;
|
|
.line-zhi{
|
|
height:0.75rem;
|
|
background-color: $orange;
|
|
}
|
|
}
|
|
|
|
input:focus,button:focus,textarea:focus{
|
|
outline: 0;
|
|
}
|
|
.dropdown-menu{
|
|
position: absolute !important;
|
|
}
|
|
.min80vh{
|
|
min-height: 80vh;
|
|
}
|
|
|
|
.dis-block{
|
|
display: block;
|
|
}
|
|
|
|
.color-success{
|
|
color: green !important;
|
|
font-weight: bolder;
|
|
}
|
|
.color-warning{
|
|
color: red !important;
|
|
font-weight: bolder;
|
|
}
|
|
|