log.wxss 1.5 KB

1234567891011121314151617
  1. .top { height: 408rpx; width: 100%; text-align: center; color: #fff; font-size: 9pt; position: relative; }
  2. .top wx-image { height: 408rpx; width: 100%; }
  3. .total { position: absolute; top: 80rpx; width: 100%; }
  4. .total-num { font-size: 27pt; font-family: 'DIN'; margin-bottom: 18rpx; }
  5. .data { position: absolute; bottom: 80rpx; width: 100%; }
  6. .location { float: left; width: 33.33%; }
  7. .data-num { font-size: 16pt; font-family: 'DIN'; margin-bottom: 9rpx; }
  8. .log { height: 64rpx; color: #999; font-size: 11pt; padding-left: 24rpx; background-color: #f7f7f7; line-height: 64rpx; }
  9. .list { height: 254rpx; width: 100%; background-color: white; color: #999; font-size: 11pt; padding: 28rpx 24rpx; margin-bottom: 20rpx; }
  10. .list-title { height: 48rpx; width: 100%; }
  11. .title-left { float: left; color: #353535; font-size: 11pt; }
  12. .wait { height: 48rpx; width: 94rpx; background-color: #feeeee; color: #ff4544; font-size: 9pt; line-height: 48rpx; text-align: center; float: right; }
  13. .finish { height: 48rpx; width: 94rpx; background-color: #fff2e2; color: #ff9d1e; font-size: 9pt; line-height: 48rpx; text-align: center; float: right; }
  14. .loser { height: 48rpx; width: 94rpx; background-color: #eee; color: #999; font-size: 9pt; line-height: 48rpx; text-align: center; float: right; }
  15. .list-body { width: 50%; padding: 40rpx 0 50rpx; float: left; text-align: center; }
  16. .list-num { font-size: 17pt; color: #ff9d1e; font-family: 'DIN'; margin-bottom: 16rpx; }
  17. .loading { color: #353535; text-align: center; height: 80rpx; line-height: 80rpx; }