| 123456789101112131415161718 |
- .new-footer {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 20rpx 30rpx;
- background-color: #fff;
- box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.1);
- z-index: 999;
- }
- .new-submit {
- width: 100% !important;
- height: 80rpx !important;
- line-height: 80rpx !important;
- border-radius: 8rpx !important;
- font-size: 32rpx !important;
- }
|