order_20190425185838.scss 2.38 KB
Newer Older
.  
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
.order-wrapper{
   width: 100%;
   height: 100%; 
   background-color: $bg_f5f5f5;
}
.order-tab{
    color: $black;
    background: $bg_f7f9fc;
}
.order-information{
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 28px 15px;
    color: $color_555;
    background-color: $bg_fff;
    position: relative;
}
.order-information::before{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background-size: 80px;
}
.order-addsize{
    font-size: 32px !important;
    margin-bottom: 0px;
    color: $active;
}
.order-next{
    line-height: 48px;
     margin-bottom: 0px;
}
.order-list{
    margin-top: 8px;
}
.order-infotext{
    flex: 1;
    line-height: 48px;
    margin-left: 10px;
    font-size: $font_16;
    color: $color_555;
}
.order-info {
    color: $color_666;
    font-size: $font_14;
    .order-title{
        height: 16px;
        line-height: 16px;
        color: $color_333;
        font-size: $font_16;
    }
    .order-content{
        margin-top: 10px;
        color: $color_666;
        font-size: $font_14;
        line-height: 18px;
    }
    .order-des{
        margin-top: 10px;
    }
    .order-newprice{
        color: $redprice;
        font-size: $font_16;
        margin-right: 15px;
    }
    .order-price{
        color: $color_999;
        font-size: $font_12;
        text-decoration: line-through;
    }
}
.order-item{
    .am-list-item{
        padding-left: 15px;
    }
}
.v-list-item {
    margin-top: 8px;
    padding: 10px 15px 0 15px;
    .content{
        border-bottom: none;
    }
}
.order-prefer{
    .am-list{
        border-top: 1px solid #e7eaf1;
    }
    .order-prefer-text{
      
    }
}
 .order-balanceprice{
    color: $color_666;
    font-size: $font_12;
    .order-money{
        color: #ff2121;
        font-size: $font_12 !important;
        font-weight: normal;
        font-style: inherit;
    }
}

.am-list-item .am-list-line .am-list-content{
    color: $color_333;
}
.order-balance{
    .am-list-content{
        color: $color_333;
        font-size: $font_16;
    }
}