| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /* 服务订单内容*/
- .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;
- }
|