53 lines
824 B
Plaintext
53 lines
824 B
Plaintext
page{
|
|
height: 100%;
|
|
}
|
|
.content {
|
|
padding-top:160rpx;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
position: relative;
|
|
z-index: 3;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
padding-bottom: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.content .active_cover {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.content .txt1 {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.content .txt2 {
|
|
padding-top: 20rpx;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.content .txt3 {
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
background-color: #378fff;
|
|
font-weight: 600;
|
|
width: 70%;
|
|
margin-left: 15%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
border-radius: 50rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.content .txt4 {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
padding: 20rpx 30rpx;
|
|
} |