index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. .previewCard.data-v-26a696ee {
  28. width: 100vw;
  29. min-height: 100vh;
  30. background-color: #f1f1f1;
  31. }
  32. .previewCard .detail-top.data-v-26a696ee {
  33. width: 100%;
  34. height: 100%;
  35. position: relative;
  36. z-index: 999;
  37. display: flex;
  38. align-items: center;
  39. justify-content: flex-start;
  40. gap: 0rpx;
  41. position: relative;
  42. }
  43. .previewCard .detail-top .back-box.data-v-26a696ee {
  44. width: 100rpx;
  45. position: relative;
  46. z-index: 2;
  47. }
  48. .previewCard .detail-top .top-text.data-v-26a696ee {
  49. width: 100%;
  50. position: absolute;
  51. top: 50%;
  52. -webkit-transform: translateY(-50%);
  53. transform: translateY(-50%);
  54. left: 0;
  55. text-align: center;
  56. font-size: 32rpx;
  57. font-weight: 600;
  58. color: #000;
  59. }
  60. .previewCard .seat.data-v-26a696ee {
  61. width: 100%;
  62. height: 16rpx;
  63. }
  64. .previewCard .box-bg.data-v-26a696ee {
  65. width: 100%;
  66. height: 393rpx;
  67. background-image: linear-gradient(to bottom, #8ccbff 0%, #cde9ff 71%, #f1f1f1 100%);
  68. position: fixed;
  69. top: 0;
  70. left: 0;
  71. }
  72. .previewCard .card-box.data-v-26a696ee {
  73. padding-top: 52rpx;
  74. box-sizing: border-box;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. flex-direction: column;
  79. position: relative;
  80. }
  81. .previewCard .card-box .card-bg.data-v-26a696ee {
  82. position: absolute;
  83. top: 16rpx;
  84. left: 50%;
  85. -webkit-transform: translateX(-50%);
  86. transform: translateX(-50%);
  87. }
  88. .previewCard .card-box .card-bg image.data-v-26a696ee {
  89. width: 705rpx;
  90. }
  91. .previewCard .card-box .seat-list.data-v-26a696ee {
  92. height: 120rpx;
  93. width: 690rpx;
  94. position: absolute;
  95. left: 50%;
  96. -webkit-transform: translateX(-50%);
  97. transform: translateX(-50%);
  98. bottom: -112rpx;
  99. border-radius: 0 0 16rpx 16rpx;
  100. background-color: #ffffff;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. }
  105. .previewCard .card-box .seat-list .seat-item.data-v-26a696ee {
  106. flex: 1;
  107. color: #2566ee;
  108. font-size: 26rpx;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. gap: 8rpx;
  113. }
  114. .previewCard .card-box .seat-list .seat-item image.data-v-26a696ee {
  115. width: 32rpx;
  116. height: 32rpx;
  117. }
  118. .previewCard .card-box .seat-list .seat-item.data-v-26a696ee:last-of-type {
  119. color: #ee2525;
  120. }
  121. .previewCard .btn-box.data-v-26a696ee {
  122. margin-top: 136rpx;
  123. padding: 30rpx;
  124. box-sizing: border-box;
  125. }
  126. .previewCard .btn-box button.data-v-26a696ee {
  127. width: 100%;
  128. height: 98rpx;
  129. background: linear-gradient(98deg, #0E83FF 0%, #0E3EFF 100%);
  130. color: #FFFFFF;
  131. font-size: 28rpx;
  132. text-align: center;
  133. line-height: 98rpx;
  134. border-radius: 16rpx;
  135. }
  136. .previewCard .card-data.data-v-26a696ee {
  137. margin-top: 40rpx;
  138. padding: 0 30rpx;
  139. box-sizing: border-box;
  140. }
  141. .previewCard .card-data .card-container.data-v-26a696ee {
  142. width: 100%;
  143. height: 266rpx;
  144. padding: 0 32rpx;
  145. box-sizing: border-box;
  146. background-color: #FFFFFF;
  147. border-radius: 16rpx;
  148. }
  149. .previewCard .card-data .card-container .data-top.data-v-26a696ee {
  150. width: 100%;
  151. height: 90rpx;
  152. padding: 08rpx;
  153. box-sizing: border-box;
  154. display: flex;
  155. align-items: center;
  156. justify-content: space-between;
  157. flex-direction: flase;
  158. gap: 0rpx;
  159. border-bottom: 2rpx solid #D8E0F1;
  160. }
  161. .previewCard .card-data .card-container .data-top text.data-v-26a696ee {
  162. color: rgba(0, 0, 0, 0.9);
  163. font-weight: 500;
  164. font-size: 28rpx;
  165. }
  166. .previewCard .card-data .card-container .data-bottom.data-v-26a696ee {
  167. width: 100%;
  168. height: 176rpx;
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. }
  173. .previewCard .card-data .card-container .data-bottom .bottom-item.data-v-26a696ee {
  174. flex: 1;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. flex-direction: column;
  179. gap: 16rpx;
  180. }
  181. .previewCard .card-data .card-container .data-bottom .bottom-item text.data-v-26a696ee:nth-of-type(1) {
  182. font-size: 40rpx;
  183. color: #2566EE;
  184. font-weight: 500;
  185. }
  186. .previewCard .card-data .card-container .data-bottom .bottom-item text.data-v-26a696ee:nth-of-type(2) {
  187. color: rgba(0, 0, 0, 0.6);
  188. font-size: 24rpx;
  189. }