eventDetail.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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: 14px;
  32. margin-bottom: 20rpx;
  33. line-height: 25px;
  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. overflow: auto;
  72. }
  73. .form{
  74. background: #fff;
  75. border-radius: 18rpx;
  76. padding: 50rpx 60rpx;
  77. display: block;
  78. position: relative;
  79. width: 90%;
  80. margin: auto;
  81. }
  82. .form_tt{
  83. text-align: center;
  84. color: #333;
  85. font-size: 30rpx;
  86. margin-bottom: 50rpx;
  87. }
  88. .item{
  89. background: #F7F7F7;
  90. height: 72rpx;
  91. border-radius: 10rpx;
  92. position: relative;
  93. display: flex;
  94. margin-bottom: 18rpx;
  95. padding: 0 20rpx;
  96. }
  97. .item label{
  98. line-height: 72rpx;
  99. color: #999;
  100. width: 32%;
  101. }
  102. .item input{
  103. width: 63%;
  104. height: 72rpx;
  105. }
  106. .item picker{
  107. width: 63%;
  108. }
  109. .form .ts{
  110. display: block;
  111. text-align: center;
  112. color: #999;
  113. font-size: 22rpx;
  114. line-height: 50rpx;
  115. }
  116. .form .post{
  117. margin-top: 20rpx;
  118. }
  119. .picker{
  120. line-height: 72rpx;
  121. }
  122. .code{
  123. position: absolute;
  124. color: #1682DA;
  125. font-size: 22rpx;
  126. right: 24rpx;
  127. top: 0;
  128. line-height: 72rpx;
  129. z-index: 99;
  130. }
  131. .close{
  132. width: 50rpx;
  133. position: absolute;
  134. top: 20rpx;
  135. right: 20rpx;
  136. }
  137. .tips,.tips text{
  138. font-size: 24rpx;
  139. color: #F6C830;
  140. margin-bottom: 40rpx;
  141. line-height: 40rpx;
  142. display: block;
  143. }
  144. .form_info text{
  145. color: #333;
  146. font-size: 26rpx;
  147. display: block;
  148. line-height: 50rpx;
  149. }
  150. .form_info{
  151. margin-bottom: 50rpx;
  152. }
  153. .form1{
  154. height: 800rpx;
  155. /* width: 100%; */
  156. top: 0;
  157. left: 0;
  158. right: 0;
  159. bottom: 0;
  160. margin: auto;
  161. position: absolute;
  162. }
  163. .upload{
  164. border: 1px solid #3BA0FF;
  165. padding: 30rpx;
  166. text-align: center;
  167. color: #999;
  168. font-size: 20rpx;
  169. border-radius: 12rpx;
  170. margin-bottom: 20rpx;
  171. position: relative;
  172. }
  173. .upload image{
  174. display: block;
  175. width: 100rpx;
  176. margin:0 auto 30rpx;
  177. }
  178. .upload .proof_img{
  179. height: 200rpx;
  180. margin: 0 auto;
  181. }
  182. .form2 .item label{
  183. width: 40%;
  184. font-size: 24rpx;
  185. }
  186. .form2 radio{
  187. font-size: 22rpx;
  188. /* line-height: 65rpx; */
  189. margin-top: 15rpx;
  190. }
  191. .form2 .item input{
  192. width: 60%;
  193. }
  194. .btns{
  195. display: flex;
  196. justify-content: space-between;
  197. }
  198. .btns button{
  199. width: 40% !important;
  200. height: 90rpx;
  201. background: #0580D3;
  202. border-radius: 18px;
  203. color: #fff;
  204. font-size: 30rpx;
  205. line-height: 90rpx;
  206. padding: 0;
  207. margin-top: 30rpx;
  208. }
  209. .btns .success{
  210. background: #09A65E;
  211. }
  212. .form2{
  213. max-height: 95vh;
  214. overflow: auto;
  215. padding: 50rpx 40rpx;
  216. }
  217. .suc{
  218. color: #333;
  219. font-size: 34rpx;
  220. margin-bottom: 40rpx;
  221. text-align: center;
  222. }
  223. .end{
  224. text-align: center;
  225. padding: 50rpx;
  226. }
  227. .end view{
  228. color: #333;
  229. font-size: 38rpx;
  230. margin: 50rpx 0;
  231. }
  232. .end .form_info{
  233. color: #666;
  234. font-size: 30rpx;
  235. line-height: 50rpx;
  236. }
  237. .ql-container{
  238. height: auto;
  239. min-height:0;
  240. }
  241. .hotel{
  242. margin: 40rpx 0;
  243. }
  244. .hotel>view{
  245. color: #333;
  246. line-height: 30px;
  247. }
  248. .room{
  249. display: flex;
  250. margin-top: 20rpx;
  251. }
  252. .room image{
  253. width: 150rpx;
  254. height: 150rpx;
  255. }
  256. .room>view{
  257. width: 60%;
  258. padding-left: 20rpx;
  259. color: #666;
  260. }
  261. .room text{
  262. margin-right: 20rpx;
  263. }
  264. .map{
  265. float: right;
  266. color: green;
  267. }