You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
703 B
Plaintext

9 months ago
page {
background: white;
}
.cy-image-view {
position: absolute;
width: 750rpx;
top: 0rpx;
bottom: 136rpx;
overflow: scroll;
}
.cy-image-view image {
width: 750rpx;
height: 1540rpx;
}
.cy-bottom-view {
position: fixed;
bottom: 0rpx;
width: 750rpx;
height: 120rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.cy-member-register {
margin: 20rpx 100rpx;
width: 550rpx;
height: 80rpx;
text-align: center;
line-height: 80rpx;
background: #404040;
border-radius: 40rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}