You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

248 lines
4.0KB

  1. /* pages/givePage/givePage.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. overflow: hidden;
  6. background-color: #f9f6f6;
  7. }
  8. .all{
  9. height: 100%;
  10. }
  11. .ticketImg{
  12. width: 100%;
  13. height: 472rpx;
  14. }
  15. .imgView{
  16. width: 100%;
  17. height: 300rpx;
  18. overflow: hidden;
  19. border-radius:0px 0px 30rpx 30rpx;
  20. position: relative
  21. }
  22. .tooth{
  23. display: block;
  24. width: 694rpx;
  25. height: 10rpx;
  26. position: absolute;
  27. left: 50%;
  28. bottom: -4rpx;
  29. transform: translateX(-50%);
  30. }
  31. .buyNum{
  32. width: 100%;
  33. height: 190rpx;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. background-color: #ffffff;
  38. border-radius: 30rpx;
  39. }
  40. .line{
  41. margin-left: 94rpx;
  42. margin-right: 46rpx;
  43. width: 1rpx;
  44. height: 126rpx;
  45. background-color: rgba(204,204,204,1);
  46. }
  47. .chooseNum{
  48. display: flex;
  49. align-items: center;
  50. border: 2rpx solid #f9f6f6;
  51. padding: 0 20rpx;
  52. }
  53. .chooseNum text{
  54. font-size: 30rpx;
  55. font-weight:bold;
  56. color:rgba(51,51,51,1);
  57. }
  58. .inputNum{
  59. width: 70rpx;
  60. margin: 0 15rpx;
  61. text-align: center;
  62. background-color: #f9f6f6;
  63. }
  64. .subtract{
  65. width: 28rpx;
  66. height: 4rpx;
  67. }
  68. .textAdd{
  69. width: 28rpx;
  70. height: 28rpx;
  71. }
  72. .subtractView{
  73. width: 28rpx;
  74. height: 28rpx;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. background: #ffffff;
  79. }
  80. .ticketName{
  81. font-size:36rpx;
  82. font-family:SourceHanSansCN;
  83. color:rgba(51,51,51,1);
  84. margin-left: 96rpx;
  85. }
  86. .lineRig{
  87. margin-right: 35rpx;
  88. }
  89. .giveFrind{
  90. padding: 47rpx 41rpx 47rpx 32rpx;
  91. display: flex;
  92. justify-content: space-between;
  93. align-items: center;
  94. background-color: #ffffff;
  95. border-radius: 30rpx;
  96. margin: 8rpx 0;
  97. }
  98. .giveView{
  99. font-size:26rpx;
  100. font-family:SourceHanSansCN;
  101. font-weight:bold;
  102. color:rgba(51,51,51,1);
  103. line-height:30px;
  104. }
  105. .surplus{
  106. display: inline-block;
  107. width:34rpx;
  108. height:70rpx;
  109. font-size:36rpx;
  110. font-family:SourceHanSansCN;
  111. font-weight:bold;
  112. color:rgba(51,51,51,1);
  113. }
  114. .bigWord{
  115. font-size:90rpx;
  116. font-family:DINPro;
  117. font-weight:bold;
  118. color:rgba(235,97,0,1);
  119. }
  120. .smaWord{
  121. font-size:30rpx;
  122. font-family:SourceHanSansCN;
  123. font-weight:bold;
  124. color:rgba(51,51,51,1);
  125. }
  126. .title{
  127. display: inline-block;
  128. width: 100%;
  129. margin: 57rpx 0 7rpx 0;
  130. text-align: center;
  131. font-size:30rpx;
  132. font-family:SourceHanSansCN;
  133. font-weight:bold;
  134. color:rgba(51,51,51,1);
  135. line-height:30rpx;
  136. }
  137. .timeLimit{
  138. height: 26rpx;
  139. display: flex;
  140. align-items: center;
  141. margin-top: 23rpx;
  142. margin-bottom: 15rpx;
  143. }
  144. .timeLimit image{
  145. width: 20rpx;
  146. height: 20rpx;
  147. margin-left: 32rpx;
  148. margin-right: 16rpx;
  149. }
  150. .timeLimit text{
  151. font-size:26rpx;
  152. font-family:SourceHanSansCN;
  153. font-weight:bold;
  154. color:rgba(51,51,51,1);
  155. line-height:30rpx;
  156. }
  157. .specify{
  158. font-size:22rpx;
  159. font-family:SourceHanSansCN;
  160. font-weight:400;
  161. color:rgba(102,102,102,1);
  162. line-height:30rpx;
  163. width: 613rpx;
  164. margin-left: 69rpx;
  165. }
  166. .giveBtn{
  167. width: 100%;
  168. height: 98rpx;
  169. }
  170. .shareBtn{
  171. width: 100%;
  172. height: 98rpx;
  173. margin-top: 12rpx;
  174. padding: 0;
  175. border-radius: 0;
  176. }
  177. .circleLeft{
  178. background-color: #f9f6f6;
  179. border-radius: 50%;
  180. width: 50rpx;
  181. height: 50rpx;
  182. position: absolute;
  183. left: -25rpx;
  184. }
  185. .circleRig{
  186. background-color: #f9f6f6;
  187. border-radius: 50%;
  188. width: 50rpx;
  189. height: 50rpx;
  190. position: absolute;
  191. right: -25rpx;
  192. }
  193. .botAll{
  194. background-color: #ffffff;
  195. border-radius: 30rpx;
  196. }
  197. .maskView{
  198. height: 100%;
  199. width: 100%;
  200. background: rgba(0,0,0,0.3);
  201. position: fixed;
  202. top: 0;
  203. left: 0;
  204. z-index: 9;
  205. }
  206. .yesSure{
  207. text-align: center;
  208. padding: 50rpx;
  209. border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  210. }
  211. .maskCont{
  212. width: 90%;
  213. background-color: #ffffff;
  214. position: absolute;
  215. top: 50%;
  216. left: 50%;
  217. transform: translate(-50%,-50%);
  218. border-radius: 30rpx;
  219. overflow: hidden;
  220. }
  221. .btnView{
  222. display: flex;
  223. justify-content: space-between;
  224. align-items: center;
  225. }
  226. .SureYes{
  227. border-radius: 0;
  228. width: 50%;
  229. margin: 0;
  230. background:#ffffff;
  231. border: none;
  232. border-color: transparent;
  233. }
  234. .SureYes::after{
  235. border: none
  236. }
  237. .SureNo{
  238. height: 95rpx;
  239. line-height: 95rpx;
  240. width: 50%;
  241. text-align: center;
  242. border-right: 1rpx solid rgba(0, 0, 0, 0.1);
  243. }