index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* pages/luckDraw/index.wxss */
  2. page {
  3. background: #f0f0f0;
  4. padding-bottom: 98rpx;
  5. }
  6. ._list {
  7. width: 702rpx;
  8. margin: auto;
  9. padding-top: 32rpx;
  10. }
  11. ._item {
  12. background: #fff;
  13. margin-bottom: 28rpx;
  14. border-radius: 10rpx;
  15. box-sizing: border-box;
  16. }
  17. ._figure {
  18. height: 260rpx;
  19. width: 100%;
  20. border-radius: 10rpx 10rpx 0 0;
  21. overflow: hidden;
  22. }
  23. ._figure image {
  24. height: 260rpx;
  25. width: 100%;
  26. }
  27. ._info {
  28. display: flex;
  29. flex-direction: row;
  30. }
  31. ._base_info {
  32. flex: 1;
  33. }
  34. ._status {
  35. width: 210rpx;
  36. }
  37. ._base_info {
  38. padding: 28rpx 28rpx 28rpx 40rpx;
  39. }
  40. ._title {
  41. font-weight: 1000;
  42. font-size: 36rpx;
  43. color: #000;
  44. margin-bottom: 16rpx;
  45. }
  46. ._subtitle {
  47. font-size: 26rpx;
  48. color: #8c8c8c;
  49. font-size: 24rpx;
  50. margin-bottom: 4rpx;
  51. }
  52. ._time {
  53. font-size: 28rpx;
  54. color: #8c8c8c;
  55. }
  56. ._status_btn {
  57. width: 174rpx;
  58. height: 60rpx;
  59. border-radius: 60rpx;
  60. line-height: 60rpx;
  61. text-align: center;
  62. font-size: 30rpx;
  63. font-weight: 600;
  64. margin: 60rpx 0 0 0;
  65. }
  66. ._status2 {
  67. border: 1rpx solid #CF4F58;
  68. background: #FFE3E5;
  69. color: #BD1925;
  70. }
  71. ._status1, ._status4, ._status5 {
  72. width: 226rpx;
  73. height: 78rpx;
  74. line-height: normal;
  75. border: 1rpx solid #EE7C00;
  76. background: #FFE6CB;
  77. color: #EE7C00;
  78. font-size: 26rpx;
  79. position: relative;
  80. left: -50rpx;
  81. }
  82. ._status3 {
  83. border: 1rpx solid #B1B1B1;
  84. background: #F5F5F5;
  85. color: #B1B1B1;
  86. }
  87. ._no_more {
  88. font-size: 24rpx;
  89. color: #B1B1B1;
  90. text-align: center;
  91. line-height: 100rpx;
  92. padding-bottom: 28rpx;
  93. font-weight: 1000;
  94. }
  95. ._no_result {
  96. font-size: 24rpx;
  97. color: #B1B1B1;
  98. text-align: center;
  99. line-height: 100rpx;
  100. font-weight: 1000;
  101. }