index.rpx.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. .page {
  2. height: 100vh;
  3. }
  4. .content {
  5. display: flex;
  6. flex: 1;
  7. overflow: auto;
  8. }
  9. .out1 {
  10. background: #ffffff;
  11. padding: 0 32rpx;
  12. }
  13. .top {
  14. background: #ffffff;
  15. padding: 20rpx 0;
  16. font-size: 28rpx;
  17. color: #999999;
  18. line-height: 50rpx;
  19. border-bottom: 2rpx solid #f1f1f1;
  20. }
  21. .top1 {
  22. background: #ffffff;
  23. padding: 20rpx 0;
  24. font-size: 28rpx;
  25. color: #999999;
  26. line-height: 50rpx;
  27. }
  28. .title {
  29. font-size: 30rpx;
  30. font-weight: bold;
  31. color: #000000;
  32. }
  33. .price {
  34. font-size: 32rpx;
  35. font-weight: bold;
  36. color: #ed569f;
  37. }
  38. .itemTitle {
  39. font-size: 24rpx;
  40. font-family: PingFangSC-Regular, PingFang SC;
  41. font-weight: 400;
  42. color: #999999;
  43. line-height: 36rpx;
  44. margin-left: 24rpx;
  45. }
  46. .out2 {
  47. background: #f7f7f7;
  48. padding: 0 32rpx 30rpx 32rpx;
  49. }
  50. .ticket {
  51. padding: 20rpx 0;
  52. }
  53. .ticketList {
  54. width: 686rpx;
  55. height: 188rpx;
  56. margin-top: 24rpx;
  57. background-image: url('/static/coupon/u210.png');
  58. background-repeat: no-repeat;
  59. background-size: cover;
  60. }
  61. .h-text {
  62. width: 200rpx;
  63. height: 188rpx;
  64. }
  65. .money {
  66. height: 52rpx;
  67. font-size: 36rpx;
  68. font-family: DINAlternate-Bold, DINAlternate;
  69. font-weight: bold;
  70. color: #333333;
  71. line-height: 52rpx;
  72. text-align: center;
  73. }
  74. .desc {
  75. height: 36rpx;
  76. font-size: 20rpx;
  77. font-weight: 400;
  78. color: #333333;
  79. line-height: 36rpx;
  80. text-align: center;
  81. }
  82. .h-center-content {
  83. height: 188rpx;
  84. }
  85. .h-value {
  86. font-size: 28rpx;
  87. font-weight: bold;
  88. color: #333333;
  89. line-height: 44rpx;
  90. //margin-top: 24rpx;
  91. margin-left: 24rpx;
  92. }
  93. .ticketMsg {
  94. font-size: 24rpx;
  95. font-weight: 400;
  96. color: #999999;
  97. line-height: 36rpx;
  98. margin-left: 24rpx;
  99. }
  100. .h-right-content {
  101. width: 188rpx;
  102. height: 188rpx;
  103. }
  104. .btn {
  105. width: 156rpx;
  106. height: 64rpx;
  107. background: #93D21A;
  108. border-radius: 32rpx;
  109. font-size: 24rpx;
  110. font-weight: 400;
  111. color: #FFFFFF;
  112. line-height: 64rpx;
  113. text-align: center;
  114. }
  115. .link {
  116. background: #FFFFFF;
  117. padding: 10rpx 24rpx;
  118. margin-top: 20rpx;
  119. line-height: 60rpx;
  120. font-size: 28rpx;
  121. color: #999999;
  122. }
  123. .inBtnView {
  124. height: 150rpx;
  125. }
  126. .inBtn {
  127. background: #FFE05C;
  128. width: 686rpx;
  129. height: 90rpx;
  130. border-radius: 45rpx;
  131. margin-top: 20rpx;
  132. margin-bottom: 40rpx;
  133. line-height: 90rpx;
  134. text-align: center;
  135. font-size: 30rpx;
  136. font-weight: bold;
  137. }
  138. .activityKey {
  139. width: 140rpx;
  140. }
  141. .activityValue {
  142. flex: 1;
  143. }
  144. .remark {
  145. width: 646rpx;
  146. font-size: 25rpx;
  147. line-height: 40rpx;
  148. background: #FFFFFF;
  149. border-radius: 20rpx;
  150. padding: 20rpx;
  151. text-indent: 2em;
  152. color: #999999;
  153. }
  154. .addService {
  155. width: 750rpx;
  156. background: #FFFFFF;
  157. padding: 24rpx 0;
  158. border-radius: 24rpx 24rpx 0rpx 0rpx;
  159. }
  160. .popupTitle {
  161. height: 44rpx;
  162. font-size: 32rpx;
  163. font-weight: 600;
  164. color: #333333;
  165. line-height: 44rpx;
  166. margin-left: 34rpx;
  167. }
  168. .scrollY {
  169. height: 504rpx;
  170. margin-top: 34rpx;
  171. margin-bottom: 24rpx;
  172. }
  173. .cancelButton {
  174. width: 332rpx;
  175. height: 80rpx;
  176. background: #F5F5F5;
  177. border-radius: 54rpx;
  178. text-align: center;
  179. line-height: 80rpx;
  180. font-size: 28rpx;
  181. font-weight: 400;
  182. color: #666666;
  183. }
  184. .confirmButton {
  185. width: 332rpx;
  186. height: 80rpx;
  187. background: #FFE05C;
  188. border-radius: 54rpx;
  189. text-align: center;
  190. line-height: 80rpx;
  191. font-size: 28rpx;
  192. font-weight: 400;
  193. color: #333333;
  194. }
  195. .vBackGround {
  196. background: rgba(255, 224, 92, 0.1);
  197. border: 4rpx solid #FFE05C;
  198. box-sizing: border-box;
  199. }
  200. .objectImage {
  201. width: 108rpx;
  202. height: 108rpx;
  203. border-radius: 56rpx;
  204. border: 2rpx solid #FFFFFF;
  205. margin-top: 24rpx;
  206. margin-left: 24rpx;
  207. }
  208. .objectItem {
  209. width: 686rpx;
  210. height: 160rpx;
  211. background: #FAFAFA;
  212. border-radius: 16rpx;
  213. margin-left: 32rpx;
  214. position: relative;
  215. margin-top: 24rpx;
  216. }
  217. .objectName {
  218. height: 160rpx;
  219. font-size: 32rpx;
  220. font-weight: 600;
  221. color: #111111;
  222. line-height: 160rpx;
  223. margin-left: 24rpx;
  224. }
  225. .vImage {
  226. position: absolute;
  227. top: 0;
  228. right: 0;
  229. width: 32rpx;
  230. height: 32rpx;
  231. }