49 lines
728 B
Plaintext
49 lines
728 B
Plaintext
page {
|
|
width: 100%;
|
|
padding: 200rpx 85rpx 0;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
margin-bottom: 540rpx;
|
|
}
|
|
|
|
.icon>view:first-of-type {
|
|
width: 360rpx;
|
|
height: 295rpx;
|
|
margin: 0 auto 50rpx;
|
|
}
|
|
|
|
.icon>view:last-of-type {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 40rpx;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.describe {
|
|
color: #B6B6B6;
|
|
width: 100%;
|
|
height: 26rpx;
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
text-align: center;
|
|
margin-bottom: 46rpx;
|
|
}
|
|
|
|
.btn {
|
|
color: #FFFFFF;
|
|
width: 100%;
|
|
height: 88rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
border-radius: 44rpx;
|
|
background-color: #1385FA;
|
|
} |