You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
CSS
76 lines
1.3 KiB
CSS
/*公共样式*/
|
|
@font-face {
|
|
font-family: 'PingFang SC';
|
|
src: url(../fonts/PingFang.svg);
|
|
src: local('PingFang SC'), url('../fonts/PingFang SC.woff') format('woff'), url('../fonts/PingFang SC.ttf') format('truetype'), url('../fonts/PingFang SC.svg') format('svg');
|
|
}
|
|
|
|
.clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
body {
|
|
font-family: "PingFang SC" !important;
|
|
}
|
|
|
|
/*头部标题*/
|
|
.demos-header {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.demos-title {
|
|
font-size: 24px;
|
|
color: #222;
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
}
|
|
.content{
|
|
padding:0 15px;
|
|
color:#333;
|
|
font-size:15px;
|
|
text-indent:2em;
|
|
}
|
|
/*条款勾选*/
|
|
.checkbox {
|
|
margin: 0 20px;
|
|
font-size: 14px;
|
|
color: #999;
|
|
margin-top: .8em;
|
|
}
|
|
|
|
.weui-agree__checkbox {
|
|
margin-right: 2%;
|
|
}
|
|
|
|
input[type='checkbox'] {
|
|
width: 13px;
|
|
height: 13px;
|
|
background-color: #FFF;
|
|
-webkit-appearance: none;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
}
|
|
|
|
input[type='checkbox']:checked {
|
|
background: url(../img/check.png) no-repeat;
|
|
background-size: cover;
|
|
}
|
|
/*下一步*/
|
|
.next-step {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
margin-top: 1.8em;
|
|
color:#666;
|
|
display:block;
|
|
}
|
|
.next-step:hover {
|
|
color: #3496fe;
|
|
}
|
|
.next-step img{
|
|
width:10px;
|
|
margin-left:5px;
|
|
}
|