map-shq.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. page {
  2. height: 100%;
  3. }
  4. .head {
  5. width: 100%;
  6. height: 45px;
  7. background-color: #2775CC;
  8. overflow: hidden;
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. }
  13. .left-logo {
  14. width: 186px;
  15. margin-left: 15px;
  16. }
  17. .left-logo a {
  18. height: 28px;
  19. }
  20. .logo-img {
  21. width: 100%;
  22. height: 28px;
  23. }
  24. .right_logo {
  25. margin: 9px 45px 9px 0;
  26. width: 61rpx;
  27. }
  28. .right_logo image {
  29. width: 61px;
  30. height: 28px;
  31. }
  32. .map-view {
  33. height: calc(60%);
  34. }
  35. .map {
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .current-location {
  40. position: fixed;
  41. height: 60rpx;
  42. line-height: 60rpx;
  43. width: 100%;
  44. background-color: rgba(188, 189, 189, 0.8);
  45. padding: 0 5px;
  46. margin-top: -50rpx;
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. }
  51. .go-back {
  52. background-color: #fff;
  53. margin-right: 30rpx;
  54. height: 40rpx;
  55. font-size: 12px;
  56. line-height: 40rpx;
  57. padding-left: 5px;
  58. padding-right: 5px;
  59. }
  60. .address-list {
  61. height: 100%;
  62. }
  63. .address-item {
  64. display: flex;
  65. width: 94%;
  66. margin: 0 auto;
  67. background-color: #fff;
  68. margin-top: 30rpx;
  69. border-radius: 10px;
  70. padding-bottom: 30rpx;
  71. }
  72. .item-img {
  73. width: 35%;
  74. height: 200rpx;
  75. margin-left: 3%;
  76. margin-top: 30rpx;
  77. }
  78. .item-content {
  79. width: 56%;
  80. margin-left: 3%;
  81. margin-right: 3%;
  82. margin-top: 30rpx;
  83. }
  84. .content {
  85. background-color: #f7f7f7;
  86. height: calc(40%);
  87. margin-top: 10rpx;
  88. }
  89. .item-content .item-title {
  90. font-size: 16px;
  91. font-family: Source Han Sans SC;
  92. font-weight: 500;
  93. color: #333333;
  94. margin-bottom: 5px;
  95. }
  96. .item-content .item-title::before {
  97. content: "";
  98. display: inline-block;
  99. width: 16px;
  100. height: 16px;
  101. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-flow.png');
  102. background-size: 100% 100%;
  103. margin-right: 5px;
  104. }
  105. .item-content .item-addr {
  106. color: #FE9F2F;
  107. font-size: 14px;
  108. margin-bottom: 7px;
  109. }
  110. .item-content .item-addr::before {
  111. content: "";
  112. display: inline-block;
  113. width: 14px;
  114. height: 16px;
  115. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-addr.png');
  116. background-size: 100% 100%;
  117. margin-right: 5px;
  118. }
  119. .item-content .item-type {
  120. color: #3483D7;
  121. background-color: rgba(35, 159, 255, 0.3);
  122. padding: 5px;
  123. border-radius: 5px;
  124. }
  125. .detail {
  126. width: 94%;
  127. margin: 0 auto;
  128. margin-top: 30rpx;
  129. overflow-y: scroll;
  130. height: 100%;
  131. }
  132. .detail-img {
  133. width: 100%;
  134. height: 300rpx;
  135. }
  136. .detail-header {
  137. margin-top: 20rpx;
  138. display: flex;
  139. font-size: 14px;
  140. align-items: center;
  141. justify-content: space-between;
  142. }
  143. .detail-left {
  144. max-width: 70%;
  145. }
  146. .detail-left>view {
  147. margin-bottom: 10rpx;
  148. }
  149. .detail-left .detail-left-gap {
  150. color: #999999;
  151. font-size: 12px;
  152. }
  153. .detail-left .detail-left-gap::before {
  154. content: "";
  155. display: inline-block;
  156. width: 14px;
  157. height: 16px;
  158. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-dw.png');
  159. background-size: 100% 100%;
  160. margin-right: 5px;
  161. }
  162. .detail-left .detail-left-title {
  163. font-size: 16px;
  164. font-family: Source Han Sans SC;
  165. font-weight: 600;
  166. }
  167. .detail-left .detail-left-title::before {
  168. content: "";
  169. display: inline-block;
  170. width: 16px;
  171. height: 16px;
  172. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-flow.png');
  173. background-size: 100% 100%;
  174. margin-right: 5px;
  175. }
  176. .detail-left .detail-left-address::before {
  177. content: "";
  178. display: inline-block;
  179. width: 14px;
  180. height: 14px;
  181. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-address.png');
  182. background-size: 100% 100%;
  183. margin-right: 5px;
  184. }
  185. .detail-left .detail-left-time::before {
  186. content: "";
  187. display: inline-block;
  188. width: 14px;
  189. height: 14px;
  190. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-time.png');
  191. background-size: 100% 100%;
  192. margin-right: 5px;
  193. }
  194. .detail-left .detail-left-phone::before {
  195. content: "";
  196. display: inline-block;
  197. width: 14px;
  198. height: 14px;
  199. background-image: url('https://www.cqna.gov.cn/data/district/img/icon-phone.png');
  200. background-size: 100% 100%;
  201. margin-right: 5px;
  202. }
  203. .detail-left-phone>text {
  204. margin-right: 10rpx;
  205. }
  206. .detail-right {
  207. width: 150rpx;
  208. height: 150rpx;
  209. background: #FFF4E4;
  210. border-radius: 10px;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. flex-direction: column;
  215. color: #C06117;
  216. }
  217. .detail-right-img {
  218. width: 60rpx;
  219. height: 60rpx;
  220. }
  221. .dept-title {
  222. margin: 20rpx 0;
  223. font-size: 16px;
  224. font-family: Microsoft YaHei;
  225. font-weight: 600;
  226. }
  227. .dept-list {
  228. display: grid;
  229. grid-template-columns: repeat(auto-fill, 30%);
  230. grid-gap: 20rpx;
  231. justify-content: center;
  232. margin-bottom: 30rpx;
  233. }
  234. .dept-item {
  235. width: 90%;
  236. text-align: left;
  237. border: 1rpx #176AB7 solid;
  238. padding: 15rpx 5rpx;
  239. color: #176AB7;
  240. text-overflow: ellipsis;
  241. white-space: nowrap;
  242. overflow: hidden;
  243. }
  244. .dept-list .active {
  245. color: #009688;
  246. border: 1rpx #009688 solid;
  247. }
  248. .matter-tab {
  249. margin: 0 auto;
  250. display: flex;
  251. width: 95%;
  252. border-bottom: 1rpx #d9dcdf solid;
  253. }
  254. .matter-tab .matter-tab-li {
  255. width: 50%;
  256. height: 60rpx;
  257. text-align: center;
  258. }
  259. .matter-tab>.active {
  260. color: #176AB7;
  261. border-bottom: 1rpx #176AB7 solid;
  262. }
  263. .matter-content {
  264. width: 94%;
  265. margin: 0 auto;
  266. }
  267. .matter-content-item {
  268. padding: 20rpx;
  269. border-bottom: 0.5rpx #d9dcdf solid;
  270. }
  271. .matter-page {
  272. display: flex;
  273. padding: 20rpx 30rpx;
  274. }
  275. .matter-page .matter-page-prev {
  276. width: 50%;
  277. text-align: left;
  278. }
  279. .matter-page .matter-page-next {
  280. width: 50%;
  281. text-align: right;
  282. }
  283. .matter-page .txt {
  284. color: #d2d2d2;
  285. }
  286. .matter-content-item::before {
  287. content: "";
  288. display: inline-block;
  289. width: 15rpx;
  290. height: 15rpx;
  291. border-radius: 50%;
  292. background-color: #176AB7;
  293. margin-right: 15rpx;
  294. }