国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

169 lines
4.9 KiB

3 days ago
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .activity-detail.data-v-6425a31c {
  28. min-height: 100vh;
  29. background: #f8f8f8;
  30. padding-bottom: 120rpx;
  31. }
  32. .activity-detail .banner-container.data-v-6425a31c {
  33. width: 100%;
  34. height: 450rpx;
  35. }
  36. .activity-detail .banner-container .banner-swiper.data-v-6425a31c {
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .activity-detail .banner-container .banner-swiper .banner-image.data-v-6425a31c {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .activity-detail .activity-info.data-v-6425a31c {
  45. background: #ffffff;
  46. margin: 20rpx;
  47. border-radius: 16rpx;
  48. padding: 30rpx;
  49. }
  50. .activity-detail .activity-info .title-section.data-v-6425a31c {
  51. display: flex;
  52. align-items: center;
  53. margin-bottom: 30rpx;
  54. }
  55. .activity-detail .activity-info .title-section .activity-badge.data-v-6425a31c {
  56. background: #218CDD;
  57. border-radius: 8rpx;
  58. padding: 4rpx 10rpx;
  59. margin-right: 16rpx;
  60. }
  61. .activity-detail .activity-info .title-section .activity-badge .badge-text.data-v-6425a31c {
  62. color: #ffffff;
  63. font-size: 24rpx;
  64. font-weight: 500;
  65. }
  66. .activity-detail .activity-info .title-section .activity-title.data-v-6425a31c {
  67. font-size: 36rpx;
  68. font-weight: bold;
  69. color: #333333;
  70. flex: 1;
  71. }
  72. .activity-detail .activity-info .info-section.data-v-6425a31c {
  73. background: #F3F7F8;
  74. margin-bottom: 40rpx;
  75. border: 2rpx dashed #F3F7F8;
  76. }
  77. .activity-detail .activity-info .info-section .info-item.data-v-6425a31c {
  78. display: flex;
  79. align-items: center;
  80. margin-bottom: 20rpx;
  81. }
  82. .activity-detail .activity-info .info-section .info-item.data-v-6425a31c:last-child {
  83. margin-bottom: 0;
  84. }
  85. .activity-detail .activity-info .info-section .info-item .info-label.data-v-6425a31c {
  86. font-size: 28rpx;
  87. color: #999999;
  88. margin-left: 12rpx;
  89. margin-right: 8rpx;
  90. }
  91. .activity-detail .activity-info .info-section .info-item .info-value.data-v-6425a31c {
  92. font-size: 28rpx;
  93. color: #999999;
  94. flex: 1;
  95. }
  96. .activity-detail .activity-info .detail-section.data-v-6425a31c {
  97. margin-bottom: 40rpx;
  98. }
  99. .activity-detail .activity-info .detail-section .section-title.data-v-6425a31c {
  100. margin-bottom: 20rpx;
  101. }
  102. .activity-detail .activity-info .detail-section .section-title .title-text.data-v-6425a31c {
  103. font-size: 32rpx;
  104. font-weight: bold;
  105. color: #333333;
  106. }
  107. .activity-detail .activity-info .detail-section .detail-content .detail-text.data-v-6425a31c {
  108. display: block;
  109. font-size: 28rpx;
  110. color: #666666;
  111. line-height: 1.6;
  112. margin-bottom: 16rpx;
  113. }
  114. .activity-detail .activity-info .detail-section .detail-content .detail-text.data-v-6425a31c:last-child {
  115. margin-bottom: 0;
  116. }
  117. .activity-detail .activity-info .gallery-section .section-title.data-v-6425a31c {
  118. margin-bottom: 20rpx;
  119. }
  120. .activity-detail .activity-info .gallery-section .section-title .title-text.data-v-6425a31c {
  121. font-size: 32rpx;
  122. font-weight: bold;
  123. color: #333333;
  124. }
  125. .activity-detail .activity-info .gallery-section .gallery-grid.data-v-6425a31c {
  126. display: grid;
  127. grid-template-columns: repeat(2, 1fr);
  128. gap: 16rpx;
  129. }
  130. .activity-detail .activity-info .gallery-section .gallery-grid .gallery-image.data-v-6425a31c {
  131. width: 100%;
  132. height: 200rpx;
  133. border-radius: 12rpx;
  134. }
  135. .activity-detail .bottom-action.data-v-6425a31c {
  136. position: fixed;
  137. bottom: 0;
  138. left: 0;
  139. right: 0;
  140. background: #ffffff;
  141. padding: 20rpx 30rpx;
  142. border-top: 1rpx solid #eeeeee;
  143. display: flex;
  144. align-items: center;
  145. justify-content: space-between;
  146. z-index: 100;
  147. }
  148. .activity-detail .bottom-action .action-left.data-v-6425a31c {
  149. display: flex;
  150. align-items: center;
  151. gap: 100rpx;
  152. }
  153. .activity-detail .bottom-action .action-left .action-item.data-v-6425a31c {
  154. display: flex;
  155. flex-direction: column;
  156. align-items: center;
  157. gap: 8rpx;
  158. }
  159. .activity-detail .bottom-action .action-left .action-item .action-text.data-v-6425a31c {
  160. font-size: 22rpx;
  161. color: #000;
  162. }
  163. .activity-detail .bottom-action .action-left .action-item .participants-count.data-v-6425a31c {
  164. font-size: 24rpx;
  165. color: #333333;
  166. }
  167. .activity-detail .bottom-action .action-right.data-v-6425a31c {
  168. flex-shrink: 0;
  169. }