218 lines
3.8 KiB
CSS
218 lines
3.8 KiB
CSS
.body_bg{
|
|
background-color: #f1f1f1;
|
|
}
|
|
.body_bg>.yl_logo{
|
|
margin: 0 auto;
|
|
padding: 15% 20px;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.body_bg>.yl_logo>img{
|
|
display: inline-block;
|
|
height: 45px;
|
|
}
|
|
.s_row{
|
|
position: relative;
|
|
margin: 0 auto 20px auto;
|
|
text-align: center;
|
|
width: 90%;
|
|
overflow: hidden;
|
|
}
|
|
.s_row .img_tb{
|
|
width: 15%;
|
|
height: 31px;
|
|
position: relative;
|
|
clear: both;
|
|
}
|
|
.s_row .img_tb img{
|
|
width: 22px;
|
|
height: 27px;
|
|
}
|
|
.s_row .img_tb img,
|
|
.s_row>input{
|
|
float: left;
|
|
}
|
|
.s_row>input{
|
|
display: block;
|
|
position: relative;
|
|
height: 31px;
|
|
padding: 12px 10px;
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: 1px solid #bcbcbc;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
color: #666;
|
|
background-color: #f1f1f1;
|
|
outline: 0;
|
|
margin-left: 5%;
|
|
width: 85%;
|
|
}
|
|
.s_row .duanxin{
|
|
margin-left: 11%;width: 60%;
|
|
}
|
|
.s_row .huoqu{
|
|
background-color: #02a7f1;
|
|
border: 1px solid #02a7f1;
|
|
color: #ffffff;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 3%;
|
|
padding: 6px 14px;
|
|
}
|
|
|
|
.dr_btn{
|
|
text-align: center;
|
|
}
|
|
.dr_btn .btn{
|
|
width: 90%;
|
|
padding: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.dr_btn .btn-danger{
|
|
background-color: #cb4c02;
|
|
border: 1px solid #cb4c02;
|
|
}
|
|
.dr_btn .btn-info{
|
|
background-color: #5c8ceb;
|
|
border: 1px solid #5c8ceb;
|
|
margin-top: 18%;
|
|
}
|
|
.dr_btn .btn-info:hover,
|
|
.dr_btn .btn-info:active,
|
|
.dr_btn .btn-info:active:hover{
|
|
background-color: #5174c7;
|
|
border: 1px solid #5c8ceb;
|
|
}
|
|
.dr_btn .btn-default{
|
|
background-color: #969696;
|
|
border: 1px solid #969696;
|
|
color: #ffffff;
|
|
}
|
|
.wj_row{
|
|
text-align: center;
|
|
width: 90%;
|
|
margin: 0 auto 20% auto;
|
|
}
|
|
.wj_row a{
|
|
color: #7b94f1;
|
|
}
|
|
.wj_row .wjmm{
|
|
text-align: left;
|
|
display: inherit;
|
|
float: left;
|
|
}
|
|
.wj_row .zczh{
|
|
text-align: right;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.sigma-content{
|
|
text-align: center;
|
|
background-color: #f1f1f1;
|
|
position: relative;
|
|
color: #bfbfbf;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
.sigma-middle-line:before{
|
|
content: '';
|
|
display: block;
|
|
height: 1px;
|
|
width: 100%;
|
|
background-color: #bfbfbf;/*颜色需与主题大背景色一致*/
|
|
position: relative;
|
|
top: 10px;/*调节线高*/
|
|
left: 0;
|
|
}
|
|
.sigma-line-text{
|
|
display: inline-block;
|
|
background: #f1f1f1;
|
|
padding: 0 18px 0 18px;
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
.fangshi{
|
|
width: 80%;
|
|
margin: 8% auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.fangshi .box{
|
|
display: inline-block;
|
|
width: 18.1%;
|
|
margin-left: 3%;
|
|
margin-right: 3%;
|
|
text-align: center;
|
|
color: #787878;
|
|
margin-bottom: 20px;
|
|
}
|
|
.fangshi .box:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.fangshi .box:last-child{
|
|
margin-right: 0;
|
|
}
|
|
.fangshi .box img{
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
margin: 0 auto 5px auto;
|
|
}
|
|
.fangshi .box:active{
|
|
color: red;
|
|
font-size: 12px;
|
|
}
|
|
.fangshi .box:active img{
|
|
padding: 3px;
|
|
}
|
|
|
|
/**/
|
|
.hui{
|
|
color: #787878;
|
|
font-size: 16px;
|
|
line-height: 1.8;
|
|
}
|
|
.w_tongy{
|
|
height: 40px;
|
|
}
|
|
.w_tongy>input[type=checkbox]{
|
|
width: 5%;
|
|
}
|
|
.w_tongy .xieyi{
|
|
margin-left: 5%; line-height: 2.8; float: left;color: #666;
|
|
}
|
|
.w_tongy .xieyi .red{
|
|
color: red;
|
|
}
|
|
.huoqu_duanxin{
|
|
height: 35px;overflow: auto;
|
|
}
|
|
|
|
|
|
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)
|
|
{
|
|
.s_row .duanxin{
|
|
margin-left: 14%;
|
|
}
|
|
.s_row .huoqu{
|
|
right: 1%;
|
|
}
|
|
}
|
|
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)
|
|
{
|
|
.s_row .duanxin{
|
|
margin-left: 8.5%;
|
|
}
|
|
.s_row .huoqu{
|
|
right: 2%;
|
|
}
|
|
.s_row>input{
|
|
width: 90%;
|
|
}
|
|
}
|