eventDetail.wxss 3.9 KB

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