| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .bottom-class-1 {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 182rpx;
- border-top: 1px solid #efefef;
- z-index: 7;
- box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
- border-radius: 30rpx 30rpx 0rpx 0rpx;
- }
- .bottom-class-2 {
- position: fixed;
- bottom: 40rpx;
- width: 90%;
- height: 135rpx;
- border-top: 1px solid #efefef;
- z-index: 7;
- margin-left: 5%;
- background: #1B365D;
- box-shadow: 0px 17rpx 22rpx rgba(27, 54, 93, 0.2);
- border-radius: 15rpx;
- }
- .btn-main-class {
- padding: 0 35rpx;
- justify-content: space-between;
- display: flex;
- align-items: center;
- height: 100%;
- }
- .btn-class {
- border-radius: 15rpx;
- height: 88rpx;
- font-size: 16px;
- line-height: 40rpx;
- margin-left: 20rpx;
- }
- .checkbox-label{
- font-size: 14px;
- }
|