miaosha.wxss 2.3 KB

12345678910111213141516171819202122232425
  1. @import '/import/css0_15.wxss';.top-bar{ position: fixed; top:0; left: 0; width: 100%; border-bottom: 1rpx solid #eee; }
  2. .top-bar > wx-scroll-view{ overflow: auto !important; }
  3. .start-time-list{ overflow-y: visible !important; padding-bottom: 20rpx; }
  4. .start-time-item { background: #30353c; color: #bbb; font-weight: bold; width: 150rpx; text-align: center; height: 120rpx; }
  5. .start-time-item>wx-view{ width: 100%; }
  6. .start-time-item .start-time{ text-align: center; line-height: 1; }
  7. .start-time-item .start-status{ font-size: 9pt; line-height: 1; font-weight: normal; text-align: center; }
  8. .start-time-item.active{ background: #ff4544; color: #fff; position: relative; }
  9. .start-time-item.active .start-time-item-icon{ position: absolute; z-index: 999; bottom: -15rpx; left: 50%; margin-left: -12rpx; display: block; width: 0; height: 0; border: 20rpx solid #ff4544; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-bottom-width: 0; }
  10. .start-time-item.active .start-time{ font-size: 12pt; }
  11. .time-over-bar{ background: #fff; margin-top: -20rpx; height: 80rpx; padding: 0 20rpx; border-left: 6rpx solid #ff4544; }
  12. .goods-list{ padding-top: 220rpx; }
  13. .goods-list .item{ background: #fff; border-bottom: 1rpx solid #eee; }
  14. .goods-list .cover-pic{ width: 262rpx; height: 262rpx; display: block; }
  15. .goods-list .goods-name{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 16rpx; }
  16. .goods-list .progress-bar{ background: #ffb7b7; border-radius: 999rpx; overflow: hidden; height: 24rpx; margin-bottom: 12rpx; }
  17. .goods-list .progress{ background: #ff4544; border-radius: 999rpx; height: 100%; width: 0%; }
  18. .goods-list .statue-text{ font-size: 9pt; color: #888; margin-bottom: 28rpx; }
  19. .goods-list .miaosha-price{ color: #ff4544; font-size: 13pt; font-weight: bold; line-height: 1; }
  20. .goods-list .price{ color: #888; text-decoration: line-through; font-size: 9pt; line-height: 1; }
  21. .goods-list .btn{ font-size: 9pt; display: block; padding: 10rpx 24rpx; border: 1rpx solid #ff4544; color: #ff4544; border-radius: 10rpx; }
  22. .goods-list .btn.btn-buy{ background: #ff4544; color: #fff; }
  23. .load-more-bar{ text-align: center; visibility: hidden; }
  24. .load-more-bar.active{ visibility: visible; }
  25. .load-more-bar wx-image{ width: 200rpx; height: 100rpx; }