index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. position: relative;
  31. }
  32. ._base_info {
  33. flex: 1;
  34. }
  35. ._status {
  36. width: 210rpx;
  37. position: absolute;
  38. right: 0;
  39. top: 0;
  40. }
  41. ._base_info {
  42. padding: 28rpx 28rpx 28rpx 40rpx;
  43. }
  44. ._title {
  45. font-weight: 1000;
  46. font-size: 36rpx;
  47. color: #000;
  48. margin-bottom: 16rpx;
  49. width: 390rpx;
  50. }
  51. ._subtitle {
  52. font-size: 26rpx;
  53. color: #8c8c8c;
  54. font-size: 24rpx;
  55. margin-bottom: 4rpx;
  56. width: 400rpx;
  57. height: 32rpx;
  58. overflow: hidden;
  59. text-overflow:ellipsis;
  60. white-space: nowrap;
  61. }
  62. ._time {
  63. font-size: 28rpx;
  64. color: #8c8c8c;
  65. }
  66. ._sub_time {
  67. font-size: 26rpx;
  68. color: #aaa;
  69. }
  70. ._status_btn {
  71. width: 174rpx;
  72. height: 60rpx;
  73. border-radius: 60rpx;
  74. line-height: 60rpx;
  75. text-align: center;
  76. font-size: 30rpx;
  77. font-weight: 600;
  78. margin: 60rpx 0 0 0;
  79. }
  80. ._status2 {
  81. border: 2rpx solid #CF4F58;
  82. background: #FFE3E5;
  83. color: #BD1925;
  84. }
  85. ._status1, ._status4, ._status5 {
  86. width: 226rpx;
  87. height: 78rpx;
  88. line-height: normal;
  89. border: 1rpx solid #EE7C00;
  90. background: #FFE6CB;
  91. color: #EE7C00;
  92. font-size: 26rpx;
  93. position: relative;
  94. left: -50rpx;
  95. margin: 35rpx 0 0 0;
  96. }
  97. ._status3 {
  98. border: 1rpx solid #B1B1B1;
  99. background: #F5F5F5;
  100. color: #B1B1B1;
  101. }
  102. ._no_more {
  103. font-size: 24rpx;
  104. color: #B1B1B1;
  105. text-align: center;
  106. line-height: 100rpx;
  107. padding-bottom: 28rpx;
  108. font-weight: 1000;
  109. }
  110. ._no_result {
  111. font-size: 24rpx;
  112. color: #B1B1B1;
  113. text-align: center;
  114. line-height: 100rpx;
  115. font-weight: 1000;
  116. }