detail.wxss 1.2 KB

12345678910111213
  1. .top { height: 160rpx; width: 100%; position: relative; margin-bottom: 20rpx; }
  2. .top wx-image { width: 100%; height: 100%; }
  3. .detail-name { position: absolute; left: 24rpx; top: 36rpx; font-size: 10pt; color: #fff; }
  4. .detail-number { position: absolute; bottom: 36rpx; left: 24rpx; font-size: 18pt; color: white; font-family: 'DIN'; }
  5. .detail-number wx-text { font-size: 11pt; }
  6. .tab { height: 87rpx; width: 100%; background-color: white; border-bottom: 1rpx #e2e2e2 solid; }
  7. .tab-list { display: inline-block; width: 50%; line-height: 88rpx; font-size: 12pt; color: #666; text-align: center; }
  8. .active { color: #ff4544; display: inline-block; height: 84rpx; border-bottom: 4rpx solid #ff4544; }
  9. .list { height: 139rpx; width: 100%; padding: 36rpx 24rpx; background-color: white; border-bottom: 1rpx #e2e2e2 solid; }
  10. .list-left { color: #666; font-size: 9pt; float: left; width: 60%; }
  11. .name { font-size: 11pt; color: #353535; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  12. .list-right { color: #353535; font-size: 13pt; float: right; line-height: 68rpx; }
  13. .loading { font-size: 9pt; color: #353535; text-align: center; height: 80rpx; line-height: 80rpx; background-color: white; }