123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- .chose-city.data-v-761b4a44 {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 999;
- background: #fff;
- }
- .city-search-wrap.data-v-761b4a44 {
- width: 100%;
- box-sizing: border-box;
- }
- .city-search-wrap .search.data-v-761b4a44 {
- width: 750rpx;
- height: 110rpx;
- display: flex;
- align-items: center;
- font-size: 28rpx;
- color: #222;
- padding: 14rpx 36rpx;
- box-sizing: border-box;
- background: #fff;
- }
- .city-search-wrap .search .l-search.data-v-761b4a44 {
- width: 597rpx;
- position: relative;
- height: 72rpx;
- line-height: 72rpx;
- }
- .city-search-wrap .search .l-search .icon-search.data-v-761b4a44 {
- font-size: 28rpx;
- position: absolute;
- left: 0rpx;
- top: 0;
- color: #8e8f97;
- font-weight: 700;
- height: 72rpx;
- line-height: 72rpx;
- }
- .city-search-wrap .search .l-search .cuIcon-search.data-v-761b4a44 {
- width: 40rpx;
- height: 40rpx;
- padding: 20rpx;
- }
- .city-search-wrap .search .l-search .input-search.data-v-761b4a44 {
- width: 597rpx;
- height: 72rpx;
- box-sizing: border-box;
- padding: 0 84rpx 0 84rpx;
- text-align: left;
- background: #f4f5f9;
- border-radius: 12rpx;
- border: 0;
- }
- .city-search-wrap .search .l-search .clear-input.data-v-761b4a44 {
- font-size: 30rpx;
- position: absolute;
- right: 10rpx;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- padding: 10rpx;
- color: #8e8f97;
- }
- .city-search-wrap .search .r-cancel.data-v-761b4a44 {
- width: 80rpx;
- box-sizing: border-box;
- padding-left: 24rpx;
- font-size: 28rpx;
- height: 72rpx;
- line-height: 72rpx;
- background: transparent;
- border: 0;
- color: #519AD2;
- }
- .reach-content.data-v-761b4a44 {
- padding-left: 36rpx;
- box-sizing: border-box;
- }
- .reach-content .li.data-v-761b4a44 {
- width: 714rpx;
- font-size: 28rpx;
- height: 100rpx;
- line-height: 100rpx;
- color: #333;
- position: relative;
- box-sizing: border-box;
- border-bottom: 2rpx solid #F5F5F5;
- }
- .block.data-v-761b4a44 {
- padding: 0 36rpx;
- box-sizing: border-box;
- }
- .top-search.data-v-761b4a44 {
- line-height: 72rpx;
- padding: 14rpx 30rpx 0;
- box-sizing: border-box;
- margin-bottom: 26rpx;
- }
- .top-search .item.data-v-761b4a44 {
- background: #F5F5F5;
- border-radius: 12rpx;
- font-size: 28rpx;
- text-align: center;
- color: #999999;
- }
- .top-search .item text.data-v-761b4a44 {
- padding-left: 20rpx;
- color: #c1c2cd;
- vertical-align: middle;
- position: relative;
- top: -4rpx;
- }
- .scroll-view.data-v-761b4a44 {
- width: 100%;
- height: calc(100vh - 110rpx);
- box-sizing: border-box;
- }
- .area.data-v-761b4a44 {
- margin-bottom: 8rpx;
- }
- .area .title-wrapp.data-v-761b4a44 {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- left: 0;
- background: #fff;
- }
- .area .c-title.data-v-761b4a44 {
- width: 100%;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #999999;
- margin-bottom: 24rpx;
- display: inline-flex;
- justify-content: space-between;
- align-items: center;
- }
- .area .c-title .r.data-v-761b4a44 {
- font-size: 24rpx;
- color: #8e8f97;
- display: inline-block;
- align-items: center;
- }
- .area .c-title .r .iconfont.data-v-761b4a44 {
- font-size: 24rpx;
- }
- .area .ul.data-v-761b4a44 {
- display: flex;
- flex-wrap: wrap;
- }
- .area .ul .li.data-v-761b4a44 {
- width: 155rpx;
- padding: 0 10rpx;
- box-sizing: border-box;
- height: 72rpx;
- line-height: 68rpx;
- text-align: center;
- font-size: 32rpx;
- color: #333;
- border-radius: 8rpx;
- margin: 0 18rpx 28rpx 0;
- border: 2rpx solid #E2E2E2;
- }
- .area .ul .li.data-v-761b4a44:nth-child(4n) {
- margin-right: 0;
- }
- .area .ul .li.now.data-v-761b4a44 {
- width: auto;
- padding: 0 32rpx 0 22rpx;
- }
- .area .ul .li.now .icon.data-v-761b4a44 {
- width: 50rpx;
- height: 50rpx;
- background-size: 100%;
- vertical-align: middle;
- position: relative;
- top: -4rpx;
- }
- .area .ul .li.now .text.data-v-761b4a44 {
- padding-left: 10rpx;
- }
- .area .ul .li.active.data-v-761b4a44 {
- font-weight: 500;
- background: #ffde45;
- }
- .area .ul .hover.data-v-761b4a44 {
- background: #ffde45;
- }
- .city-list.data-v-761b4a44 {
- width: 750rpx;
- padding-bottom: 50rpx;
- }
- .city-list .c-title.data-v-761b4a44 {
- height: 60rpx;
- line-height: 60rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #272636;
- background: #fff;
- box-sizing: border-box;
- padding-left: 36rpx;
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- left: 0;
- z-index: 2;
- }
- .city-list .item.data-v-761b4a44 {
- width: 714rpx;
- margin-left: 36rpx;
- padding: 0 36rpx 0 0;
- height: 100rpx;
- line-height: 100rpx;
- color: #333;
- font-size: 28rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #F5F5F5;
- }
- .alphabet.data-v-761b4a44 {
- position: fixed;
- right: 0;
- bottom: 20%;
- width: calc(750rpx - 680rpx);
- text-align: center;
- font-size: 20rpx;
- font-weight: 700;
- color: #8e8f97;
- z-index: 99;
- }
- .alphabet .item.data-v-761b4a44 {
- height: 15px;
- line-height: 15px;
- }
- .alphabet .active.data-v-761b4a44 {
- color: #222;
- }
- .has-no-data.data-v-761b4a44 {
- font-size: 24rpx;
- text-align: center;
- color: #8e8f97;
- margin-top: 50rpx;
- }
- .nav.data-v-761b4a44 {
- height: 44px;
- line-height: 44px;
- text-align: center;
- font-size: 26rpx;
- color: #3C3C3C;
- position: relative;
- }
- .foback.data-v-761b4a44 {
- position: absolute;
- width: 15px;
- height: 15px;
- left: 24rpx;
- top: 15px;
- }
|