12345678910111213141516171819202122232425262728293031323334353637383940 |
- page {
- overflow: hidden;
- }
- .total {
- width: 100vw;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- font-size: 24rpx;
- }
- .slide {
- height: 100%;
- .but {
- height: 100%;
- }
- }
- .footer {
- position: fixed;
- bottom: 0;
- width: 100vw;
- background-color: #ffffff;
- text-align: center;
- padding: 20rpx 0;
- .but {
- width: 500rpx;
- height: 90rpx;
- background: #3874F6;
- border-radius: 100rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
|