application.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. page{
  2. background: #f5f5f5;
  3. }
  4. .number{
  5. width: 690rpx;
  6. height: 200rpx;
  7. margin: 0 auto;
  8. margin-top: 25rpx;
  9. background: #fff;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. border-radius: 10rpx;
  14. }
  15. .number-list{
  16. }
  17. .number-shu{
  18. display: flex;
  19. padding: 26rpx;
  20. }
  21. .number-text{
  22. width: 58rpx;
  23. height: 58rpx;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. background: #999;
  28. border-radius: 50%;
  29. color: #fff;
  30. }
  31. .number-xian{
  32. color: #999;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .number-shu .number-title{
  37. display: flex;
  38. justify-content: space-between;
  39. }
  40. .number-title{
  41. display: flex;
  42. justify-content: space-between;
  43. font-size: 34rpx;
  44. }
  45. .number-title view{
  46. color: #999;
  47. font-size: 26rpx;
  48. }
  49. swiper{
  50. height: 730rpx;
  51. }
  52. .photo{
  53. margin: auto;
  54. width: 690rpx;
  55. background: #fff;
  56. display: flex;
  57. justify-content: center;
  58. align-items: center;
  59. flex-direction: column;
  60. margin-top: 20rpx;
  61. padding: 60rpx 0rpx 80rpx 0rpx;
  62. border-radius: 10rpx;
  63. }
  64. .photo-title{
  65. color: #333;
  66. font-size: 34rpx;
  67. }
  68. .photo-content{
  69. color: #666;
  70. font-size: 24rpx;
  71. margin-top: 30rpx;
  72. }
  73. .photo-images{
  74. width: 200rpx;
  75. height: 200rpx;
  76. display: flex;
  77. justify-content: center;
  78. align-items: center;
  79. flex-direction: column;
  80. background: #f5f5f5;
  81. border-radius: 30rpx;
  82. margin-top: 80rpx;
  83. }
  84. .photo-images text{
  85. margin-top: 20rpx;
  86. font-size: 24rpx;
  87. color:#333;
  88. }
  89. .photo-images image{
  90. width: 86rpx;
  91. height: 70rpx;
  92. }
  93. .next{
  94. width: 690rpx;
  95. height: 90rpx;
  96. background: #6282f4;
  97. color: #fff;
  98. border-radius: 10rpx;
  99. position: fixed;
  100. left: 0;
  101. right: 0;
  102. margin:0 auto;
  103. bottom: 60rpx;
  104. }
  105. .form{
  106. width: 690rpx;
  107. margin: 0 auto;
  108. background: #fff;
  109. display: flex;
  110. flex-direction: column;
  111. margin-top: 20rpx;
  112. padding: 30rpx 0rpx 40rpx 0rpx;
  113. border-radius: 10rpx;
  114. }
  115. .input{
  116. display: flex;
  117. height: 60rpx;
  118. /* justify-content: center; */
  119. margin-top: 20rpx;
  120. padding: 0rpx 40rpx;
  121. line-height: 60rpx;
  122. }
  123. .input view{
  124. font-size: 30rpx;
  125. color:#333;
  126. }
  127. .input input{
  128. height: 60rpx;
  129. border:1rpx solid #999;
  130. border-radius: 14rpx;
  131. padding:0rpx 20rpx;
  132. width: 434rpx;
  133. }
  134. .input-name{
  135. width: 126rpx;
  136. display: flex;
  137. justify-content: space-between;
  138. }
  139. .picker{
  140. height: 60rpx;
  141. border:1rpx solid #999;
  142. border-radius: 14rpx;
  143. padding-left: 20rpx;
  144. width: 434rpx;
  145. line-height: 60rpx;
  146. }
  147. .weui-input{
  148. width: 100%;
  149. display: flex;
  150. justify-content: space-between;
  151. align-items: center;
  152. }
  153. .weui-input image{
  154. width: 26rpx;
  155. height: 14rpx;
  156. margin-right: 54rpx;
  157. }
  158. .code{
  159. width: 170rpx;
  160. height: 60rpx;
  161. margin-left: 20rpx;
  162. background: #6282f4;
  163. border-radius: 20rpx;
  164. color: #fff;
  165. font-size: 26rpx;
  166. }
  167. .textarea{
  168. display: flex;
  169. /* justify-content: center; */
  170. margin-top: 20rpx;
  171. padding: 0rpx 40rpx;
  172. }
  173. .textarea .input-name{
  174. font-size: 30rpx;
  175. color:#333;
  176. }
  177. textarea{
  178. border:1rpx solid #999;
  179. border-radius: 14rpx;
  180. /* margin-left: 6rpx; */
  181. padding: 10rpx 20rpx;
  182. height: 150rpx;
  183. }
  184. .result{
  185. width: 690rpx;
  186. height: 620rpx;
  187. background: #fff;
  188. margin: 0 auto;
  189. margin-top: 20rpx;
  190. border-radius: 10rpx;
  191. }
  192. .result-content{
  193. height: 60rpx;
  194. display: flex;
  195. flex-wrap: wrap;
  196. line-height: 60rpx;
  197. margin-left: 110rpx;
  198. }
  199. .result-name{
  200. font-size: 30rpx;
  201. color:#333;
  202. }
  203. .result-data{
  204. font-size: 30rpx;
  205. color:#666;
  206. }
  207. .result-data1{
  208. width: 400rpx;
  209. display: flex;
  210. flex-wrap: wrap;
  211. font-size: 24rpx;
  212. color:#666;
  213. }
  214. .photo-show{
  215. width: 240rpx;
  216. height: 240rpx;
  217. margin: 0 auto;
  218. border-radius: 20rpx;
  219. margin-top: 80rpx;
  220. }
  221. .ps{
  222. display: flex;
  223. align-items: center;
  224. justify-content: center;
  225. margin-top: 16rpx;
  226. }
  227. .ps image{
  228. width: 24rpx;
  229. height: 24rpx;
  230. }
  231. .ps view{
  232. font-size: 24rpx;
  233. color:#ed5c68;
  234. margin-left: 10rpx;
  235. }