No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

246 líneas
4.0KB

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