map.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/home/map/map.wxss */
  2. .topNav {
  3. width: 750rpx;
  4. height: 112rpx;
  5. box-shadow: 5rpx 5rpx 15rpx rgba(0, 0, 0, .2);
  6. background: #FFFFFF;
  7. }
  8. .topNav .inputBox {
  9. padding: 20rpx 32rpx;
  10. }
  11. .topNav .inputBox .le {
  12. width: 502rpx;
  13. height: 72rpx;
  14. background: #F2F2F2;
  15. border-radius: 36rpx;
  16. padding: 0 35rpx;
  17. }
  18. .topNav .inputBox input {
  19. font-size: 28rpx;
  20. }
  21. .topNav .inputBox .lr {
  22. font-size: 28rpx;
  23. color: #191C27;
  24. }
  25. .topNav .inputBox .lr .icon {
  26. width: 30rpx;
  27. height: 30rpx;
  28. }
  29. .contioner {
  30. position: fixed;
  31. width: 750rpx;
  32. height: 100vh;
  33. }
  34. .contioner map {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .footerBox {
  39. width: 718rpx;
  40. background: #FFFFFF;
  41. box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0, 0, 0, 0.2);
  42. border-radius: 12rpx;
  43. position: fixed;
  44. bottom: 5%;
  45. left: 50%;
  46. transform: translate(-50%, 0);
  47. padding: 40rpx 30rpx;
  48. }
  49. .footerBox .le {
  50. height: 100%;
  51. }
  52. .footerBox .tit {
  53. font-size: 30rpx;
  54. font-weight: 500;
  55. color: #191C27;
  56. }
  57. .footerBox .tipsBox .tips {
  58. border-radius: 2rpx;
  59. padding: 4rpx 6rpx;
  60. font-size: 22rpx;
  61. text-align: center;
  62. }
  63. .footerBox .tipsBox .tips.orage {
  64. color: #FF663D;
  65. background: #FFF3EA;
  66. }
  67. .footerBox .tipsBox .tips.blue {
  68. color: #4699FF;
  69. background: #E8F2FF;
  70. }
  71. .footerBox .box {
  72. font-size: 24rpx;
  73. color: #666666;
  74. }
  75. .footerBox .lr .icon {
  76. width: 40rpx;
  77. height: 40rpx;
  78. }
  79. .footerBox .lr .top {
  80. font-size: 26rpx;
  81. color: #191C27;
  82. }
  83. .footerBox .lr .footer {
  84. font-size: 24rpx;
  85. color: #666666;
  86. }
  87. .location {
  88. width: 80rpx;
  89. height: 80rpx;
  90. background: #FFFFFF;
  91. box-shadow: 0px 10rpx 20rpx 0px rgba(0, 0, 0, 0.1);
  92. border-radius: 10rpx;
  93. position: fixed;
  94. right: 16rpx;
  95. bottom: 30%;
  96. z-index: 10;
  97. }
  98. .location .icon{
  99. width: 48rpx;
  100. height: 48rpx;
  101. }