order_20190425110840.scss 1.12 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
.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-info{
    line-height: 48px;
    font-size: 16px;
    color: $color_555;
    margin-left: 10px;
    vertical-align: middle;
    flex: 1;
}
.order-next{
    line-height: 48px;
     margin-bottom: 0px;
}
.order-content{
    
}