index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .content.data-v-520b1870 {
  2. width: 100%;
  3. height: 100vh;
  4. padding-bottom: 15rpx;
  5. background: #F8F8F8;
  6. }
  7. .mainList.data-v-520b1870 {
  8. width: 100%;
  9. /* margin: 30rpx auto; */
  10. }
  11. .mainText.data-v-520b1870 {
  12. width: 100%;
  13. color: #000000;
  14. font-size: 34rpx;
  15. text-align: left;
  16. font-weight: 550;
  17. opacity: 0.5;
  18. margin-bottom: 50rpx;
  19. }
  20. .receive.data-v-520b1870 {
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. width: 120rpx;
  25. background-color: #f60;
  26. color: #FFFFFF;
  27. font-size: 24rpx;
  28. border-radius: 10rpx;
  29. height: 2.5em;
  30. margin-top: 30rpx;
  31. }
  32. button.data-v-520b1870 {
  33. margin: unset;
  34. padding: unset;
  35. }
  36. button.data-v-520b1870:after {
  37. border: unset;
  38. }
  39. .slot-box {
  40. position: relative;
  41. }
  42. .slot-image {
  43. width: 130rpx;
  44. height: 120rpx;
  45. }
  46. .status {
  47. position: absolute;
  48. left: 0;
  49. top: 0;
  50. font-size: 12px;
  51. color: #fff;
  52. background: #999;
  53. }
  54. .uni-list-item__container {
  55. flex: none !important;
  56. width: 90%;
  57. padding: 12px 5% !important;
  58. }
  59. .titleBox {
  60. width: 65%;
  61. margin-left: 10px;
  62. display: block;
  63. }
  64. .slot-title {
  65. width: 100%;
  66. font-weight: 600;
  67. color: #000;
  68. line-height: 2em;
  69. overflow: hidden;
  70. white-space: nowrap;
  71. text-overflow: ellipsis;
  72. display: block;
  73. }
  74. .slot-text {
  75. display: block;
  76. width: 100%;
  77. font-size: 22rpx;
  78. color: #999;
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. }
  83. .slot-footer {
  84. margin-left: 3%;
  85. }
  86. .footerIcon {
  87. line-height: 3em;
  88. }
  89. .remainCount {
  90. background-color: #999 !important;
  91. }
  92. .swiper {
  93. height: 45vw;
  94. overflow: hidden;
  95. }
  96. .forward .uni-icons {
  97. line-height: 55px;
  98. }
  99. /**/
  100. .uni-section .uni-section-header {
  101. padding: 12px 20px !important;
  102. }