prize.wxss 636 B

1234567
  1. @import '/import/css5_1.wxss';.top-bar { position: fixed; top: 0; left: 0; width: 100%; background: #fff; border-top: 1rpx solid #e3e3e3; border-bottom: 1rpx solid #e3e3e3; z-index: 999; }
  2. .top-bar wx-navigator{ text-align: center; }
  3. .top-bar wx-navigator wx-text{ height: 90rpx; line-height: 90rpx; border-bottom: 2rpx solid transparent; width: auto; display: inline-block; }
  4. .top-bar wx-navigator.active wx-text{ color: #ff4544; border-bottom-color: #ff4544; }
  5. .lottery-list{ padding-top:92rpx }
  6. .flow wx-image { width: 20rpx; height: 30rpx; margin-left: 16rpx; }
  7. .no-content { padding-top: 200rpx; color: #888; text-align: center; }