| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- page {
- background: #f5f5f5;
- }
- /* 搜索 */
- /*
- .search-box {
- display: flex;
- align-items: center;
- }
- .search {
- display: flex;
- flex-grow: 1;
- align-items: center;
- height: 70rpx;
- padding: 0 20rpx;
- margin: 0 30rpx;
- background: #f5f5f5;
- border-radius: 35rpx;
- line-height: 70rpx;
- font-size: 28rpx;
- color: #999;
- }
- .search-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .search-input {
- flex-grow: 1;
- margin-left: 10rpx;
- color: #333;
- }
- .search-box {
- padding-left: 20rpx;
- padding-right: 30rpx;
- } */
- /* 顶部 */
- .app-header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 104rpx;
- /* box-shadow: 0 0 10rpx 10rpx #eaeaea; */
- /* border-top: 1rpx solid #f5f5f5; */
- padding: 0 30rpx;
- box-sizing: border-box;
- background: #fff;
- margin-bottom: 15rpx;
- }
- .map {
- display: flex;
- align-items: center;
- /* white-space: nowrap; */
- font-size: 28rpx;
- /* padding: 0 10rpx 0 20rpx; */
- color: #999;
- margin-right: 15rpx;
- padding-left: 26rpx;
- box-sizing: border-box;
- }
- .location {
- width: 28rpx;
- height: 34rpx;
- padding-right: 10rpx;
- }
- .location image {
- width: 100%;
- height: 100%;
- }
- .map .cityname {
- color: #006be7;
- font-size: 36rpx;
- max-width: 120rpx;
- -webkit-line-clamp: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- white-space: nowrap;
- }
- .arrow-down {
- transform: rotate(90deg);
- margin-left: 10rpx;
- }
- .search {
- flex: 1;
- height: 64rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- border: 2rpx solid #0070F2;
- font-size: 28rpx;
- padding: 18rpx 20rpx;
- box-sizing: border-box;
- /* border: 4rpx solid #0177ff; */
- /* border-radius: 37rpx; */
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .search-content {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .search .i_search {
- width: 29rpx;
- height: 29rpx;
- display: flex;
- align-items: center;
- }
- .search .i_search image {
- width: 100%;
- height: 100%;
- }
- .search-input {
- margin-left: 15rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- .placeholder {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #CCCCCC;
- }
- .btn-search {
- height: 100%;
- width: 128rpx;
- color: #fff;
- font-size: 28rpx;
- background: #0177ff;
- border-radius: 34rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cancel {
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #444444;
- margin-left: 30rpx;
- }
- .panel {
- color: #333;
- font-size: 28rpx;
- background: #fff;
- padding: 30rpx;
- }
- /* 定位城市 */
- .location_city {
- height: 102rpx;
- padding: 0 30rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 34rpx;
- background: #fff;
- border-bottom: 2rpx solid #eee;
- /* margin: 0 25px 0 15px; */
- }
- /* .location_city .btn {
- width: 155rpx;
- background-image: linear-gradient(90deg, #3ecafe 0%, #12a8ff 100%),
- linear-gradient(#f0f5f6, #f0f5f6);
- background-blend-mode: normal, normal;
- color: #fff;
- } */
- .btn {
- color: #333;
- }
- /* .btn.active {
- background: #2db7f5;
- } */
- .active {
- font-size: 28rpx;
- color: #999;
- margin-left: 30rpx;
- }
- .position {
- font-size: 28rpx;
- /* letter-spacing: 1px; */
- color: #327ae1;
- }
- /* 热门城市 */
- .hot_city {
- font-size: 28rpx;
- padding: 0 30rpx;
- background: #fff;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- }
- .hot_city .btn {
- min-width: 218rpx;
- height: 68rpx;
- text-align: center;
- line-height: 68rpx;
- font-size: 28rpx;
- color: #0177ff;
- border-radius: 10rpx;
- background: #f2f8ff;
- /* margin-right: 18rpx; */
- margin-bottom: 18rpx;
- }
- /* 其他 */
- .dw {
- position: absolute;
- top: 0;
- right: 0;
- width: 100px;
- height: 100%;
- }
- .wxSortPickerViewTag {
- background-color: #f1f1f1;
- font-size: 16px;
- font-weight: bold;
- color: #999;
- line-height: 30px;
- height: 30px;
- padding: 0 15px;
- }
- .wxSortPickerViewItem {
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #eee;
- margin-left: 15px;
- color: #444;
- }
- .hor {
- font-size: 14px;
- color: #999;
- font-weight: 500;
- display: block;
- padding: 14px 25px 5px 0px;
- }
- .kuai {
- height: 30px;
- width: 28%;
- text-align: center;
- line-height: 30px;
- color: #444;
- font-weight: 500;
- display: inline-block;
- margin: 10px 10px 0 0;
- background: #fff;
- border: 1px solid #eee;
- border-radius: 2px;
- }
- .searchLetter {
- position: fixed;
- right: 0;
- width: 20px;
- height: 80%;
- text-align: center;
- justify-content: center;
- display: flex;
- flex-direction: column;
- color: #333;
- font-size: 22rpx;
- z-index: 1;
- }
- .searchLetter view {
- height: 70rpx;
- }
- .touchClass {
- top: 50px;
- margin-top: 35px;
- right: 0;
- color: #636363;
- font-weight: 700;
- }
- .showSlectedLetter {
- background-color: rgba(0, 0, 0, 0.5);
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- top: 50%;
- left: 50%;
- margin: -50px;
- width: 100px;
- height: 100px;
- border-radius: 10px;
- font-size: 26px;
- z-index: 1;
- }
- .selection {
- display: flex;
- width: 100%;
- flex-direction: column;
- }
- .item_letter,
- .item_city {
- height: 96rpx;
- font-size: 34rpx;
- color: #333;
- background-color: #fff;
- border-bottom: 2rpx solid #eee;
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- }
- .item_letter {
- font-size: 28rpx;
- color: #0177ff;
- margin-top: 20rpx;
- }
- /* .item_city {
- display: flex;
- background-color: #fff;
- height: 40px;
- padding-left: 10px;
- align-items: center;
- border-bottom: 1px solid #f8f8f8;
- } */
- .gps {
- position: relative;
- height: 38px;
- border-bottom: 1px solid #ccc;
- border-top: 1px solid #ccc;
- line-height: 38px;
- padding-left: 15px;
- font-size: 16px;
- }
- .gpsif {
- font-size: 14px;
- color: #ccc;
- }
|