eventDetail.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. }
  129. .close{
  130. width: 50rpx;
  131. position: absolute;
  132. top: 20rpx;
  133. right: 20rpx;
  134. }
  135. .tips,.tips text{
  136. font-size: 24rpx;
  137. color: #F6C830;
  138. margin-bottom: 40rpx;
  139. line-height: 40rpx;
  140. display: block;
  141. }
  142. .form_info text{
  143. color: #333;
  144. font-size: 26rpx;
  145. display: block;
  146. line-height: 50rpx;
  147. }
  148. .form_info{
  149. margin-bottom: 50rpx;
  150. }
  151. .form1{
  152. height: 800rpx;
  153. /* width: 100%; */
  154. top: 0;
  155. left: 0;
  156. right: 0;
  157. bottom: 0;
  158. margin: auto;
  159. position: absolute;
  160. }
  161. .upload{
  162. border: 1px solid #3BA0FF;
  163. padding: 30rpx;
  164. text-align: center;
  165. color: #999;
  166. font-size: 20rpx;
  167. border-radius: 12rpx;
  168. margin-bottom: 20rpx;
  169. position: relative;
  170. }
  171. .upload image{
  172. display: block;
  173. width: 100rpx;
  174. margin:0 auto 30rpx;
  175. }
  176. .upload .proof_img{
  177. width: 100%;
  178. margin: 0;
  179. }
  180. .form2 .item label{
  181. width: 40%;
  182. font-size: 24rpx;
  183. }
  184. .form2 radio{
  185. font-size: 22rpx;
  186. /* line-height: 65rpx; */
  187. margin-top: 15rpx;
  188. }
  189. .form2 .item input{
  190. width: 60%;
  191. }
  192. .btns{
  193. display: flex;
  194. justify-content: space-between;
  195. }
  196. .btns button{
  197. width: 40% !important;
  198. height: 90rpx;
  199. background: #0580D3;
  200. border-radius: 18px;
  201. color: #fff;
  202. font-size: 30rpx;
  203. line-height: 90rpx;
  204. padding: 0;
  205. margin-top: 30rpx;
  206. }
  207. .btns .success{
  208. background: #09A65E;
  209. }
  210. .form2{
  211. max-height: 95vh;
  212. overflow: auto;
  213. padding: 50rpx 40rpx;
  214. }
  215. .suc{
  216. color: #333;
  217. font-size: 34rpx;
  218. margin-bottom: 40rpx;
  219. text-align: center;
  220. }
  221. .end{
  222. text-align: center;
  223. padding: 50rpx;
  224. }
  225. .end view{
  226. color: #333;
  227. font-size: 38rpx;
  228. margin: 50rpx 0;
  229. }
  230. .end .form_info{
  231. color: #666;
  232. font-size: 30rpx;
  233. line-height: 50rpx;
  234. }