1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .ert{
- position: relative;
- }
- .btn{
- position: absolute;
- right: 40rpx;
- top: 32rpx;
- }
- .all1{
- width: 100%;
- background-color: #F5F5F5;
- padding-top: 10rpx;
- padding-bottom: 10rpx;
- box-sizing: border-box;
- }
- .card1{
- /* margin-top: 200rpx; */
- width: 100%;
- height: 216rpx;
- background-color: #fff;
- display: flex;
- margin-top: 10rpx;
- }
- .order-money {
- font-size: 26rpx;
- color: red;
- font-weight: 800;
- margin: 16rpx 109rpx 0 16rpx;
- }
- .order-money1 {
- font-size: 26rpx;
- color: red;
- font-weight: 800;
- margin: 4rpx 109rpx 0 0rpx;
- }
- .van-stepper__minus{
- color: #fff!important;
- border-radius: 20px!important;
- background-color: #FF8C00!important;
- }
- .van-stepper__plus{
- color: #fff!important;
- background-color: #FF8C00!important;
- border-radius: 20px!important;
- }
- .van-stepper__input{
- background-color: #fff!important;
- font-size: 14px!important;
- }
- body{
- position: relative;
- }
- .foot{
- width: 100%;
- height: 86rpx;
- /* 固定底部状态栏 */
- position: fixed;
- bottom: 0;
- background-color: #fff;
- z-index: 10000;
- box-shadow: -4px 10px 5px 10px #808080
- }
- .btn1{
- width: 120px;
- height: 35px;
- margin-top: 10rpx;
- font-size: 14px;
- color:#fff;
- border-radius: 20px;
- text-align: center;
- line-height: 35px;
- background-color: #FF8C00;
- }
|