123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- page {
- background-color: white;
- }
- .img {
- width: 115rpx;
- height: 115rpx;
- margin-top: 218rpx;
- margin-left: 50%;
- transform: translateX(-50%);
- }
- .word1 {
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #333333;
- text-align: center;
- margin-top: 11rpx;
- }
- .word2 {
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #666666;
- margin-top: 20rpx;
- }
- .btn1 {
- width: 630rpx;
- height: 88rpx;
- background: #ffdc2f;
- border-radius: 44rpx;
- margin-top: 100rpx;
- margin-left: 60rpx;
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #1a1a1a;
- line-height: 88rpx;
- }
- .btn2 {
- width: 630rpx;
- height: 88rpx;
- border: 1px solid #ffa836;
- border-radius: 45rpx;
- margin-top: 26rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #ffa836;
- margin-left: 60rpx;
- }
|