57 lines
899 B
Plaintext
57 lines
899 B
Plaintext
|
|
|
||
|
|
.tip_text {
|
||
|
|
margin: 0 auto;
|
||
|
|
line-height: 48rpx;
|
||
|
|
text-align: justify;
|
||
|
|
width: 494rpx;
|
||
|
|
margin-top: 56rpx;
|
||
|
|
}
|
||
|
|
.tip_title {
|
||
|
|
margin-top: 59rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.tip_footer_buttentext {
|
||
|
|
color: #666666;
|
||
|
|
margin-top: 44rpx;
|
||
|
|
}
|
||
|
|
.tip_footer_butten {
|
||
|
|
background-color: #2A67FE;
|
||
|
|
width: 490rpx;
|
||
|
|
border-radius: 12rpx;
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
.tip_footer {
|
||
|
|
margin-top: 92rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
}
|
||
|
|
.tip {
|
||
|
|
width: 570rpx;
|
||
|
|
height: 550rpx;
|
||
|
|
background: #FFFFFF;
|
||
|
|
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.34);
|
||
|
|
margin: 0 auto;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #333333;
|
||
|
|
padding: 59rpx 38rpx 87rpx 38rpx;
|
||
|
|
box-sizing: content-box;
|
||
|
|
}
|
||
|
|
.tipcontainer {
|
||
|
|
margin-top: 27rpx;
|
||
|
|
text-align: center;
|
||
|
|
transition: all 1s;
|
||
|
|
}
|
||
|
|
.logo_body {
|
||
|
|
width: 100vw;
|
||
|
|
z-index: 1;
|
||
|
|
padding-top: 245rpx;
|
||
|
|
}
|
||
|
|
.privacy_body {
|
||
|
|
width: 100vw;
|
||
|
|
height: 100vh;
|
||
|
|
position: relative;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|