express-detail.wxss 1.1 KB

123456789101112131415
  1. .header{ border-top:1rpx solid #e3e3e3; padding:32rpx 24rpx; }
  2. .data-list{ background: #fff; border-bottom:1rpx solid #e3e3e3; }
  3. .data-list .data-item{ padding-right: 24rpx; }
  4. .data-list .data-item .item-icon{ padding: 0 40rpx; }
  5. .data-list .data-item .item-line{ width: 2rpx; background: #e3e3e3; position: relative; }
  6. .data-list .data-item .item-line:nth-of-type(1){ height: 42rpx; }
  7. .data-list .data-item .item-line wx-image{ position: absolute; left: -5rpx; z-index: 9; top: -6rpx; }
  8. .data-list .data-item .item-line wx-image.point-green{ display: none; }
  9. .data-list .data-item:first-child .item-line wx-image.point-green{ display: block; }
  10. .data-list .data-item:first-child .item-line:nth-of-type(1){ opacity: 0; }
  11. .data-list .data-item:last-child .item-line:nth-of-type(3){ opacity: 0; }
  12. .data-list .data-item .item-content{ padding: 28rpx 0; border-bottom: 1rpx solid #eee; color: #888; }
  13. .data-list .data-item:first-child .item-content{ color: #25ae5f; }
  14. .data-list .data-item:last-child .item-content{ border-bottom: none; }
  15. .no-data{ padding: 24rpx; text-align: center; color: #888; }