serverDetails.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. page{
  2. background-color: #f2f2f2;
  3. height: 100%;
  4. }
  5. .tab{
  6. height: 130rpx;
  7. display: flex;
  8. align-items: center;
  9. background: #fff;
  10. }
  11. .top{
  12. width: 690rpx;
  13. margin: 0 auto;
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: space-around;
  17. border-radius: 10rpx;
  18. /* overflow: hidden; */
  19. }
  20. .top :first-child{
  21. border-radius: 10rpx 0rpx 0rpx 10rpx;
  22. }
  23. .top :last-child{
  24. border-radius: 0rpx 10rpx 10rpx 0rpx;
  25. }
  26. .top view{
  27. width: 40%;
  28. height: 70rpx;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. font-size: 30rpx;
  33. border-collapse: collapse;
  34. border:1rpx solid #33ad37;
  35. margin-right: -1rpx
  36. }
  37. .select{
  38. color: #fff;
  39. background-color: #33ad37;
  40. }
  41. /* 办事指南 */
  42. .keep{
  43. position: absolute;
  44. right: 30rpx;
  45. top:20rpx;
  46. width: 70rpx;
  47. height: 120rpx;
  48. border-radius: 0rpx 0rpx 70rpx 70rpx;
  49. -moz-box-shadow:0px 0rpx 10rpx #ccc;
  50. -webkit-box-shadow:0px 0px 10rpx #ccc;
  51. box-shadow:0px 4rpx 4rpx #ccc;
  52. background-color: #fff;
  53. display: flex;
  54. flex-direction: column;
  55. align-items: center;
  56. justify-content: flex-end;
  57. }
  58. .keep image{
  59. width: 44rpx;
  60. height: 44rpx;
  61. margin-bottom: 6rpx;
  62. }
  63. .keep text{
  64. font-size: 20rpx;
  65. color:#333;
  66. margin-bottom: 16rpx;
  67. }
  68. .content{
  69. width: 690rpx;
  70. margin: 0 auto;
  71. }
  72. .title{
  73. font-size: 30rpx;
  74. color:#333;
  75. height: 86rpx;
  76. display: flex;
  77. align-items: center;
  78. border-bottom: 1rpx solid #efefef;
  79. }
  80. .address{
  81. display: flex;
  82. flex-wrap: wrap;
  83. width: 490rpx;
  84. }
  85. .content_line{
  86. font-size: 26rpx;
  87. color:#666;
  88. margin-top: 20rpx;
  89. margin-left: 14rpx;
  90. }
  91. .guide{
  92. display: flex;
  93. margin-top: 20rpx;
  94. margin-left: 14rpx;
  95. font-size: 26rpx;
  96. color:#666;
  97. }
  98. .guide-title{
  99. width: 160rpx;
  100. display: flex;
  101. justify-content: flex-end;
  102. }
  103. .guide :last-child{
  104. margin-left: 20rpx;
  105. }
  106. .btn{
  107. width: 200rpx;
  108. height: 60rpx;
  109. border:1rpx solid #33ad37;
  110. border-radius: 60rpx;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. margin-top: 30rpx;
  115. margin-left: 20rpx;
  116. }
  117. .btn image{
  118. width: 30rpx;
  119. height: 30rpx;
  120. }
  121. .btn text{
  122. font-size: 26rpx;
  123. color:#33ad37;
  124. margin-left: 10rpx;
  125. }
  126. .show{
  127. height: 70rpx;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. font-size: 24rpx;
  132. color: #33ad37;
  133. }
  134. .basis{
  135. height: 80rpx;
  136. width: 690rpx;
  137. margin: 0 auto;
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. }
  142. .basis text{
  143. font-size: 30rpx;
  144. color: #333;
  145. }
  146. .basis image{
  147. width: 36rpx;
  148. height: 36rpx;
  149. }
  150. .margin{
  151. }
  152. .margin1{
  153. margin-top: 20rpx;
  154. }
  155. .basis-content{
  156. height: 0;
  157. font-size: 30rpx;
  158. color:#666;
  159. padding-bottom: 30rpx;
  160. line-height: 50rpx;
  161. }
  162. .navigator-box {
  163. opacity: 0;
  164. position: relative;
  165. line-height: 1.41176471;
  166. transform: translateY(-50%);
  167. transition: .3s;
  168. width: 690rpx;
  169. margin: 0 auto;
  170. font-size: 28rpx;
  171. }
  172. .navigator-box-show {
  173. opacity: 1;
  174. transform: translateY(0);
  175. }
  176. .kind-list-item-bd {
  177. height: 0;
  178. overflow: hidden;
  179. }
  180. .kind-list-item-bd-show {
  181. height: auto;
  182. background-color: #fff;
  183. }
  184. /* 材料下载 */
  185. .material{
  186. margin-top: 20rpx;
  187. background-color: #fff;
  188. display: flex;
  189. justify-content: center;
  190. padding: 30rpx;
  191. }
  192. .material_content{
  193. width: 690rpx;
  194. height: 100%;
  195. display: flex;
  196. flex-direction: column;
  197. justify-content: space-around;
  198. }
  199. .material_title{
  200. font-size: 30rpx;
  201. color: #333;
  202. }
  203. .material_btn view{
  204. height: 50rpx;
  205. float: left;
  206. margin-right: 20rpx;
  207. border: 1rpx solid #33ad37;
  208. border-radius: 50rpx;
  209. font-size: 26rpx;
  210. color: #33ad37;
  211. padding-left: 18rpx;
  212. padding-right: 18rpx;
  213. line-height: 50rpx;
  214. }
  215. /* 常见问题 */
  216. .problem{
  217. width:100%;
  218. display: flex;
  219. flex-direction: column;
  220. justify-content: center;
  221. background-color: #fff;
  222. margin-top: 20rpx;
  223. padding: 30rpx;
  224. }
  225. .problem_content{
  226. width: 690rpx;
  227. display: flex;
  228. flex-direction: column;
  229. justify-content: center;
  230. margin-left: 14rpx;
  231. }
  232. .question{
  233. display: flex;
  234. /* align-items: center; */
  235. }
  236. .question view{
  237. width: 30rpx;
  238. height: 30rpx;
  239. background-color: #33ad37;
  240. color: #fff;
  241. border-radius: 10rpx;
  242. padding: 6rpx;
  243. font-size: 26rpx;
  244. line-height: 30rpx;
  245. }
  246. .question text{
  247. font-size: 28rpx;
  248. margin-left: 20rpx;
  249. line-height: 42rpx;
  250. }
  251. .answer{
  252. margin-top: 20rpx;
  253. }
  254. .answer view{
  255. background-color: #979797;
  256. }
  257. /* 遮罩层 */
  258. .mask{
  259. width:100%;
  260. height:100%;
  261. position:fixed;
  262. background-color:rgba(70, 70, 70, 0.5);
  263. z-index:9999;
  264. top:0;
  265. left:0;
  266. opacity:1;
  267. display: flex;
  268. justify-content: center;
  269. align-items: center;
  270. }
  271. .mask_content{
  272. width:542rpx;
  273. /* height: 320rpx; */
  274. display: flex;
  275. flex-direction: column;
  276. justify-content: center;
  277. align-items: center;
  278. background-color: #fff;
  279. border-radius: 20rpx;
  280. padding: 30rpx;
  281. }
  282. .mask_content :first-child{
  283. width: 80%;
  284. font-size: 36rpx;
  285. color:#333;
  286. text-align: center;
  287. }
  288. .mask_content .button{
  289. height: 60rpx;
  290. border-radius:60rpx;
  291. display: flex;
  292. justify-content: center;
  293. align-items: center;
  294. border:1rpx solid #33ad37;
  295. padding: 0rpx 20rpx;
  296. margin-top: 30rpx;
  297. width: 160rpx;
  298. }
  299. .mask_content .button text{
  300. color:#33ad37;
  301. font-size: 30rpx;
  302. }
  303. .clear{
  304. display: flex;
  305. align-items: center;
  306. justify-content: center;
  307. margin-top: 60rpx;
  308. }
  309. .clear image{
  310. width: 60rpx;
  311. height: 60rpx;
  312. }
  313. /* 底部悬浮 */
  314. .fixed{
  315. width: 100%;
  316. position: fixed;
  317. bottom: 0;
  318. height: 100rpx;
  319. display: flex;
  320. justify-content: center;
  321. align-items: center;
  322. background-color: #fff;
  323. }
  324. .fixed view{
  325. width: 190rpx;
  326. height: 68rpx;
  327. border:1rpx solid #33ad37;
  328. border-radius: 70rpx;
  329. color: #33ad37;
  330. font-size: 30rpx;
  331. display: flex;
  332. justify-content: center;
  333. align-items: center;
  334. margin-left: 40rpx;
  335. }
  336. .stuff-show{
  337. display: flex;
  338. flex-direction: column;
  339. border-bottom: 1rpx solid #efefef;
  340. justify-content: space-around;
  341. margin:10rpx 0rpx 0rpx 10rpx;
  342. }
  343. .stuff-title{
  344. display: flex;
  345. justify-content: space-between;
  346. align-items: center;
  347. margin:20rpx 0rpx;
  348. }
  349. .stuff-title text{
  350. font-size: 26rpx;
  351. color: #333;
  352. }
  353. .stuff-title image{
  354. width: 30rpx;
  355. height: 30rpx;
  356. }
  357. .stuff-but{
  358. display: flex;
  359. color: #33ad37;
  360. font-size: 26rpx;
  361. }
  362. .stuff-but :first-child{
  363. margin-left: 26rpx;
  364. padding: 10rpx;
  365. }
  366. .stuff-but :last-child{
  367. margin-left: 26rpx;
  368. padding: 10rpx;
  369. }
  370. .stuff{
  371. }
  372. /* 禁止跳转 */
  373. .stop-nav{
  374. border: 1rpx solid #999 !important;
  375. color: #999 !important;
  376. }
  377. .noList{
  378. display: flex;
  379. flex-direction: column;
  380. justify-content: center;
  381. align-items: center;
  382. }
  383. .noList view{
  384. margin-top: 30rpx;
  385. font-size: 28rpx;
  386. color: #999;
  387. }
  388. .noList image{
  389. width:278rpx;
  390. height:182rpx;
  391. text-align:center;
  392. margin-top:100rpx;
  393. }