index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. ._status_btn {
  67. width: 174rpx;
  68. height: 60rpx;
  69. border-radius: 60rpx;
  70. line-height: 60rpx;
  71. text-align: center;
  72. font-size: 30rpx;
  73. font-weight: 600;
  74. margin: 60rpx 0 0 0;
  75. }
  76. ._status2 {
  77. border: 1rpx solid #CF4F58;
  78. background: #FFE3E5;
  79. color: #BD1925;
  80. }
  81. ._status1, ._status4, ._status5 {
  82. width: 226rpx;
  83. height: 78rpx;
  84. line-height: normal;
  85. border: 1rpx solid #EE7C00;
  86. background: #FFE6CB;
  87. color: #EE7C00;
  88. font-size: 26rpx;
  89. position: relative;
  90. left: -50rpx;
  91. margin: 35rpx 0 0 0;
  92. }
  93. ._status3 {
  94. border: 1rpx solid #B1B1B1;
  95. background: #F5F5F5;
  96. color: #B1B1B1;
  97. }
  98. ._no_more {
  99. font-size: 24rpx;
  100. color: #B1B1B1;
  101. text-align: center;
  102. line-height: 100rpx;
  103. padding-bottom: 28rpx;
  104. font-weight: 1000;
  105. }
  106. ._no_result {
  107. font-size: 24rpx;
  108. color: #B1B1B1;
  109. text-align: center;
  110. line-height: 100rpx;
  111. font-weight: 1000;
  112. }