/* 服务订单内容*/ .service-order-tab-bar { background: #fff; display: flex; justify-content: space-around; height: 50px; background-color: #f5f5f5; .service-order-tab-item { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #333; line-height: 26px; } .underline { border-bottom: 2px solid #FFE05C; } } .bg-img { background-image: url('/static/coupon/u210.png'); background-repeat: repeat; height: 94px; margin: 12px; } .bg-img1 { background-image: url('/static/coupon/u211.png'); background-repeat: repeat; height: 94px; margin: 12px; } .service-order { // background: #fff; } /* 门店列表 */ .store-wrap { border-radius: 2px; padding-bottom: 12px; padding-left: 12px; padding-right: 12px; .row-list { .store-content { display: flex; align-items: center; height: 94px; color: #333333; .h-left-content { width: 26%; text-align: center; .h-text { width: 100%; font-weight: 400; line-height: 18px; font-size: 12px; .money { font-size: 18px; font-weight: bold; line-height: 26px; } } } .h-center-content { width: 50%; padding-left: 12px; .title { width: 100%; color: #999999; font-size: 12px; line-height: 18px; .h-value { font-size: 18px; line-height: 32px; color: #333333; } } } .h-right-content { width: 24%; display: flex; justify-content: center; align-items: center; background-image: url('/static/coupon/u2102.png'); height: 94px; .h-btn-value-use { background: #FFE05C; color: #333333; height: 30px; width: 80px; text-align: center; line-height: 30px; border-radius: 15px; font-size: 14px; } .h-btn-value-receive { background: #93D21A; color: #fff; height: 30px; width: 80px; text-align: center; line-height: 30px; border-radius: 15px; } .h-btn-img { display: flex; align-items: center; image { height: 68px; width: 68px; } } } } } } /* 产品订单 */ .product-order { margin-top: 12px; } /* 底部 */ .footer { margin-top: 30px; height: 120px; font-size: 12px; text-align: center; color: #666; }