index.wxss 4.5 KB

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