/* pages/confirmVOrder/confirmVOrder.wxss */ .check_order { padding-bottom: 134rpx; } .address_wrap { display: -webkit-flex; display: flex; align-items: center; font-size: 24rpx; color: #333; background: #fff; flex-wrap: wrap; padding: 16rpx 100rpx 16rpx 0; position: relative; } .address_none { display: -webkit-flex; display: flex; align-items: center; justify-content: center; color:#333; padding: 50rpx 0; background: #fff; font-size: 26rpx; } .adress-icon { display: block; width: 34rpx; height: 42rpx; margin: 0 20rpx 0 30rpx; } .see_ensure_desc { width: 16rpx; height: 30rpx; position: absolute; right: 30rpx; top: 50%; margin-top: -15rpx; } .payment_method { display: -webkit-flex; display: flex; align-items: center; /* justify-content: space-between; */ font-size: 30rpx; padding: 25rpx 30rpx; background: #fff; } .bonus_pay_icon { width: 34rpx; height: 42rpx; } .wx_pay_icon { width: 40rpx; height: 40rpx; } .payment-1px-b { position: relative; } .payment-1px-b::after { content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid #d9d9d9; color: #d9d9d9; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .order_goods_content { position: relative; display: -webkit-flex; display: flex; align-items: center; padding: 30rpx; } .order_content_img { display: block; /* -webkit-flex: 0 0 33.3333%; */ /* flex: 0 0 33.3333%; */ width: 160rpx; height: 160rpx; flex-shrink: 0; } .order_content_middle { /* -webkit-flex: 0 0 60%; flex: 0 0 60%; */ flex: 1; padding-left: 20rpx; font-size: 30rpx; color: #333; } .order_letter_pro { margin: 6rpx 0 30rpx; font-size: 24rpx; color: #666; } .order_content_nums { position: absolute; right: 30rpx; bottom: 36rpx; font-weight: bold; font-size: 24rpx; color: #333333; } .packet_price-tips { padding: 20rpx 0 20rpx 30rpx; color: #a7a7a7; font-size: 24rpx; } .order_entry { padding: 30rpx; background: #fff; font-size: 24rpx; } .expenses_info { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; height: 50rpx; } .bonus_bg { background: #f2bb11; padding: 5rpx; margin-right: 5rpx; } .bonus_rate { border: 1px dashed #fff; } .order_pay { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; } .default_address { font-size: 18rpx; background: #ffeab8; color: #f2bc73; height: 40rpx; line-height: 40rpx; padding-left: 30rpx; } .just_buy { display: -webkit-flex; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 94rpx; font-size: 30rpx; background: #fff; } .just_buy_left { -webkit-flex: 0 0 67%; flex: 0 0 67%; font-size: 30rpx; } .just_buy_right { -webkit-flex: 0 0 33%; flex: 0 0 33%; font-size: 30rpx; color: #fff; background: #2b2b2b; }