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.

34 lines
589 B
Plaintext

page {
background: white;
}
image {
margin-top: 320rpx;
width: 416rpx;
height: 442rpx;
}
text {
margin-top: 78rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
button {
margin-top: 60rpx;
width: 360rpx;
height: 90rpx;
background: linear-gradient(180deg, rgba(250, 217, 95, 1), rgba(255, 187, 42, 1));
border-radius: 45rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}
button::after {
border: none;
}