activityList.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/activityList/activityList.wxss */
  2. Page {
  3. width: 100%;
  4. height: 100%;
  5. /* background-color: #F7F7F7; */
  6. }
  7. .list {
  8. width: 100%;
  9. /* padding:0 AUTO;
  10. padding-top: 25px; */
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. flex-direction: column;
  15. }
  16. .activity {
  17. width: 341px;
  18. height: 136px;
  19. background-color: #FFEFF1;
  20. border-radius: 5px;
  21. margin-bottom: 12px;
  22. }
  23. .top {
  24. width: 100%;
  25. height: 70px;
  26. margin-top: 16px;
  27. }
  28. .top-left {
  29. width: 82px;
  30. height: 69px;
  31. border-radius: 5px;
  32. margin-left: 27px;
  33. }
  34. .top-right {
  35. width: 200px;
  36. margin-left: 24px;
  37. }
  38. .top-right-top {
  39. width: 200px;
  40. height: 20px;
  41. line-height: 20px;
  42. font-size: 15px;
  43. font-weight: bold;
  44. color: #BF2637;
  45. overflow: hidden;
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. }
  49. .top-right-bottom {
  50. width: 200px;
  51. height: 18px;
  52. margin-top: 13px;
  53. font-size: 9px;
  54. font-weight: 400;
  55. color: #BF2637;
  56. }
  57. .top-right-bottom-view {
  58. width: 84px;
  59. height: 18px;
  60. background-color: #fff;
  61. border-radius: 3px;
  62. margin-right: 11px;
  63. }
  64. .trbv-img {
  65. width: 12px;
  66. height: 12px;
  67. margin-left: 4px;
  68. }
  69. .trbv-name {
  70. width: 55px;
  71. height: 12px;
  72. margin-left: 8px;
  73. }
  74. .middle-line {
  75. width: 295px;
  76. height: 1px;
  77. border-bottom: 1px dashed #BF2637;
  78. }
  79. .middle {
  80. margin: 0 auto;
  81. margin-top: 9px;
  82. }
  83. .bottom {
  84. width: 100%;
  85. height: 20px;
  86. margin-top: 9px;
  87. justify-content: space-between !important;
  88. }
  89. .bottom-left {
  90. width: 218px;
  91. height: 20px;
  92. line-height: 20px;
  93. font-size: 9.5px;
  94. font-weight: 400;
  95. color: #BF2637;
  96. margin-left: 22px;
  97. }
  98. .bottom-right {
  99. width: 80px !important;
  100. height: 20px;
  101. background-color: #BF2637;
  102. color: #fff;
  103. font-size: 10px;
  104. text-align: center;
  105. line-height: 20px;
  106. border-radius: 10px;
  107. margin-right: 16px !important;
  108. padding: 0 0;
  109. }