| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .bottom-class-1 {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 170rpx;
- border-top: 1px solid #efefef;
- z-index: 7;
- box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
- /* border-radius: 0rpx 0rpx 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%;
- }
- .content-line-class{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 10rpx 10rpx;
- }
- .btn-class {
- border-radius: 10rpx;
- height: 88rpx;
- font-size: 16px;
- line-height: 40rpx;
- margin-left: 10rpx;
- }
- .checkbox-label{
- font-size: 14px;
- }
|