| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .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;
- }
- .save-bottom{
- display:flex;
- justify-content: space-around;
- width:100%;
- }
- .save-bottom-left{
- width:50%;
- height:85rpx;
- padding:15rpx 0 15rpx 0
- }
- .save-bottom-button{
- width:25%;
- height:85rpx;
- padding:15rpx 0 15rpx 0;
- text-align: center;
- }
- .red-text{
- color:#CAA977;
- font-size:4vw;
- line-height:30rpx;
- }
- .van-button--round {
- border-radius: 15rpx !important;
- }
- .order-choose-goods-total-class{
- padding: 20rpx 0 0 40rpx;
- font-size: 15px;
- color:#CAA977;
- }
- .order-choose-goods-button-class{
- position:absolute !important;
- top: 24rpx;
- right: 20rpx;
- width:183rpx;
- height:88rpx;
- padding:15rpx 0 15rpx 0;
- text-align: center;
- word-break:keep-all;
- background: #CAA977 !important;
- color:#fff !important;
- font-weight: bold;
- border-radius: 15rpx !important;
- font-size: 16px !important;
- border: none !important;
- }
- .customer-save-bottom{
- width: 93%;
- height: 85rpx;
- display: flex;
- height: 85rpx;
- display: flex;
- justify-content: space-between;
- padding-top: 40rpx;
- }
|