eventDetail.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /* pages/eventDetail/eventDetail.wxss */
  2. page{
  3. background: #fff;
  4. padding: 30rpx;
  5. }
  6. .banner{
  7. width: 100%;
  8. border-radius: 18rpx;
  9. }
  10. .info{
  11. border-bottom: 1px solid #F0F0F0;
  12. padding-bottom: 28rpx;
  13. }
  14. .info view{
  15. color: #666;
  16. font-size: 32rpx;
  17. margin: 34rpx 0 28rpx;
  18. }
  19. .info text{
  20. display: block;
  21. color: #999;
  22. font-size: 26rpx;
  23. }
  24. .tt{
  25. font-size: 28rpx;
  26. color: #666;
  27. margin: 34rpx 0;
  28. }
  29. .p{
  30. color: #999;
  31. font-size: 26rpx;
  32. margin-bottom: 20rpx;
  33. line-height: 50rpx;
  34. }
  35. .sq{
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. display: -webkit-box;
  39. -webkit-line-clamp: 3;
  40. -webkit-box-orient: vertical;
  41. white-space: normal;
  42. }
  43. .zksq{
  44. color: #3780CD;
  45. font-size: 28rpx;
  46. }
  47. .content{
  48. border-bottom: 1px solid #F0F0F0;
  49. padding-bottom: 28rpx;
  50. }
  51. .post{
  52. width: 100% !important;
  53. background: #0580D3;
  54. color: #fff;
  55. display: block;
  56. font-size: 34rpx;
  57. height: 90rpx;
  58. line-height: 90rpx;
  59. padding: 0;
  60. border-radius: 18rpx;
  61. }
  62. .bg{
  63. position: fixed;
  64. width: 100%;
  65. height: 100vh;
  66. top: 0;
  67. left: 0;
  68. z-index: 99;
  69. background: rgba(0,0,0,.5);
  70. padding: 50rpx 0;
  71. }
  72. .form{
  73. background: #fff;
  74. border-radius: 18rpx;
  75. padding: 50rpx 60rpx;
  76. display: block;
  77. position: relative;
  78. width: 90%;
  79. margin: auto;
  80. }
  81. .form_tt{
  82. text-align: center;
  83. color: #333;
  84. font-size: 30rpx;
  85. margin-bottom: 50rpx;
  86. }
  87. .item{
  88. background: #F7F7F7;
  89. height: 72rpx;
  90. border-radius: 10rpx;
  91. position: relative;
  92. display: flex;
  93. margin-bottom: 18rpx;
  94. padding: 0 20rpx;
  95. }
  96. .item label{
  97. line-height: 72rpx;
  98. color: #999;
  99. width: 32%;
  100. }
  101. .item input{
  102. width: 63%;
  103. height: 72rpx;
  104. }
  105. .item picker{
  106. width: 63%;
  107. }
  108. .form .ts{
  109. display: block;
  110. text-align: center;
  111. color: #999;
  112. font-size: 22rpx;
  113. line-height: 50rpx;
  114. }
  115. .form .post{
  116. margin-top: 20rpx;
  117. }
  118. .picker{
  119. line-height: 72rpx;
  120. }
  121. .code{
  122. position: absolute;
  123. color: #1682DA;
  124. font-size: 22rpx;
  125. right: 24rpx;
  126. top: 0;
  127. line-height: 72rpx;
  128. z-index: 99;
  129. }
  130. .close{
  131. width: 50rpx;
  132. position: absolute;
  133. top: 20rpx;
  134. right: 20rpx;
  135. }
  136. .tips,.tips text{
  137. font-size: 24rpx;
  138. color: #F6C830;
  139. margin-bottom: 40rpx;
  140. line-height: 40rpx;
  141. display: block;
  142. }
  143. .form_info text{
  144. color: #333;
  145. font-size: 26rpx;
  146. display: block;
  147. line-height: 50rpx;
  148. }
  149. .form_info{
  150. margin-bottom: 50rpx;
  151. }
  152. .form1{
  153. height: 800rpx;
  154. /* width: 100%; */
  155. top: 0;
  156. left: 0;
  157. right: 0;
  158. bottom: 0;
  159. margin: auto;
  160. position: absolute;
  161. }
  162. .upload{
  163. border: 1px solid #3BA0FF;
  164. padding: 30rpx;
  165. text-align: center;
  166. color: #999;
  167. font-size: 20rpx;
  168. border-radius: 12rpx;
  169. margin-bottom: 20rpx;
  170. position: relative;
  171. }
  172. .upload image{
  173. display: block;
  174. width: 100rpx;
  175. margin:0 auto 30rpx;
  176. }
  177. .upload .proof_img{
  178. height: 200rpx;
  179. margin: 0 auto;
  180. }
  181. .form2 .item label{
  182. width: 40%;
  183. font-size: 24rpx;
  184. }
  185. .form2 radio{
  186. font-size: 22rpx;
  187. /* line-height: 65rpx; */
  188. margin-top: 15rpx;
  189. }
  190. .form2 .item input{
  191. width: 60%;
  192. }
  193. .btns{
  194. display: flex;
  195. justify-content: space-between;
  196. }
  197. .btns button{
  198. width: 40% !important;
  199. height: 90rpx;
  200. background: #0580D3;
  201. border-radius: 18px;
  202. color: #fff;
  203. font-size: 30rpx;
  204. line-height: 90rpx;
  205. padding: 0;
  206. margin-top: 30rpx;
  207. }
  208. .btns .success{
  209. background: #09A65E;
  210. }
  211. .form2{
  212. max-height: 95vh;
  213. overflow: auto;
  214. padding: 50rpx 40rpx;
  215. }
  216. .suc{
  217. color: #333;
  218. font-size: 34rpx;
  219. margin-bottom: 40rpx;
  220. text-align: center;
  221. }
  222. .end{
  223. text-align: center;
  224. padding: 50rpx;
  225. }
  226. .end view{
  227. color: #333;
  228. font-size: 38rpx;
  229. margin: 50rpx 0;
  230. }
  231. .end .form_info{
  232. color: #666;
  233. font-size: 30rpx;
  234. line-height: 50rpx;
  235. }
  236. .ql-container{
  237. height: auto;
  238. min-height:0;
  239. }