activity.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .uni-main.data-v-920cb2b0 {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #fff;
  5. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  6. }
  7. .sticky-nav.data-v-920cb2b0 {
  8. position: -webkit-sticky;
  9. position: sticky;
  10. width: 100%;
  11. top: 0;
  12. z-index: 1;
  13. border-bottom: 1rpx solid #e5e5e5;
  14. }
  15. .nav-box.data-v-920cb2b0 {
  16. width: 100%;
  17. padding-top: 50rpx;
  18. display: -webkit-box;
  19. display: -webkit-flex;
  20. display: flex;
  21. -webkit-box-align: center;
  22. -webkit-align-items: center;
  23. align-items: center;
  24. background: #fff;
  25. height: 100rpx;
  26. padding-bottom: 50rpx;
  27. }
  28. .nav-box.data-v-920cb2b0 .u-icon {
  29. margin-left: 20rpx!important;
  30. }
  31. .nav-box .title.data-v-920cb2b0 {
  32. font-size: 38rpx;
  33. color: #000;
  34. width: 100%;
  35. text-align: center;
  36. }
  37. .nav-box .right-icon.data-v-920cb2b0 {
  38. float: right;
  39. margin-right: 20rpx;
  40. }
  41. .uni-header_title.data-v-920cb2b0 {
  42. padding: 10rpx 0rpx;
  43. text-align: center;
  44. font-size: 36rpx;
  45. }
  46. .uni-banner .uin-banner_thumb.data-v-920cb2b0 {
  47. width: 80%;
  48. height: 300rpx;
  49. margin: 0 auto;
  50. display: block;
  51. }
  52. .uni-info .uni-text.data-v-920cb2b0 {
  53. font-size: 32rpx;
  54. margin-bottom: 10rpx;
  55. padding: 0rpx 10rpx;
  56. }
  57. .uni-info .uni-info_time.data-v-920cb2b0 {
  58. padding-top: 20rpx;
  59. }
  60. .uni-info .uni-info_price.data-v-920cb2b0 {
  61. padding-bottom: 20rpx;
  62. border-bottom: 8rpx solid #f1f1f1;
  63. }
  64. .uni-info .uni-info_price .price.data-v-920cb2b0 {
  65. color: #ff7a55;
  66. }
  67. .uni-info .uni-info_stock .kefu.data-v-920cb2b0 {
  68. float: right;
  69. margin-right: 10rpx;
  70. }
  71. .uni-content .header.data-v-920cb2b0 {
  72. padding: 20rpx 10px;
  73. font-size: 36rpx;
  74. font-weight: bold;
  75. text-align: center;
  76. color: #ff7a55;
  77. }
  78. .uni-content .content.data-v-920cb2b0 {
  79. border-top: 8rpx solid #f1f1f1;
  80. }
  81. .uni-content .content.data-v-920cb2b0 {
  82. padding: 10rpx;
  83. }
  84. .uni-buy.data-v-920cb2b0 {
  85. text-align: center;
  86. width: 100%;
  87. position: fixed;
  88. bottom: 0;
  89. background-color: #ccad51;
  90. }
  91. .uni-buy .uni-buy_btn.data-v-920cb2b0 {
  92. font-size: 40rpx;
  93. padding: 20rpx 0rpx;
  94. color: #fff;
  95. }
  96. /* 弹窗 */
  97. .mask.data-v-920cb2b0 {
  98. z-index: 99;
  99. background: rgba(0, 0, 0, 0.6);
  100. position: fixed;
  101. bottom: 0;
  102. right: 0;
  103. left: 0;
  104. top: 0;
  105. }
  106. .tip.data-v-920cb2b0 {
  107. z-index: 999;
  108. min-width: 600rpx;
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. font-size: 36rpx;
  113. text-align: center;
  114. background: #FFFFFF;
  115. -webkit-box-align: center;
  116. -webkit-align-items: center;
  117. align-items: center;
  118. -webkit-box-orient: vertical;
  119. -webkit-box-direction: normal;
  120. -webkit-flex-direction: column;
  121. flex-direction: column;
  122. -webkit-box-pack: center;
  123. -webkit-justify-content: center;
  124. justify-content: center;
  125. -webkit-border-radius: 8rpx;
  126. border-radius: 8rpx;
  127. position: fixed;
  128. left: 50%;
  129. top: 50%;
  130. -webkit-transform: translate(-50%, -50%);
  131. transform: translate(-50%, -50%);
  132. }
  133. .tip .main.data-v-920cb2b0 {
  134. padding: 50rpx 35rpx 20rpx;
  135. }
  136. .tip .count.data-v-920cb2b0 {
  137. width: 100%;
  138. text-align: left;
  139. }
  140. .tip .count .input-box.data-v-920cb2b0 {
  141. color: #666;
  142. background-color: #ccc;
  143. padding: 6rpx 10rpx;
  144. font-weight: bold;
  145. -webkit-border-radius: 4rpx;
  146. border-radius: 4rpx;
  147. }
  148. .tip .count .tip-input.data-v-920cb2b0 {
  149. display: inline-block;
  150. width: 120rpx;
  151. vertical-align: middle;
  152. }
  153. .tip .options.data-v-920cb2b0 {
  154. margin-top: 30rpx;
  155. text-align: center;
  156. }
  157. .tip .options .option.data-v-920cb2b0 {
  158. -webkit-border-radius: 4rpx;
  159. border-radius: 4rpx;
  160. background-color: #ccc;
  161. padding: 6rpx 10rpx;
  162. width: 26%;
  163. margin: 10rpx 3%;
  164. text-align: center;
  165. font-weight: bold;
  166. color: #666;
  167. display: inline-block;
  168. }
  169. .tip .options .option.active.data-v-920cb2b0 {
  170. background-color: #ccad51;
  171. }
  172. .tip .bottom.data-v-920cb2b0 {
  173. width: 100%;
  174. position: relative;
  175. bottom: 0;
  176. }
  177. .tip .bottom .btn.data-v-920cb2b0 {
  178. width: 50%;
  179. display: inline-block;
  180. border: 1px solid #ccc;
  181. padding: 10rpx 0rpx;
  182. font-weight: bold;
  183. }
  184. .tip .bottom .btn.cancel.data-v-920cb2b0 {
  185. -webkit-border-bottom-left-radius: 8rpx;
  186. border-bottom-left-radius: 8rpx;
  187. }
  188. .tip .bottom .btn.confirm.data-v-920cb2b0 {
  189. color: red;
  190. -webkit-border-bottom-right-radius: 8rpx;
  191. border-bottom-right-radius: 8rpx;
  192. }