order.detail.css 5.9 KB
Newer Older
D
v1.2.0  
devil_gong 已提交
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
/**
 * 进度
 */
ul.progress {
    margin: 20px 0;
}
ul.progress li {
    position: relative;
 }
ul.progress li i.step {
    display: block;
    background-color: #e1e1e1;
}

ul.progress li .digital {
    background-color: #f7f7f7;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    color: #e1e1e1;
    font-weight: 700;
    border: 6px solid #e1e1e1;
}

ul.progress li .base .title {
    font-weight: 500;
    color: #666;
}

ul.progress li .base .date {
    color: #999;
}

ul.progress li.steps-success .digital {
    border: 6px solid #4CAF50;
    color: #fff;
}
ul.progress li.steps-success .digital {
    background-color: #82cc85;
}
ul.progress li.steps-success i.step {
    background-color: #4CAF50;
}
ul.progress li.current .title {
    color: #4CAF50;
}

.base-right .icon-tips, .base-right .icon-success {
    font-size: 50px;
}
.base-right .icon-tips {
    color: #6980d0;
}
.base-right .icon-success {
    color: #28801c;
}

@media only screen and (min-width: 641px) {
    ul.progress {
        overflow: hidden;
    }
    ul.progress li {
        float: left;
        width: 20%;
        text-align: center;
    }
    ul.progress li i.step {
        display: block;
        height: 6px;
        width: 100%;
        position: absolute;
        margin: 15px 0 0 -50%;
        z-index: 1;
    }
    ul.progress li .digital {
        position: absolute;
        margin-left: calc(50% - 18px);
        z-index: 2;
    }
    ul.progress li .base {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 641px) {
    ul.progress li i.step {
        height: 60px;
        width: 6px;
        margin-left: 15px;
    }

    ul.progress li .base {
        position: absolute;
        left: 50px;
        top: 0;
    }
    ul.progress li:not(:first-child) .base {
        margin-top: 70px;
    }
}


/**
 * 文本列表
 */
.items {
D
devil_gong 已提交
109
    line-height: 30px;
D
v1.2.0  
devil_gong 已提交
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
    overflow: hidden;
}
.items-detail {
    color: #666;
}


/**
 * 订单详情基础
 */
.order-base .am-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.order-base .am-panel-bd, .order-base .base-right {
    padding: 5px 10px;
}
.order-base, .order-base .status {
    overflow: hidden;
}
.order-base .status-name {
    line-height: 80px;
}
.order-base .operation .am-btn {
    margin-left: 15px;
}
.order-base .logistics {
    margin-top: 10px;
}
D
devil_gong 已提交
139 140 141 142 143
.order-base .am-btn-block {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
D
v1.2.0  
devil_gong 已提交
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
@media only screen and (min-width: 641px) {
    .order-base .base-left, .order-base .base-right {
        width: 50%;
        float: left;
    }
    .order-base {
        border: 1px solid #ddd;
    }
    .order-base .am-panel-default {
        border-color: #fff;
    }
    .order-base .am-panel {
        border: 0;
        margin: 0;
    }
    .order-base .base-left {
        border-right: 1px solid #ddd;
    }
    .order-base .base-right {
        padding-top: 0;
    }
}
@media only screen and (max-width: 641px) {
    .order-base .base-right {
        border: 1px solid #ddd;
    }
}


D
devil_gong 已提交
173 174 175 176 177 178 179 180 181 182
/**
 * 业务面板
 */
.user-content-body .business-panel {
    margin-top: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}


D
v1.2.0  
devil_gong 已提交
183 184 185 186 187 188 189
/**
 * 支付弹窗
 */
.business-item h3 { border-bottom: 3px solid #e3e3e3; margin-top:5px; font-size: 14px;font-weight: 700; }
.business-item ul { padding: 10px 3px 5px 5px; overflow: hidden; }
.business-item ul li { border:1px solid transparent ;overflow: hidden; float: left; cursor: pointer; padding: 5px; border: 1px solid #eee; margin: 0 10px 10px 0; }
.business-item ul  li img { width: 36px; height: 36px; }
G
gongfuxiang 已提交
190
.business-item ul li.selected { border-color: #d2364c ; position: relative; box-shadow: 0px 0 0px 1px #d2364c; }
G
gongfuxiang 已提交
191
.business-item ul li.selected i.icon-active { position: absolute; width: 10px; height: 10px; font-size: 0; line-height: 0; right: 0px; bottom: 0px; background: url(../images/sys-item-selected.gif) no-repeat right bottom; }
D
v1.2.0  
devil_gong 已提交
192 193 194
@media only screen and (min-width:640px) {
  .business-item ul li {width:calc(33% - 5px); }
  .business-item ul li:nth-child(3n) { margin-right: 0; }
G
gongfuxiang 已提交
195
  .business-item ul li:hover { border: 1px solid #d2364c; box-shadow: 0px 0 0px 1px #d2364c; }
D
v1.2.0  
devil_gong 已提交
196 197 198 199 200 201 202 203 204 205 206
}
@media only screen and (max-width:640px) {
  .business-item ul li { width: calc(50% - 5px); }
  .business-item ul li:nth-child(2n) { margin-right: 0; }
}


/**
 * 商品列表
 */
.order-goods { margin-top: 20px; }
D
devil_gong 已提交
207
.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; top: 0; }
D
v1.2.0  
devil_gong 已提交
208 209 210 211 212 213 214 215 216
.goods-detail { position: relative; min-height: 80px; }
.goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; }
.goods-title:hover { text-decoration: underline; }
.goods-base { float: left; top: 0; margin-left: 85px; }
.goods-attr li { color: #888; line-height: 16px; }
.original-price, .line-price { font-family: Verdana,Tahoma,arial; }
.original-price { color: #9c9c9c; text-decoration: line-through; }
.line-price { color: #3c3c3c; }
.line-price, strong.total-price-content, strong.total-price-content { font-weight: 700; font-family: Verdana,Tahoma,arial; }
D
devil_gong 已提交
217
strong.total-price-content { color: #d2364c; }
D
v1.2.0  
devil_gong 已提交
218 219 220 221 222 223 224 225 226 227
.am-table { margin-bottom: 10px; }
.am-table > tbody > tr > td { border-top: 1px solid #F5F5F5; }
.am-table > thead > tr > th { border-bottom: 1px solid #f7f7f7; }

@media only screen and (min-width:640px)  {
    .cart-content table tr .base { width: 40%; }
    .cart-content table tr .price { width: 20%; }
    .cart-content table tr .number { width: 20%; }
    .cart-content table tr .total-price { width: 20%; }
    .cart-content { margin-top: 20px; }
D
devil_gong 已提交
228 229 230 231 232 233 234 235
}


/**
 * 自提点地图
 */
#popup-extraction-receive-map .am-popup-bd,
#map {
D
devil_gong 已提交
236
    width: 100%;
D
devil_gong 已提交
237
    height: 100%;
D
devil_gong 已提交
238
    padding: 0;
D
devil_gong 已提交
239
}
D
devil_gong 已提交
240 241 242
#popup-extraction-receive-map .am-popup-hd {
    border: 0;
}
D
devil_gong 已提交
243 244 245 246 247 248 249 250 251 252


/**
 * 虚拟销售
 */
.fictitious-panel-container ul.am-list li:first-child {
    border-top: 0;
}
.fictitious-panel-container ul.am-list li:last-child {
    border-bottom: 0;
D
v1.2.0  
devil_gong 已提交
253
}