93 lines
1.4 KiB
Plaintext
93 lines
1.4 KiB
Plaintext
page {
|
|
width: 100%;
|
|
padding: 200rpx 85rpx 0;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
margin-bottom: 120rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.info {
|
|
width: 100%;
|
|
margin-bottom: 380rpx;
|
|
}
|
|
|
|
.info>view:first-of-type {
|
|
color: #B6B6B6;
|
|
width: 100%;
|
|
height: 30rpx;
|
|
font-size: 30rpx;
|
|
line-height: 30rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.info>view:last-of-type {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
margin: 30rpx 0;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
}
|
|
|
|
.info>view:last-of-type>view:nth-of-type(1) {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.info>view:last-of-type>view:nth-of-type(2) {
|
|
color: #252535;
|
|
flex: 1;
|
|
width: 0;
|
|
height: 80rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.info>view:last-of-type>view:nth-of-type(3) {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.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;
|
|
} |