index.wxss 595 B

123456789101112131415161718192021222324252627282930313233343536
  1. @import "../new-comer/index.wxss";
  2. .new-comers-title {
  3. display: flex;
  4. justify-content: space-between;
  5. align-items: center;
  6. }
  7. .count-down {
  8. height: 68rpx;
  9. line-height: 68rpx;
  10. color: #444;
  11. font-size: 24rpx;
  12. display: flex;
  13. align-items: center;
  14. flex: 1;
  15. margin-right: 20rpx;
  16. }
  17. .count-down .item-time {
  18. width: 34rpx;
  19. height: 32rpx;
  20. line-height: 32rpx;
  21. color: #fff;
  22. text-align: center;
  23. background: #444;
  24. border-radius: 4rpx;
  25. padding: 0 2rpx;
  26. font-weight: normal;
  27. }
  28. .count-down-left-text {
  29. font-size: 24rpx;
  30. margin-right: 10rpx;
  31. font-weight: normal;
  32. }