application.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. page{
  2. background: #f5f5f5;
  3. }
  4. .number{
  5. width: 690rpx;
  6. height: 244rpx;
  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: 240rpx;
  75. height: 240rpx;
  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: 120rpx;
  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. }
  122. .input view{
  123. font-size: 30rpx;
  124. color:#333;
  125. }
  126. .input input{
  127. height: 60rpx;
  128. border:1rpx solid #999;
  129. border-radius: 14rpx;
  130. padding:0rpx 20rpx;
  131. width: 434rpx;
  132. }
  133. .input-name{
  134. width: 126rpx;
  135. display: flex;
  136. justify-content: space-between;
  137. }
  138. .picker{
  139. height: 60rpx;
  140. border:1rpx solid #999;
  141. border-radius: 14rpx;
  142. padding-left: 20rpx;
  143. width: 434rpx;
  144. line-height: 60rpx;
  145. }
  146. .weui-input{
  147. width: 100%;
  148. display: flex;
  149. justify-content: space-between;
  150. align-items: center;
  151. }
  152. .weui-input image{
  153. width: 26rpx;
  154. height: 14rpx;
  155. margin-right: 54rpx;
  156. }
  157. .code{
  158. width: 170rpx;
  159. height: 60rpx;
  160. margin-left: 20rpx;
  161. background: #6282f4;
  162. border-radius: 20rpx;
  163. color: #fff;
  164. font-size: 26rpx;
  165. }
  166. .textarea{
  167. display: flex;
  168. /* justify-content: center; */
  169. margin-top: 20rpx;
  170. padding: 0rpx 40rpx;
  171. }
  172. .textarea .input-name{
  173. font-size: 30rpx;
  174. color:#333;
  175. }
  176. textarea{
  177. border:1rpx solid #999;
  178. border-radius: 14rpx;
  179. /* margin-left: 6rpx; */
  180. padding: 10rpx 20rpx;
  181. height: 150rpx;
  182. }
  183. .result{
  184. width: 690rpx;
  185. height: 650rpx;
  186. background: #fff;
  187. margin: 0 auto;
  188. margin-top: 20rpx;
  189. border-radius: 10rpx;
  190. }
  191. .result-content{
  192. height: 60rpx;
  193. display: flex;
  194. flex-wrap: wrap;
  195. line-height: 60rpx;
  196. margin-left: 110rpx;
  197. }
  198. .result-name{
  199. font-size: 30rpx;
  200. color:#333;
  201. }
  202. .result-data{
  203. font-size: 30rpx;
  204. color:#666;
  205. }
  206. .result-data1{
  207. width: 400rpx;
  208. display: flex;
  209. flex-wrap: wrap;
  210. font-size: 24rpx;
  211. color:#666;
  212. }
  213. .photo-show{
  214. width: 240rpx;
  215. height: 240rpx;
  216. margin: 0 auto;
  217. border-radius: 20rpx;
  218. margin-top: 80rpx;
  219. }
  220. .ps{
  221. display: flex;
  222. align-items: center;
  223. justify-content: center;
  224. margin-top: 16rpx;
  225. }
  226. .ps image{
  227. width: 24rpx;
  228. height: 24rpx;
  229. }
  230. .ps view{
  231. font-size: 24rpx;
  232. color:#ed5c68;
  233. margin-left: 10rpx;
  234. }