Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

map.wxss 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .allAddress {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. top: 0;
  6. }
  7. .allAddress .bottom {
  8. width: calc(100% - 40rpx);
  9. height: 200rpx;
  10. position: absolute;
  11. z-index: 999;
  12. background: #fff;
  13. bottom: 0;
  14. padding: 20rpx;
  15. }
  16. .allAddress .bottom .btn {
  17. width: 130rpx;
  18. height: 54rpx;
  19. background: #00B38B;
  20. border-radius: 32rpx;
  21. font-size: 28rpx;
  22. font-weight: 500;
  23. color: #fff;
  24. line-height: 52rpx;
  25. text-align: center;
  26. margin-top: 10rpx;
  27. position: absolute;
  28. right: 40rpx;
  29. bottom: 30rpx;
  30. z-index: 999;
  31. }
  32. .allAddress .bottom .title {
  33. font-size: 32rpx;
  34. font-weight: 400;
  35. color: #101010;
  36. margin-left: 10rpx;
  37. }
  38. .allAddress .bottom .line {
  39. font-size: 24rpx;
  40. font-weight: 400;
  41. color: #999999;
  42. margin-top: 10rpx;
  43. margin-left: 10rpx;
  44. }
  45. .allAddress .map {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .allAddress .map .prop_bottom {
  50. display: flex;
  51. justify-content: center;
  52. }
  53. .allAddress .map .arr {
  54. width: 32rpx;
  55. height: 32rpx;
  56. bottom: 12rpx;
  57. position: relative;
  58. }
  59. .allAddress .map .proprt {
  60. position: relative;
  61. z-index: 9999;
  62. }
  63. .allAddress .map .detail {
  64. background-color: #ffffff;
  65. display: flex;
  66. flex-direction: column;
  67. padding: 20rpx;
  68. border-radius: 16rpx;
  69. justify-content: space-between;
  70. position: relative;
  71. z-index: 9999;
  72. }
  73. .allAddress .map .detail .title {
  74. font-size: 32rpx;
  75. font-weight: 400;
  76. color: #101010;
  77. }
  78. .allAddress .map .detail .line {
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. color: #999999;
  82. margin-top: 10rpx;
  83. }
  84. .allAddress .map .detail .btn {
  85. width: 150rpx;
  86. height: 48rpx;
  87. background: linear-gradient(270deg, #42a1df 0%, #13e6c1 100%);
  88. border-radius: 32rpx;
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. font-size: 24rpx;
  93. font-weight: 500;
  94. color: #fff;
  95. margin-top: 10rpx;
  96. right: 40rpx;
  97. bottom: 5rpx;
  98. }