12345678910111213141516171819 |
- .footer-but {
- position: fixed;
- width: 100vw;
- height: 130rpx;
- bottom: 0;
- text-align: center;
- background-color: #FFFFFF;
-
- .button {
- width: 500rpx !important;
- height: 90rpx !important;
- background: #3874F6 !important;
- border-radius: 45rpx !important;
- font-size: 28rpx !important;
- font-family: PingFang SC-Bold, PingFang SC !important;
- font-weight: bold !important;
- color: #FFFFFF !important;
- }
- }
|