dopay.wxss 1.4 KB

12345678910111213141516171819
  1. .margin-left{padding-left:10px}
  2. .block__title {margin: 0;font-weight: 400;font-size: 14px;color: rgba(69,90,100,.6);padding:10px;}
  3. button.address::after{border:none;background: none;}
  4. .left{float: left}
  5. /* 收货地址 */
  6. .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;}
  7. .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%);
  8. 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: '';}
  9. .address .address_icon{width: 30px;height:30px;}
  10. .address .address_value{line-height:20px;margin-left: 5px;vertical-align: middle;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
  11. .address .address_ight-icon{width: 30px;height:30px;}
  12. /* 产品预览 */
  13. .card{background: #fff;clear: both;margin:3px 5px;padding:5px;display: flex}
  14. .card .img{margin-right: 10px;}
  15. .card .img image{width:100px;height: 100px;vertical-align: middle}
  16. .card .info{flex: 1;}
  17. .card .info .name{font-size:28rpx;color: #323233;line-height:35rpx;}
  18. .card .info .price{line-height:30px;font-size:28rpx;}
  19. .card .info .amount{color:#f23030;font-size:38rpx;}