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.
118 lines
1.9 KiB
118 lines
1.9 KiB
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
color: #333;
|
|
background-color: #f8f8f8;
|
|
font-size: 16px;
|
|
/*font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;*/
|
|
font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Helvetica,Microsoft YaHei,Arial;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
.page__hd {
|
|
padding: 40px;
|
|
}
|
|
|
|
.page__bd {
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.page__bd_spacing {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.page__ft{
|
|
padding-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.page__title {
|
|
text-align: left;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.page__desc {
|
|
margin-top: 5px;
|
|
color: #888888;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.placeholder {
|
|
background-color: #ebebef;
|
|
color: #bbb;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sub-title {
|
|
padding: 30rpx 30rpx 18rpx;
|
|
font-size: 28rpx;
|
|
color: #888;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.button-sp-area {
|
|
margin: 20px auto 0;
|
|
width: 80%;
|
|
text-align: center;
|
|
}
|
|
|
|
.btn-area {
|
|
margin: 1.17647059em 15px 0.3em;
|
|
}
|
|
|
|
.btn-area button {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.btn-area button:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.btn-group {
|
|
position: relative;
|
|
z-index: 1010;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.logo {
|
|
padding: 30rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.logo image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.logo__text {
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
background: -webkit-linear-gradient(left, #04BE02 , #2d8cf0);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
text-align: center;
|
|
}
|