addLocation.wxss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container .map.data-v-4b369518 {
  5. position: relative;
  6. width: 100vw;
  7. height: 100vh;
  8. }
  9. .container .search.data-v-4b369518 {
  10. position: fixed;
  11. top: 30rpx;
  12. left: 30rpx;
  13. width: 690rpx;
  14. height: 80rpx;
  15. border-radius: 152rpx;
  16. background-color: #fff;
  17. }
  18. .container .list.data-v-4b369518 {
  19. position: fixed;
  20. left: 30rpx;
  21. bottom: 100rpx;
  22. padding: 0 30rpx;
  23. box-sizing: border-box;
  24. width: 690rpx;
  25. height: 435rpx;
  26. border-radius: 18rpx 18rpx 0 0;
  27. background-color: #fff;
  28. overflow-y: auto;
  29. }
  30. .container .list .box.data-v-4b369518 {
  31. display: flex;
  32. align-items: center;
  33. width: 630rpx;
  34. height: 104rpx;
  35. border-bottom: 1rpx solid #E6E6E6;
  36. }
  37. .container .list .box .icon.data-v-4b369518 {
  38. margin-top: 10rpx;
  39. flex: 1;
  40. text-align: center;
  41. }
  42. .container .list .box .icon ._img.data-v-4b369518 {
  43. width: 40rpx;
  44. height: 40rpx;
  45. }
  46. .container .list .box .place.data-v-4b369518 {
  47. flex: 7;
  48. }
  49. .container .list .box .place .top.data-v-4b369518 {
  50. font-size: 32rpx;
  51. overflow: hidden;
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. }
  55. .container .list .box .place .bottom.data-v-4b369518 {
  56. font-size: 24rpx;
  57. color: #999999;
  58. overflow: hidden;
  59. white-space: nowrap;
  60. text-overflow: ellipsis;
  61. }
  62. .container .range.data-v-4b369518 {
  63. position: fixed;
  64. left: 0;
  65. bottom: 0;
  66. display: flex;
  67. align-items: center;
  68. width: 750rpx;
  69. height: 100rpx;
  70. box-shadow: 1px -4px 10px 0px rgba(0, 0, 0, 0.2);
  71. background-color: #fff;
  72. }
  73. .container .range .key.data-v-4b369518 {
  74. flex: 4;
  75. margin-left: 30rpx;
  76. font-size: 28rpx;
  77. }
  78. .container .range .value.data-v-4b369518 {
  79. flex: 1;
  80. font-size: 28rpx;
  81. color: #A6A6A6;
  82. }
  83. .container .range .value ._img.data-v-4b369518 {
  84. margin-left: 15rpx;
  85. width: 20rpx;
  86. height: 25rpx;
  87. }
  88. .data-v-4b369518 .uni-searchbar {
  89. padding: 10rpx;
  90. }
  91. .data-v-4b369518 .uni-searchbar__box {
  92. padding: 0;
  93. height: 60rpx;
  94. }