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.
575 lines
9.3 KiB
575 lines
9.3 KiB
html{
|
|
font-size: 100px;
|
|
color: #222;
|
|
font-family: "microsoft yahei";
|
|
}
|
|
|
|
body{
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
background-color: #f4f4f4;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li{
|
|
list-style: none;
|
|
}
|
|
|
|
.clearfix{
|
|
overflow: hidden;
|
|
zoom: 1;
|
|
}
|
|
|
|
.wrap{
|
|
width: 80%;
|
|
max-width: 12rem;
|
|
margin: 0 auto;
|
|
}
|
|
.f-l{
|
|
float: left;
|
|
|
|
}
|
|
.f-r{
|
|
float: right;
|
|
|
|
}
|
|
/*header*/
|
|
|
|
.header{
|
|
font-size: 0.12rem;
|
|
}
|
|
.header .main-nav{
|
|
width: 100%;
|
|
height: 0.44rem;
|
|
overflow: hidden;
|
|
background-color: #262323;
|
|
box-shadow: 0px 0px 5px 0px #000;
|
|
/*background: -webkit-linear-gradient(#f0f0f0, #cfcfcf);
|
|
background: -o-linear-gradient(#f0f0f0, #cfcfcf);
|
|
background: -moz-linear-gradient(#f0f0f0, #cfcfcf);
|
|
background: linear-gradient(#f0f0f0, #cfcfcf);
|
|
background-color: #cfcfcf\0; /*ie9 以下*/
|
|
}
|
|
|
|
.header .main-nav .btn-menu{
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.header .main-nav .btn-menu img {
|
|
display: block;
|
|
width: 0.22rem;
|
|
padding: 0.08rem 0.1rem;
|
|
|
|
}
|
|
|
|
.header .main-nav .logo{
|
|
float: left;
|
|
padding-top: 0.07rem;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.header .main-nav .logo a{
|
|
display: block;
|
|
color: #000;
|
|
font-weight: bold;
|
|
font-size: 0.17rem;
|
|
}
|
|
|
|
.header .main-nav .logo img{
|
|
width: 0.3rem;
|
|
margin-right: 0.1rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header .main-nav ul{
|
|
box-sizing: border-box;
|
|
height: 0.44rem;
|
|
float: left;
|
|
padding-top: 0.1rem;
|
|
}
|
|
|
|
.header .main-nav ul li{
|
|
float: left;
|
|
}
|
|
|
|
.header .main-nav ul li a{
|
|
color: #555;
|
|
font-size: 0.16rem;
|
|
margin-right: 0.35rem;
|
|
color: #C7C7C7;
|
|
}
|
|
|
|
.header .main-nav ul li:last-child a{
|
|
margin: 0;
|
|
}
|
|
|
|
.header .login-box{
|
|
float: right;
|
|
padding-top: 0.14rem;
|
|
display: none;
|
|
}
|
|
|
|
.header .login-box a{
|
|
font-size: 0.12rem;
|
|
margin-left: 0.1rem;
|
|
color: #C7C7C7;
|
|
}
|
|
|
|
.header .login-box a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.header .login-success{
|
|
float: right;
|
|
height: 0.44rem;
|
|
display: none;
|
|
}
|
|
|
|
.header .login-success a{
|
|
margin-left: 0.05rem;
|
|
display: inline-block;
|
|
line-height: 0.44rem;
|
|
color: #666;
|
|
|
|
}
|
|
.pro-me{
|
|
vertical-align: top;
|
|
}
|
|
.header .login-success .username{
|
|
padding-left: 0.18rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
/*width: 0.7rem;*/
|
|
background: url("../img/icon-user.png")no-repeat 0 0.13rem;
|
|
}
|
|
|
|
.header .login-success .logout{
|
|
padding-left: 0.18rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
/*width: 0.48rem;*/
|
|
background: url("../img/icon-off.png")no-repeat 0.03rem 0.16rem
|
|
}
|
|
|
|
.header .stu-nav{
|
|
overflow: hidden;
|
|
background-image: url(../../static/rootsit/img/wenli3.gif);
|
|
box-shadow: 0px 0px 8px 0px #000;
|
|
height: 0.55rem;
|
|
}
|
|
.header .stu-nav .wrap-color{
|
|
background-color: #fff;
|
|
}
|
|
|
|
.header .stu-nav ul{
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header .stu-nav ul li{
|
|
float: left;
|
|
margin: 0.1rem 0.2rem;
|
|
}
|
|
|
|
.header .stu-nav ul li a{
|
|
color: #727272;
|
|
font-size: 0.18rem;
|
|
|
|
}
|
|
/*paging分页样式*/
|
|
.paging{
|
|
width: 100%;
|
|
font-size: 0.15rem;
|
|
padding-bottom: 0.3rem;
|
|
color: #666;
|
|
}
|
|
#pbu{
|
|
background: #005EBF;
|
|
border: none;
|
|
color: #FFFFFF;
|
|
}
|
|
#pnb{
|
|
width: 0.13rem;
|
|
height: 0.13rem;
|
|
text-align: center;
|
|
}
|
|
.pagingbox{
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding-left: 2.5rem;
|
|
padding-top: 0.1rem;
|
|
}
|
|
.pagingbox p{
|
|
display: inline-block;
|
|
}
|
|
.pagingbox p span{
|
|
padding: 0 0.03rem;
|
|
}
|
|
.pagingbox p span i{
|
|
padding: 0 0.02rem;
|
|
font-style: normal;
|
|
}
|
|
.pagingbox p a{
|
|
color: #666;
|
|
padding: 0.01rem 0.05rem;
|
|
}
|
|
.pbox{
|
|
border: 1px solid #61cdb5;
|
|
}
|
|
.pbox:hover {
|
|
background-color: #61cdb5;
|
|
}
|
|
.pbox:hover a{
|
|
color: #FFFFFF;
|
|
}
|
|
/*paging*/
|
|
/*index-active*/
|
|
.wire{
|
|
border-bottom: 0.03rem solid #E3A971;
|
|
margin-top: 0.09rem;
|
|
}
|
|
/*.list-ico{
|
|
width: 0.2rem;
|
|
background-color: #000000;
|
|
}*/
|
|
.index-activity ul li img{
|
|
width: 0.15rem;
|
|
height: 0.15rem;
|
|
padding: 0 0.2rem 0.15rem 0rem;
|
|
}
|
|
.index-activity ul li a{
|
|
color: #4D555D;
|
|
font-size: 0.15rem;
|
|
}
|
|
.index-activity ul li a:hover {
|
|
border-bottom: 1px solid #F6682D;
|
|
color: #000000;
|
|
}
|
|
/*index-active*/
|
|
|
|
|
|
/*阅读文章*/
|
|
.index-wire{
|
|
margin: 0.1rem 0 0.5rem 0;
|
|
}
|
|
.essay{
|
|
background-image: url(../img/bj.jpg);
|
|
border-radius: 0.01rem;
|
|
padding:0 10%;
|
|
|
|
}
|
|
.essay-name{
|
|
margin: 0 auto;
|
|
padding-top: 0.2rem;
|
|
padding-bottom: 0.1rem;
|
|
font-size: 0.25rem;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
margin-bottom: 0.2rem;
|
|
border-bottom: 0.02rem solid #bbbbbb;
|
|
}
|
|
.sections{
|
|
margin: 0 auto;
|
|
padding: 0.08rem 0;
|
|
font-size: 0.16rem;
|
|
}
|
|
.costar{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
padding-bottom: 0.1rem;
|
|
color: #555;
|
|
}
|
|
.author{
|
|
padding-right: 1rem;
|
|
}
|
|
.title span{
|
|
font-size: 0.15rem;
|
|
color: #999999;
|
|
}
|
|
/*阅读文章*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*footer*/
|
|
.footer{
|
|
width: 100%;
|
|
background-color: #242424;
|
|
box-sizing: border-box;
|
|
padding: 0.2rem 0;
|
|
text-align: center;
|
|
font-size: 0.14rem;
|
|
color: #828282;
|
|
}
|
|
|
|
/*alert*/
|
|
|
|
.alert-bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top:0;
|
|
left:0;
|
|
background-color: #000;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
z-index: 7;
|
|
display: none;
|
|
}
|
|
|
|
.alert-box{
|
|
position: fixed;
|
|
width: 3.6rem;
|
|
height: 4.2rem;
|
|
background-color: #fff;
|
|
top:50%;
|
|
left: 50%;
|
|
margin-left: -1.8rem;
|
|
margin-top: -2.1rem;
|
|
padding:0 0.2rem;
|
|
font-size: 0.14rem;
|
|
z-index: 8;
|
|
display: none;
|
|
}
|
|
|
|
.alert-box .tab-head{
|
|
width: 100%;
|
|
height: 0.5rem;
|
|
box-sizing: border-box;
|
|
border-bottom: 0.01rem solid #d0d6d9;
|
|
|
|
}
|
|
|
|
.alert-box .tab-head span{
|
|
font-size: 0.16rem;
|
|
color: #787d82;
|
|
width: 80px;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
line-height: 0.49rem;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.alert-box .tab-head span.active,
|
|
.alert-box .tab-head span:hover{
|
|
color: #005ebf;
|
|
border-bottom: 0.01rem solid #005ebf;
|
|
}
|
|
|
|
.alert-box .tab-head .close{
|
|
display: block;
|
|
position: absolute;
|
|
right: 0.2rem;
|
|
top: 0.17rem;
|
|
width: 0.17rem;
|
|
height: 0.17rem;
|
|
background: url("../img/nlogin.png")no-repeat;
|
|
}
|
|
|
|
.alert-box .tab-head .close:hover{
|
|
background: url("../img/nlogin.png")no-repeat 0 -0.21rem;
|
|
}
|
|
|
|
.alert-box .tab-body>div{
|
|
margin-top: 0.2rem;
|
|
padding: 0 0.1rem;
|
|
}
|
|
|
|
.alert-box .tab-body .form-group{
|
|
margin-bottom: 0.2rem;
|
|
position: relative;
|
|
}
|
|
|
|
.alert-box .tab-body input{
|
|
padding: 0.08rem;
|
|
width: 100%;
|
|
border: 0.01rem solid #d0d0d0;
|
|
box-sizing: border-box;
|
|
outline:none;
|
|
}
|
|
|
|
.alert-box .tab-body input:focus{
|
|
border:0.01rem solid #3a7dc1;
|
|
}
|
|
|
|
.alert-box .tab-body .input-code{
|
|
width: 50%;
|
|
}
|
|
|
|
.alert-box .tab-body .code-pic{
|
|
display: inline-block;
|
|
margin-left: 0.1rem;
|
|
}
|
|
|
|
.alert-box .tab-body .code-pic img{
|
|
vertical-align: middle;
|
|
width: 1rem;
|
|
height: 0.35rem;
|
|
cursor: pointer;
|
|
position: relative;
|
|
top: -0.02rem;
|
|
background-color: #fea;
|
|
}
|
|
|
|
#score{
|
|
width: 1.2rem;
|
|
}
|
|
.alert-box .tab-body input[type=button]{
|
|
background-color: #3a7dc1;
|
|
border: 0.01rem solid #005ebf;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alert-box .tab-body input[type=button]:hover{
|
|
background-color: #005ebf;
|
|
}
|
|
|
|
.alert-box .tab-body .form-group .error{
|
|
color: #f00;
|
|
font-size: 0.12rem;
|
|
margin: 0;
|
|
position: absolute;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.alert-box .tab-body .contact p{
|
|
color: #787d82;
|
|
font-size: 0.12rem;
|
|
padding-left:0.25rem;
|
|
}
|
|
|
|
.alert-box .tab-body .contact .phone{
|
|
background: url("../img/icon-phone.png")no-repeat 0 2px;
|
|
}
|
|
|
|
.alert-box .tab-body .contact .qq{
|
|
background: url("../img/icon-qq.png")no-repeat;
|
|
}
|
|
|
|
.alert-box .tab-body .register{
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*加载时的样式*/
|
|
.backcolor{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000000;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
top: 0rem;
|
|
z-index: 5;
|
|
}
|
|
.backbox{
|
|
width: 4rem;
|
|
margin: 0 auto;
|
|
position: absolute;
|
|
top: 35%;
|
|
left: 42.5%;
|
|
z-index: 6;
|
|
background-color: #FFFFFF;
|
|
border-radius: 0.2rem;
|
|
display: block;
|
|
}
|
|
.backbox img{
|
|
width: 1rem;
|
|
display: inline-block;
|
|
padding-left: 0.1rem;
|
|
}
|
|
.backbox span{
|
|
font-size: 0.2rem;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0.6rem;
|
|
padding-left: 0.05rem;
|
|
color: #333;
|
|
}
|
|
/*加载时的样式*/
|
|
/*弹出框样式*/
|
|
.popup{
|
|
width: 5rem;
|
|
height: 2rem;
|
|
background-color: #FFFFFF;
|
|
border-radius: 0.1rem;
|
|
position: absolute;
|
|
left: 40%;
|
|
top: 5%;
|
|
z-index: 10;
|
|
font-size: 0.2rem;
|
|
}
|
|
.worn{
|
|
border-top-left-radius: 0.1rem;
|
|
border-top-right-radius: 0.1rem;
|
|
background-color: #5fc7d0;
|
|
line-height: 0.45rem;
|
|
padding-left: 2.3rem;
|
|
|
|
color: #FFFFFF;
|
|
}
|
|
.worn img{
|
|
width: 0.24rem;
|
|
vertical-align: middle;
|
|
}
|
|
.worn span{
|
|
padding-right: 1.8rem;
|
|
}
|
|
.po-count{
|
|
padding-left: 0.5rem;
|
|
padding-top: 0.1rem;
|
|
}
|
|
.po-count img{
|
|
display: inline-block;
|
|
}
|
|
.po-count p{
|
|
display: inline-block;
|
|
width: 3rem;
|
|
padding-left: 0.2rem;
|
|
}
|
|
.but-box{
|
|
margin-left: 2.9rem;
|
|
}
|
|
.but-box a{
|
|
display: inline-block;
|
|
border-radius: 0.05rem;
|
|
border: 1px solid #5fc7d0;
|
|
padding: 0 0.13rem;
|
|
color: #555555;
|
|
}
|
|
.but-box .a-c{
|
|
background-color: #5fc7d0;
|
|
color: #FFFFFF;
|
|
}
|
|
.backcolor2{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000000;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 9;
|
|
/*display: none;*/
|
|
}
|
|
/*弹出框样式*/
|
|
|
|
/*P溢出样式*/
|
|
|
|
/*P溢出样式*/ |