12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .all{
- width: 100%;
- /* height: 200rpx; */
- background-color: #FF8C00;
- }
- .ert{
- position: relative;
- }
- .btn{
- position: absolute;
- right: 40rpx;
- top: 32rpx;
- }
- .card2{
- width: 92%;
- text-align: center;
- margin: auto;
- background-color: #fff;
- height: 200rpx;
- padding-bottom: 10rpx;
- border-radius: 15px 15px 0 0;
- display: flex;
- }
- .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 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;
- }
- .minus-class{
- margin-left: 100rpx;
- }
- 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;
- }
|