reserve.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. /* pages/reserve/reserve.wxss */
  2. page {
  3. background: #F7F7F7;
  4. }
  5. .share {
  6. z-index: 9999;
  7. position: absolute;
  8. width: 100%;
  9. height: 100%;
  10. left: 0;
  11. top: 0;
  12. background: no-repeat center center;
  13. background-size: cover;
  14. }
  15. .share-layer {
  16. position: absolute;
  17. z-index: 3;
  18. width: 263px;
  19. height: 234px;
  20. background: rgba(0,0,0,0.8);
  21. border-radius: 4px;
  22. left: 50%;
  23. top: 40%;
  24. transform: translate(-50%, -50%);
  25. line-height: 40px;
  26. font-weight: 400;
  27. color: rgba(255, 255, 255, 0.88);
  28. padding: 25px 28px 21px;
  29. }
  30. .h5 {
  31. font-size: 18px;
  32. font-weight: 400;
  33. line-height: 25px;
  34. color: #fff;
  35. margin: 0;
  36. padding: 0;
  37. }
  38. .p {
  39. color: #fff;
  40. font-size: 13px;
  41. padding: 15px 0 23px;
  42. line-height: 18px;
  43. }
  44. .btn ,
  45. .span {
  46. height: 40px;
  47. text-align: center;
  48. margin-top: 15px;
  49. line-height: 40px;
  50. border-radius: 4px;
  51. font-size: 15px;
  52. display: block;
  53. }
  54. .btn {
  55. background: #FFFFFF;
  56. color: rgba(0, 0, 0, 0.8);
  57. }
  58. .quit {
  59. color: #fff;
  60. border: 1px solid currentColor;
  61. }
  62. .order-layer {
  63. padding: 0 15px;
  64. }
  65. .order-layer > view {
  66. position: relative;
  67. background: #fff;
  68. box-sizing: border-box;
  69. border-radius: 12px;
  70. margin-top: 20px;
  71. box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  72. }
  73. .order-list{
  74. padding: 15px;
  75. display: flex;
  76. justify-content: space-between;
  77. align-items: center;
  78. margin-bottom: 20rpx;
  79. font-size: 24rpx;
  80. z-index: 9;
  81. }
  82. .order-item-info {
  83. display: flex;
  84. align-items: center;
  85. }
  86. .order-item-info image {
  87. flex: 0 0 auto;
  88. width: 80px;
  89. height: 80px;
  90. margin-right: 20rpx;
  91. }
  92. .success {
  93. font-size: 12px;
  94. color: #0ED171;
  95. font-weight: 500;
  96. }
  97. .order-item-info {
  98. width: 100%;
  99. }
  100. .info-text {
  101. width: calc(100% - 90px);
  102. }
  103. .order-item-info .title {
  104. font-size: 30rpx;
  105. font-weight: 500;
  106. color: #333333;
  107. margin-bottom: 10px;
  108. display: block;
  109. overflow:hidden;
  110. text-overflow:ellipsis;
  111. white-space:nowrap;
  112. }
  113. .aaa image {
  114. width: 12px;
  115. height: 12px;
  116. margin-right: 0;
  117. }
  118. .aaa text{
  119. font-size: 14px;
  120. font-family: PingFangSC-Regular, PingFang SC;
  121. font-weight: 400;
  122. color: #333333;
  123. line-height: 20px;
  124. }
  125. .aaa text:nth-child(2) {
  126. margin-left: 10rpx;
  127. }
  128. .t-title {
  129. font-size: 16px;
  130. color: #333;
  131. font-weight: 500;
  132. padding: 12px;
  133. border-bottom: 1px solid #ECECEC;
  134. }
  135. .tip-content {
  136. padding: 12px;
  137. font-size: 14px;
  138. color: #666666;
  139. }
  140. .from-item {
  141. margin-left: 16px;
  142. padding-top: 9px;
  143. position: relative;
  144. border-bottom: 1px solid #EBEDF0;
  145. }
  146. .label {
  147. display: block;
  148. color: #666666;
  149. font-size: 14px;
  150. font-weight: 400;
  151. line-height: 20px;
  152. }
  153. .label::after {
  154. content: '*';
  155. color: #FF7701;
  156. font-size: 1.2em;
  157. }
  158. .from-item input {
  159. width: 100%;
  160. height: 36px;
  161. font-size: 14px;
  162. }
  163. .xf {
  164. position: absolute;
  165. right: 20px;
  166. bottom: 9px;
  167. z-index: 999;
  168. }
  169. .bottom {
  170. display: inline-block;
  171. padding: 0 16px;
  172. height: 26px;
  173. line-height: 26px;
  174. border: 1px solid #999999;
  175. color: #999999;
  176. font-size: 12px;
  177. margin-left: 10px;
  178. border-radius: 4px;
  179. }
  180. .bottom.active {
  181. color: #FF7701;
  182. border-color: #FF7701;
  183. }
  184. .save {
  185. position: fixed;
  186. bottom: 0;
  187. left: 0;
  188. right: 0;
  189. padding: 28rpx 46rpx 64rpx;
  190. display: flex;
  191. justify-content: space-between;
  192. background-color: #fff;
  193. }
  194. .save button {
  195. height: 96rpx;
  196. background: #ED5D18;
  197. color: #fff;
  198. font-size: 34rpx;
  199. line-height: 96rpx;
  200. }
  201. .jg {
  202. font-size: 14px;
  203. color: #666666;
  204. }
  205. .jg text {
  206. font-size: 24px;
  207. color: #FA5151;
  208. letter-spacing: 3px;
  209. font-weight: 500;
  210. margin-left: 10px;
  211. }
  212. .jg text::before {
  213. content: '¥';
  214. font-size: 14px;
  215. }
  216. .bc {
  217. line-height: 40px;
  218. padding: 0 30px;
  219. height: 40px;
  220. font-size: 14px;
  221. background: #FF7701;
  222. border-radius: 20px;
  223. font-weight: 400;
  224. color: #FFFFFF;
  225. }