page { background: #f3f4f6; padding: 30rpx; box-sizing: border-box; } .While { border-radius: 10rpx; margin-bottom: 30rpx; background-color: #FFFFFF; box-shadow: 0 0 10rpx rgba(0, 0, 0, .05); } .orderData { border-bottom: 100rpx transparent solid; } /* 订单 */ .orderData-cont-label { padding: 40rpx 30rpx; display: flex; box-sizing: border-box; border-bottom: #f2f2f2 2rpx solid; } .orderData-cont-img { width: 38rpx; height: 38rpx; margin-top: 4rpx; } .orderData-cont-text { width: calc(100% - 68rpx); margin-left: 20rpx; box-sizing: border-box; font-size: 30rpx; } .orderData-cont-site { width: calc(100% - 108rpx); } .orderData-cont-name { margin-bottom: 10rpx; } .orderData-cont-name text { color: #999; padding-left: 20rpx; } .orderData-cont-copy { display: flex; font-size: 28rpx; color: #999; } .orderData-cont-copy text { flex: 1; display: inline-block; margin-right: 20rpx; } .orderData-cont-copy view { color: #3b7cff; } .address-btn { width: 42rpx; height: 42rpx; margin-top: 46rpx; } /* 产品 */ .list-goods { display: flex; padding: 30rpx; box-sizing: border-box; } .list-goods-img { width: 184rpx; height: 184rpx; margin-right: 30rpx; border-radius: 10rpx; } .list-goods-cont { width: calc(100% - 214rpx); } .list-goods-name { font-size: 32rpx; } .list-goods-text { line-height: 90rpx; display: flex; font-size: 28rpx; color: #999999; } .list-goods-text text { flex: 1; } .list-goods-parice { text-align: right; font-size: 28rpx; } .list-goods-parice text { font-size: 34rpx; } /* 规格 */ .reserveCont-title { padding: 30rpx; font-size: 30rpx; } .reserve-label { display: flex; padding: 0 30rpx 30rpx; box-sizing: border-box; font-size: 28rpx; line-height: 48rpx; } .reserve-name { flex: 1; width: 200rpx; margin-right: 20rpx; color: #7e7e7e; } .reserve-text { width: calc(100% - 240rpx); text-align: right; line-height: 50rpx; } .reserve-text-btn { width: 120rpx; text-align: center; color: #ffffff; background-color: #3b7cff; font-size: 26rpx; border-radius: 10rpx; line-height: 54rpx; } .reserve-text-copy { display: contents; } .reserve-text-tap { color: #ff9951; padding-left: 30rpx; } .reserve-text text { font-size: 24rpx; display: inline-block; background-image: linear-gradient(to right, #f16e06, #f34206); color: #FFFFFF; border-radius: 6rpx; padding: 0 10rpx; height: 44rpx; line-height: 44rpx; margin-top: 6rpx; } .reserve-text text.active { background-image: linear-gradient(to right, #027be6, #2855f0); } .reserve-text.reserve-price { font-weight: 600; font-size: 34rpx; } .reserve-copy { color: #3b7cff; border: #3b7cff 2rpx solid; display: inline-block; height: 34rpx; line-height: 34rpx; font-size: 26rpx; padding: 0 10rpx; border-radius: 4rpx; margin-left: 10rpx; } .reserve-status { color: #ff8100 } /* 底部菜单 */ .order-data-footer { position: fixed; bottom: 0; left: 0; right: 0; border-top: solid 1rpx #f2f2f2; padding-top: 20rpx; padding-right: 30rpx; padding-left: 30rpx; height: 110rpx; background: white; flex-wrap: wrap; flex-direction: row-reverse; z-index: 9; } .list-btn { text-align: right; } .order-btn { border: 2rpx solid #ff8100; color: #ff8100; border-radius: 80rpx; height: 56rpx; line-height: 56rpx; padding: 0 20rpx; display: inline-block; font-size: 26rpx; margin-left: 30rpx; } .order-btn.grey { color: grey; border-color: grey; }