123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- .bor::after {
- border: none;
- }
- .content {
- margin-top: -50rpx;
- height: 70vh;
- width: 750rpx;
- background: white;
- border-radius: 72rpx 72rpx 0rpx 0rpx;
- padding: 34rpx 24rpx;
- }
- .font {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 48rpx;
- color: #5881C1;
- margin-left: 16rpx;
- }
- .button {
- width: 486rpx;
- height: 90rpx;
- background: #8fd3f3;
- border-radius: 46rpx;
- margin-top: 58rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 90rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .top {
- height: 430rpx;
- width: 100vw;
- background-color: #CFF4FE;
- padding: 48rpx 32rpx 46rpx;
- box-sizing: border-box;
- }
|