57 lines
928 B
Plaintext
57 lines
928 B
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#wechat_card .image {
|
|
width: 620rpx;
|
|
height: 332rpx;
|
|
padding-top: 32rpx;
|
|
padding-left: 32rpx;
|
|
border-radius: 25rpx;
|
|
background-size: 100% 100%;
|
|
margin: 0 auto;
|
|
margin-top: 48rpx;
|
|
}
|
|
|
|
#wechat_card .image .wrap {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#wechat_card .image .wrap .left {
|
|
width: 92rpx;
|
|
height: 92rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
#wechat_card .image .wrap .left image {
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
height: 100%;
|
|
}
|
|
|
|
#wechat_card .image .wrap .right {
|
|
margin-left: 24rpx;
|
|
flex-direction: column;
|
|
display: flex;
|
|
align-items: baseline;
|
|
color: #fff;
|
|
}
|
|
|
|
#wechat_card .image .wrap .right .top {
|
|
font-size: 16px;
|
|
}
|
|
|
|
#wechat_card .btn {
|
|
width: 506rpx;
|
|
height: 78rpx;
|
|
background-color: #0eb90d;
|
|
border-radius: 14rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin-top: 96rpx;
|
|
}
|