orderdes.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. .remind {
  28. margin-top: 36rpx;
  29. font-size: 26rpx;
  30. font-weight: 400;
  31. color: #0F0404;
  32. text-align: center;
  33. }
  34. .des-box {
  35. width: 564rpx;
  36. background: #FFFFFF;
  37. border-radius: 20rpx;
  38. margin: auto;
  39. margin-top: 30rpx;
  40. }
  41. .des-box .code-box {
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. -webkit-box-orient: vertical;
  46. -webkit-box-direction: normal;
  47. -webkit-flex-direction: column;
  48. flex-direction: column;
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. align-items: center;
  52. padding-bottom: 38rpx;
  53. }
  54. .des-box .code-box .code {
  55. margin-top: 43rpx;
  56. }
  57. .des-box .code-box .code text {
  58. font-size: 26rpx;
  59. font-weight: 400;
  60. color: #666666;
  61. margin-right: 20rpx;
  62. }
  63. .des-box .code-box .code text:nth-child(2) {
  64. color: #0F0404;
  65. }
  66. .des-box .code-box .qrcode {
  67. margin-top: 43rpx;
  68. width: 260rpx;
  69. height: 260rpx;
  70. }
  71. .des-box .order-num {
  72. display: -webkit-box;
  73. display: -webkit-flex;
  74. display: flex;
  75. -webkit-box-pack: justify;
  76. -webkit-justify-content: space-between;
  77. justify-content: space-between;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. padding: 34rpx 31rpx;
  82. border-top: 1rpx dashed #D9D9D9;
  83. border-bottom: 1rpx dashed #D9D9D9;
  84. position: relative;
  85. }
  86. .des-box .order-num::after {
  87. content: '';
  88. width: 24rpx;
  89. height: 24rpx;
  90. border-radius: 50%;
  91. background-color: #F1F1F1;
  92. position: absolute;
  93. top: 0;
  94. left: 0;
  95. -webkit-transform: translate(-50%, -50%);
  96. transform: translate(-50%, -50%);
  97. }
  98. .des-box .order-num::before {
  99. content: '';
  100. width: 24rpx;
  101. height: 24rpx;
  102. border-radius: 50%;
  103. background-color: #F1F1F1;
  104. position: absolute;
  105. top: 0;
  106. right: 0;
  107. -webkit-transform: translate(50%, -50%);
  108. transform: translate(50%, -50%);
  109. }
  110. .des-box .order-num text:nth-child(1) {
  111. width: 60%;
  112. word-break: break-all;
  113. font-size: 26rpx;
  114. font-weight: 400;
  115. color: #666666;
  116. }
  117. .des-box .order-num text:nth-child(2) {
  118. padding: 10rpx;
  119. display: -webkit-box;
  120. display: -webkit-flex;
  121. display: flex;
  122. -webkit-box-pack: center;
  123. -webkit-justify-content: center;
  124. justify-content: center;
  125. -webkit-box-align: center;
  126. -webkit-align-items: center;
  127. align-items: center;
  128. background: #FFE5E5;
  129. border: 1rpx solid #E31818;
  130. border-radius: 20rpx;
  131. font-size: 20rpx;
  132. font-weight: 400;
  133. color: #E31818;
  134. }
  135. .des-box .des {
  136. padding: 45rpx 30rpx;
  137. border-bottom: 1rpx dashed #D9D9D9;
  138. display: -webkit-box;
  139. display: -webkit-flex;
  140. display: flex;
  141. -webkit-box-orient: vertical;
  142. -webkit-box-direction: normal;
  143. -webkit-flex-direction: column;
  144. flex-direction: column;
  145. }
  146. .des-box .des .film-name {
  147. font-size: 30rpx;
  148. font-weight: 400;
  149. color: #0F0404;
  150. }
  151. .des-box .des text {
  152. font-size: 26rpx;
  153. font-weight: 400;
  154. color: #666666;
  155. margin-right: 20rpx;
  156. white-space: nowrap;
  157. }
  158. .des-box .des .film-time text:nth-child(2) {
  159. color: #999999;
  160. }
  161. .des-box .des .film-address text:nth-child(2) {
  162. color: #999999;
  163. }
  164. .des-box .des .film-video text:nth-child(2) {
  165. color: #999999;
  166. }
  167. .des-box .des .film-seat {
  168. display: -webkit-box;
  169. display: -webkit-flex;
  170. display: flex;
  171. -webkit-box-pack: start;
  172. -webkit-justify-content: flex-start;
  173. justify-content: flex-start;
  174. -webkit-box-align: stretch;
  175. -webkit-align-items: stretch;
  176. align-items: stretch;
  177. margin-top: 10rpx;
  178. }
  179. .des-box .des .film-seat .seat-box {
  180. display: -webkit-box;
  181. display: -webkit-flex;
  182. display: flex;
  183. -webkit-flex-wrap: wrap;
  184. flex-wrap: wrap;
  185. }
  186. .des-box .des .film-seat .seat-box text {
  187. height: 40rpx;
  188. padding: 4rpx 15rpx;
  189. margin-bottom: 10rpx;
  190. background: #EBEBEB;
  191. border-radius: 4rpx;
  192. color: #999999;
  193. }
  194. .des-box .price {
  195. padding: 40rpx 30rpx;
  196. }
  197. .des-box .price text {
  198. font-size: 26rpx;
  199. font-weight: 400;
  200. color: #666666;
  201. margin-right: 20rpx;
  202. }
  203. .des-box .price text:nth-child(2) {
  204. color: #E31818;
  205. }