index.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. @charset "UTF-8";
  2. .uni-load-more {
  3. display: flex;
  4. flex-direction: row;
  5. height: 80rpx;
  6. align-items: center;
  7. justify-content: center
  8. }
  9. .uni-load-more__text {
  10. font-size: 28rpx;
  11. color: #999
  12. }
  13. .uni-load-more__img {
  14. height: 24px;
  15. width: 24px;
  16. margin-right: 10px
  17. }
  18. .uni-load-more__img>.load {
  19. position: absolute
  20. }
  21. .uni-load-more__img>.load .item {
  22. width: 6px;
  23. height: 2px;
  24. border-top-left-radius: 1px;
  25. border-bottom-left-radius: 1px;
  26. background: #999;
  27. position: absolute;
  28. opacity: .2;
  29. -webkit-transform-origin: 50%;
  30. transform-origin: 50%;
  31. -webkit-animation: load 1.56s ease infinite;
  32. animation: load 1.56s ease infinite
  33. }
  34. .uni-load-more__img>.load .item:nth-child(1) {
  35. -webkit-transform: rotate(90deg);
  36. transform: rotate(90deg);
  37. top: 2px;
  38. left: 9px
  39. }
  40. .uni-load-more__img>.load .item:nth-child(2) {
  41. -webkit-transform: rotate(180deg);
  42. transform: rotate(180deg);
  43. top: 11px;
  44. right: 0
  45. }
  46. .uni-load-more__img>.load .item:nth-child(3) {
  47. -webkit-transform: rotate(270deg);
  48. transform: rotate(270deg);
  49. bottom: 2px;
  50. left: 9px
  51. }
  52. .uni-load-more__img>.load .item:nth-child(4) {
  53. top: 11px;
  54. left: 0
  55. }
  56. .load1,
  57. .load2,
  58. .load3 {
  59. height: 24px;
  60. width: 24px
  61. }
  62. .load2 {
  63. -webkit-transform: rotate(30deg);
  64. transform: rotate(30deg)
  65. }
  66. .load3 {
  67. -webkit-transform: rotate(60deg);
  68. transform: rotate(60deg)
  69. }
  70. .load1 .item:nth-child(1) {
  71. -webkit-animation-delay: 0s;
  72. animation-delay: 0s
  73. }
  74. .load2 .item:nth-child(1) {
  75. -webkit-animation-delay: .13s;
  76. animation-delay: .13s
  77. }
  78. .load3 .item:nth-child(1) {
  79. -webkit-animation-delay: .26s;
  80. animation-delay: .26s
  81. }
  82. .load1 .item:nth-child(2) {
  83. -webkit-animation-delay: .39s;
  84. animation-delay: .39s
  85. }
  86. .load2 .item:nth-child(2) {
  87. -webkit-animation-delay: .52s;
  88. animation-delay: .52s
  89. }
  90. .load3 .item:nth-child(2) {
  91. -webkit-animation-delay: .65s;
  92. animation-delay: .65s
  93. }
  94. .load1 .item:nth-child(3) {
  95. -webkit-animation-delay: .78s;
  96. animation-delay: .78s
  97. }
  98. .load2 .item:nth-child(3) {
  99. -webkit-animation-delay: .91s;
  100. animation-delay: .91s
  101. }
  102. .load3 .item:nth-child(3) {
  103. -webkit-animation-delay: 1.04s;
  104. animation-delay: 1.04s
  105. }
  106. .load1 .item:nth-child(4) {
  107. -webkit-animation-delay: 1.17s;
  108. animation-delay: 1.17s
  109. }
  110. .load2 .item:nth-child(4) {
  111. -webkit-animation-delay: 1.3s;
  112. animation-delay: 1.3s
  113. }
  114. .load3 .item:nth-child(4) {
  115. -webkit-animation-delay: 1.43s;
  116. animation-delay: 1.43s
  117. }
  118. @-webkit-keyframes load {
  119. 0% {
  120. opacity: 1
  121. }
  122. 100% {
  123. opacity: .2
  124. }
  125. }
  126. @charset "UTF-8";
  127. /* 页面左右间距 */
  128. /* 文字尺寸 */
  129. /*文字颜色*/
  130. /* 边框颜色 */
  131. /*颜色*/
  132. /* 图片加载中颜色 */
  133. /* 行为相关颜色 */
  134. /* 功能栏字体大小 */
  135. /*功能栏左侧小图标*/
  136. .empty-content {
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. flex-direction: column;
  141. position: fixed;
  142. left: 0;
  143. top: 0;
  144. right: 0;
  145. bottom: 0;
  146. background: #f8f8f8;
  147. padding-bottom: 120rpx;
  148. }
  149. .empty-content-image {
  150. width: 200rpx;
  151. height: 200rpx;
  152. }
  153. @charset "UTF-8";
  154. /* 页面左右间距 */
  155. /* 文字尺寸 */
  156. /*文字颜色*/
  157. /* 边框颜色 */
  158. /*颜色*/
  159. /* 图片加载中颜色 */
  160. /* 行为相关颜色 */
  161. /* 功能栏字体大小 */
  162. /*功能栏左侧小图标*/
  163. page {
  164. background: #ffffff;
  165. height: 100%;
  166. }
  167. .Mask {
  168. position: fixed;
  169. top: 0;
  170. width: 100%;
  171. height: 100%;
  172. background-color: rgba(51, 51, 51, 0.7);
  173. }
  174. .Mask .Mask-box {
  175. text-align: center;
  176. margin: auto;
  177. margin-top: 200rpx;
  178. padding: 50rpx 50rpx;
  179. width: 80%;
  180. height: auto;
  181. left: 10%;
  182. background-color: #ffffff;
  183. border-radius: 15rpx;
  184. z-index: 999;
  185. }
  186. .Mask .Mask-box .title {
  187. font-size: 35rpx;
  188. font-weight: 700;
  189. }
  190. .Mask .Mask-box .text {
  191. min-height: 120rpx;
  192. font-size: 30rpx;
  193. color: #848484;
  194. padding-top: 50rpx;
  195. border: 2rpx solid #F3F3F3;
  196. text-align: left !important;
  197. padding: 25rpx 25rpx;
  198. border-radius: 10rpx;
  199. margin: 50rpx 0rpx;
  200. width: 100%;
  201. }
  202. .Mask .Mask-box .sos {
  203. background: linear-gradient(90deg, #ff6666, #ff4f4f);
  204. width: 65%;
  205. margin: 0rpx auto;
  206. font-size: 30rpx;
  207. padding: 25rpx 25rpx;
  208. color: #ffffff;
  209. border-radius: 50rpx;
  210. border: none;
  211. }
  212. .Mask .iconimage {
  213. text-align: center;
  214. margin-top: 60rpx;
  215. }
  216. .Mask .iconimage image {
  217. width: 80rpx;
  218. height: 80rpx;
  219. }
  220. .content {
  221. height: 100%;
  222. }
  223. .icon {
  224. position: fixed;
  225. top: 390rpx;
  226. right: 35rpx;
  227. width: 100rpx;
  228. height: 100rpx;
  229. }
  230. .map-box {
  231. width: 100%;
  232. height: 700rpx;
  233. }
  234. .nodata {
  235. width: 430rpx;
  236. margin: 0rpx auto;
  237. padding-top: 80rpx;
  238. }
  239. .nodata image {
  240. width: 430rpx;
  241. height: 337rpx;
  242. }
  243. .nodata .text {
  244. text-align: center;
  245. color: #999999;
  246. font-size: 26rpx;
  247. }
  248. .swiper-box {
  249. position: fixed;
  250. bottom: 0rpx;
  251. height: 50%;
  252. width: 100%;
  253. background-color: #ffffff;
  254. border-top-left-radius: 25rpx;
  255. border-top-right-radius: 25rpx;
  256. box-shadow: 0px -11px 42px 4px rgba(83, 87, 120, 0.2);
  257. }
  258. .swiper-box .cate-list {
  259. height: 100%;
  260. }
  261. .content-box {
  262. padding: 0rpx 30rpx;
  263. font-size: 24rpx;
  264. color: #666666;
  265. width: 100%;
  266. }
  267. .content-box .list {
  268. padding: 25rpx 0rpx;
  269. margin-top: 25rpx;
  270. border-bottom: 2rpx solid #e7e8ea;
  271. width: 100%;
  272. position: relative;
  273. }
  274. .content-box .list .tip {
  275. background-color: #ff4f4f;
  276. border-radius: 100rpx;
  277. width: 10rpx;
  278. height: 35rpx;
  279. position: absolute;
  280. top: 0;
  281. }
  282. .content-box .list .portrait {
  283. margin-left: 20rpx;
  284. width: 117rpx;
  285. height: 117rpx;
  286. }
  287. .content-box .list .portrait image {
  288. width: 100%;
  289. height: 100%;
  290. border-radius: 15rpx;
  291. }
  292. .content-box .list .sos-type {
  293. color: #FF4F4F;
  294. font-weight: bold;
  295. font-size: 28rpx;
  296. }
  297. .content-box .list .info {
  298. margin-left: 20rpx;
  299. width: 60%;
  300. }
  301. .content-box .list .info .name {
  302. color: #333333;
  303. font-weight: bold;
  304. font-size: 32rpx;
  305. }
  306. .content-box .list .info .name .info-name {
  307. margin-right: 35rpx;
  308. width: 90%;
  309. }
  310. .content-box .list .info .address {
  311. margin-top: 15rpx;
  312. }
  313. .content-box .list .info .address .juli {
  314. font-weight: normal;
  315. font-size: 28rpx;
  316. }
  317. .content-box .list .info .address image {
  318. margin-left: 15rpx;
  319. width: 25rpx;
  320. height: 30rpx;
  321. }
  322. .content-box .list .info .adr {
  323. color: #333333;
  324. margin-top: 15rpx;
  325. }
  326. .content-box .list .btn {
  327. width: 130rpx;
  328. height: 130rpx;
  329. }
  330. .content-box .list .btn image {
  331. width: 127rpx;
  332. height: 135rpx;
  333. }