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.
60 lines
1.1 KiB
CSS
60 lines
1.1 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;
|
|
}
|
|
|
|
/*表单*/
|
|
.weui-label{
|
|
font-size:15px;
|
|
}
|
|
.weui-input {
|
|
color: #999;
|
|
font-size: 13px;
|
|
font-family: "PingFang SC";
|
|
}
|
|
.weui-agree {
|
|
width: 70%;
|
|
text-align: center;
|
|
color: #FFF;
|
|
font-size: 16px;
|
|
background-image: linear-gradient(90deg, #4ba3ff 0%, #439efe 49%, #3496fe 100%);
|
|
margin: 0 auto;
|
|
margin-top: 1.8em;
|
|
border-radius: 20px;
|
|
padding: .6em 15px;
|
|
}
|
|
.weui-code-btn .btn {
|
|
width:100%;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
background: #3496fe;
|
|
color: #FFF;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
border-radius: 5px;
|
|
}
|