| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container .map.data-v-4b369518 {
- position: relative;
- width: 100vw;
- height: 100vh;
- }
- .container .search.data-v-4b369518 {
- position: fixed;
- top: 30rpx;
- left: 30rpx;
- width: 690rpx;
- height: 80rpx;
- border-radius: 152rpx;
- background-color: #fff;
- }
- .container .list.data-v-4b369518 {
- position: fixed;
- left: 30rpx;
- bottom: 100rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- width: 690rpx;
- height: 435rpx;
- border-radius: 18rpx 18rpx 0 0;
- background-color: #fff;
- overflow-y: auto;
- }
- .container .list .box.data-v-4b369518 {
- display: flex;
- align-items: center;
- width: 630rpx;
- height: 104rpx;
- border-bottom: 1rpx solid #E6E6E6;
- }
- .container .list .box .icon.data-v-4b369518 {
- margin-top: 10rpx;
- flex: 1;
- text-align: center;
- }
- .container .list .box .icon ._img.data-v-4b369518 {
- width: 40rpx;
- height: 40rpx;
- }
- .container .list .box .place.data-v-4b369518 {
- flex: 7;
- }
- .container .list .box .place .top.data-v-4b369518 {
- font-size: 32rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .list .box .place .bottom.data-v-4b369518 {
- font-size: 24rpx;
- color: #999999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .range.data-v-4b369518 {
- position: fixed;
- left: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- width: 750rpx;
- height: 100rpx;
- box-shadow: 1px -4px 10px 0px rgba(0, 0, 0, 0.2);
- background-color: #fff;
- }
- .container .range .key.data-v-4b369518 {
- flex: 4;
- margin-left: 30rpx;
- font-size: 28rpx;
- }
- .container .range .value.data-v-4b369518 {
- flex: 1;
- font-size: 28rpx;
- color: #A6A6A6;
- }
- .container .range .value ._img.data-v-4b369518 {
- margin-left: 15rpx;
- width: 20rpx;
- height: 25rpx;
- }
- .data-v-4b369518 .uni-searchbar {
- padding: 10rpx;
- }
- .data-v-4b369518 .uni-searchbar__box {
- padding: 0;
- height: 60rpx;
- }
|