orderdes.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. border-bottom: 1rpx solid #D9D9D9;
  54. }
  55. .des-box .code-box .code {
  56. margin-top: 43rpx;
  57. }
  58. .des-box .code-box .code text {
  59. font-size: 26rpx;
  60. font-weight: 400;
  61. color: #666666;
  62. margin-right: 20rpx;
  63. }
  64. .des-box .code-box .code text:nth-child(2) {
  65. color: #0F0404;
  66. }
  67. .des-box .code-box .qrcode {
  68. margin-top: 43rpx;
  69. width: 260rpx;
  70. height: 260rpx;
  71. }
  72. .des-box .order-num {
  73. display: -webkit-box;
  74. display: -webkit-flex;
  75. display: flex;
  76. -webkit-box-pack: justify;
  77. -webkit-justify-content: space-between;
  78. justify-content: space-between;
  79. -webkit-box-align: center;
  80. -webkit-align-items: center;
  81. align-items: center;
  82. padding: 34rpx 31rpx;
  83. border-bottom: 1rpx solid #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. font-size: 26rpx;
  112. font-weight: 400;
  113. color: #666666;
  114. }
  115. .des-box .order-num text:nth-child(2) {
  116. width: 91rpx;
  117. height: 34rpx;
  118. display: -webkit-box;
  119. display: -webkit-flex;
  120. display: flex;
  121. -webkit-box-pack: center;
  122. -webkit-justify-content: center;
  123. justify-content: center;
  124. -webkit-box-align: center;
  125. -webkit-align-items: center;
  126. align-items: center;
  127. background: #FFE5E5;
  128. border: 1rpx solid #E31818;
  129. border-radius: 20rpx;
  130. font-size: 20rpx;
  131. font-weight: 400;
  132. color: #E31818;
  133. }
  134. .des-box .des {
  135. padding: 45rpx 30rpx;
  136. border-bottom: 1rpx solid #D9D9D9;
  137. display: -webkit-box;
  138. display: -webkit-flex;
  139. display: flex;
  140. -webkit-box-orient: vertical;
  141. -webkit-box-direction: normal;
  142. -webkit-flex-direction: column;
  143. flex-direction: column;
  144. }
  145. .des-box .des .film-name {
  146. font-size: 30rpx;
  147. font-weight: 400;
  148. color: #0F0404;
  149. }
  150. .des-box .des text {
  151. font-size: 26rpx;
  152. font-weight: 400;
  153. color: #666666;
  154. margin-right: 20rpx;
  155. white-space: nowrap;
  156. }
  157. .des-box .des .film-time text:nth-child(2) {
  158. color: #999999;
  159. }
  160. .des-box .des .film-address text:nth-child(2) {
  161. color: #999999;
  162. }
  163. .des-box .des .film-video text:nth-child(2) {
  164. color: #999999;
  165. }
  166. .des-box .des .film-seat {
  167. display: -webkit-box;
  168. display: -webkit-flex;
  169. display: flex;
  170. -webkit-box-pack: start;
  171. -webkit-justify-content: flex-start;
  172. justify-content: flex-start;
  173. -webkit-box-align: stretch;
  174. -webkit-align-items: stretch;
  175. align-items: stretch;
  176. margin-top: 10rpx;
  177. }
  178. .des-box .des .film-seat .seat-box {
  179. display: -webkit-box;
  180. display: -webkit-flex;
  181. display: flex;
  182. -webkit-flex-wrap: wrap;
  183. flex-wrap: wrap;
  184. }
  185. .des-box .des .film-seat .seat-box text {
  186. height: 40rpx;
  187. padding: 4rpx 15rpx;
  188. margin-bottom: 10rpx;
  189. background: #EBEBEB;
  190. border-radius: 4rpx;
  191. color: #999999;
  192. }
  193. .des-box .price {
  194. padding: 40rpx 30rpx;
  195. }
  196. .des-box .price text {
  197. font-size: 26rpx;
  198. font-weight: 400;
  199. color: #666666;
  200. margin-right: 20rpx;
  201. }
  202. .des-box .price text:nth-child(2) {
  203. color: #E31818;
  204. }