| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- @charset "UTF-8";
- .uni-load-more {
- display: flex;
- flex-direction: row;
- height: 80rpx;
- align-items: center;
- justify-content: center
- }
- .uni-load-more__text {
- font-size: 28rpx;
- color: #999
- }
- .uni-load-more__img {
- height: 24px;
- width: 24px;
- margin-right: 10px
- }
- .uni-load-more__img>.load {
- position: absolute
- }
- .uni-load-more__img>.load .item {
- width: 6px;
- height: 2px;
- border-top-left-radius: 1px;
- border-bottom-left-radius: 1px;
- background: #999;
- position: absolute;
- opacity: .2;
- -webkit-transform-origin: 50%;
- transform-origin: 50%;
- -webkit-animation: load 1.56s ease infinite;
- animation: load 1.56s ease infinite
- }
- .uni-load-more__img>.load .item:nth-child(1) {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- top: 2px;
- left: 9px
- }
- .uni-load-more__img>.load .item:nth-child(2) {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- top: 11px;
- right: 0
- }
- .uni-load-more__img>.load .item:nth-child(3) {
- -webkit-transform: rotate(270deg);
- transform: rotate(270deg);
- bottom: 2px;
- left: 9px
- }
- .uni-load-more__img>.load .item:nth-child(4) {
- top: 11px;
- left: 0
- }
- .load1,
- .load2,
- .load3 {
- height: 24px;
- width: 24px
- }
- .load2 {
- -webkit-transform: rotate(30deg);
- transform: rotate(30deg)
- }
- .load3 {
- -webkit-transform: rotate(60deg);
- transform: rotate(60deg)
- }
- .load1 .item:nth-child(1) {
- -webkit-animation-delay: 0s;
- animation-delay: 0s
- }
- .load2 .item:nth-child(1) {
- -webkit-animation-delay: .13s;
- animation-delay: .13s
- }
- .load3 .item:nth-child(1) {
- -webkit-animation-delay: .26s;
- animation-delay: .26s
- }
- .load1 .item:nth-child(2) {
- -webkit-animation-delay: .39s;
- animation-delay: .39s
- }
- .load2 .item:nth-child(2) {
- -webkit-animation-delay: .52s;
- animation-delay: .52s
- }
- .load3 .item:nth-child(2) {
- -webkit-animation-delay: .65s;
- animation-delay: .65s
- }
- .load1 .item:nth-child(3) {
- -webkit-animation-delay: .78s;
- animation-delay: .78s
- }
- .load2 .item:nth-child(3) {
- -webkit-animation-delay: .91s;
- animation-delay: .91s
- }
- .load3 .item:nth-child(3) {
- -webkit-animation-delay: 1.04s;
- animation-delay: 1.04s
- }
- .load1 .item:nth-child(4) {
- -webkit-animation-delay: 1.17s;
- animation-delay: 1.17s
- }
- .load2 .item:nth-child(4) {
- -webkit-animation-delay: 1.3s;
- animation-delay: 1.3s
- }
- .load3 .item:nth-child(4) {
- -webkit-animation-delay: 1.43s;
- animation-delay: 1.43s
- }
- @-webkit-keyframes load {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: .2
- }
- }
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .empty-content {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background: #f8f8f8;
- padding-bottom: 120rpx;
- }
- .empty-content-image {
- width: 200rpx;
- height: 200rpx;
- }
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #ffffff;
- height: 100%;
- }
- .Mask {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(51, 51, 51, 0.7);
- }
- .Mask .Mask-box {
- text-align: center;
- margin: auto;
- margin-top: 200rpx;
- padding: 50rpx 50rpx;
- width: 80%;
- height: auto;
- left: 10%;
- background-color: #ffffff;
- border-radius: 15rpx;
- z-index: 999;
- }
- .Mask .Mask-box .title {
- font-size: 35rpx;
- font-weight: 700;
- }
- .Mask .Mask-box .text {
- min-height: 120rpx;
- font-size: 30rpx;
- color: #848484;
- padding-top: 50rpx;
- border: 2rpx solid #F3F3F3;
- text-align: left !important;
- padding: 25rpx 25rpx;
- border-radius: 10rpx;
- margin: 50rpx 0rpx;
- width: 100%;
- }
- .Mask .Mask-box .sos {
- background: linear-gradient(90deg, #ff6666, #ff4f4f);
- width: 65%;
- margin: 0rpx auto;
- font-size: 30rpx;
- padding: 25rpx 25rpx;
- color: #ffffff;
- border-radius: 50rpx;
- border: none;
- }
- .Mask .iconimage {
- text-align: center;
- margin-top: 60rpx;
- }
- .Mask .iconimage image {
- width: 80rpx;
- height: 80rpx;
- }
- .content {
- height: 100%;
- }
- .icon {
- position: fixed;
- top: 390rpx;
- right: 35rpx;
- width: 100rpx;
- height: 100rpx;
- }
- .map-box {
- width: 100%;
- height: 700rpx;
- }
- .nodata {
- width: 430rpx;
- margin: 0rpx auto;
- padding-top: 80rpx;
- }
- .nodata image {
- width: 430rpx;
- height: 337rpx;
- }
- .nodata .text {
- text-align: center;
- color: #999999;
- font-size: 26rpx;
- }
- .swiper-box {
- position: fixed;
- bottom: 0rpx;
- height: 50%;
- width: 100%;
- background-color: #ffffff;
- border-top-left-radius: 25rpx;
- border-top-right-radius: 25rpx;
- box-shadow: 0px -11px 42px 4px rgba(83, 87, 120, 0.2);
- }
- .swiper-box .cate-list {
- height: 100%;
- }
- .content-box {
- padding: 0rpx 30rpx;
- font-size: 24rpx;
- color: #666666;
- width: 100%;
- }
- .content-box .list {
- padding: 25rpx 0rpx;
- margin-top: 25rpx;
- border-bottom: 2rpx solid #e7e8ea;
- width: 100%;
- position: relative;
- }
- .content-box .list .tip {
- background-color: #ff4f4f;
- border-radius: 100rpx;
- width: 10rpx;
- height: 35rpx;
- position: absolute;
- top: 0;
- }
- .content-box .list .portrait {
- margin-left: 20rpx;
- width: 117rpx;
- height: 117rpx;
- }
- .content-box .list .portrait image {
- width: 100%;
- height: 100%;
- border-radius: 15rpx;
- }
- .content-box .list .sos-type {
- color: #FF4F4F;
- font-weight: bold;
- font-size: 28rpx;
- }
- .content-box .list .info {
- margin-left: 20rpx;
- width: 60%;
- }
- .content-box .list .info .name {
- color: #333333;
- font-weight: bold;
- font-size: 32rpx;
- }
- .content-box .list .info .name .info-name {
- margin-right: 35rpx;
- width: 90%;
- }
- .content-box .list .info .address {
- margin-top: 15rpx;
- }
- .content-box .list .info .address .juli {
- font-weight: normal;
- font-size: 28rpx;
- }
- .content-box .list .info .address image {
- margin-left: 15rpx;
- width: 25rpx;
- height: 30rpx;
- }
- .content-box .list .info .adr {
- color: #333333;
- margin-top: 15rpx;
- }
- .content-box .list .btn {
- width: 130rpx;
- height: 130rpx;
- }
- .content-box .list .btn image {
- width: 127rpx;
- height: 135rpx;
- }
|