1234567891011121314151617181920212223242526272829303132333435 |
- .margin-left{padding-left:10px}
- .block__title {margin: 0;font-weight: 400;font-size: 14px;color: rgba(69,90,100,.6);padding:10px;}
- button.address::after{border:none;background: none;}
- .left{float: left}
- /* 收货地址 */
- .address {padding: 16px;align-items: center;position: relative;display: flex;box-sizing: border-box;width: 100%;overflow: hidden;color: #323233;font-size: 14px;background-color: #fff;}
- .address::before{position: absolute;right: 0;bottom: 0;left: 0;height: 2px;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;content: '';}
- .address .address_icon{width: 30px;height:30px;}
- .address .address_value{line-height:20px;margin-left: 5px;vertical-align: middle;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
- .address .address_ight-icon{width: 30px;height:30px;}
- /* 左右大图 */
- .title{background: #FFF;text-align: center;padding:10px 0px 4px 0px}
- .item{display: flex;flex-flow: row wrap;width: 100%;background: #FFF;padding-top: 6px}
- .item .item{margin-bottom:6px;display: block;width:50%;position: relative;}
- .item .item navigator{background: #FFF;}
- .item .item:nth-child(2n) navigator{margin-left:3px;margin-right:6px;}
- .item .item:nth-child(odd) navigator{margin-right:3px;margin-left:6px;}
- .item .product-img image{width: 100%;vertical-align:top;border-radius:3px;}
- .item .product-info{padding:8rpx;line-height: 20px;}
- .item .product-title{max-height:40px;font-size: 14px;overflow: hidden;word-break: break-word;text-overflow: ellipsis;color: #333;}
- .item .product-price {height:25px;line-height:25px;}
- .item .product-price .sell{color:#f23030;font-size: 16px;}
- .item .product-price .market{color:#999;font-size: 12px;text-decoration:line-through;padding-left: 10px}
- .item .tip{max-height:25px;font-size: 12px;overflow: hidden;word-break: break-word;text-overflow: ellipsis;color:#999;}
- /* 产品预览 */
- .card{background: #fff;clear: both;margin:3px 5px;padding:5px;display: flex;width: auto;border-radius: 0px}
- .card .img{margin-right: 10px;}
- .card .img image{width:100px;height: 100px;vertical-align: middle}
- .card .info{flex: 1;}
- .card .info .name{font-weight: 600;font-size: 12px;color: #323233;line-height: 16px;}
- .card .info .amount{color:#f23030;font-weight: 600}
- .card .price{line-height:30px;}
- .card .bar{margin-top:4px;}
- .card .mt{margin-top:5px}
|