map.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @charset "UTF-8";
  2. .text-center.data-v-dac14d86 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-dac14d86 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-dac14d86 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-dac14d86 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-dac14d86 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-dac14d86 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-dac14d86 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-dac14d86 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-dac14d86 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .map map.data-v-dac14d86 {
  39. width: 100%;
  40. height: 1334rpx;
  41. }
  42. .map .bottom.data-v-dac14d86 {
  43. position: fixed;
  44. bottom: 0;
  45. left: 0;
  46. width: 750rpx;
  47. padding: 24rpx;
  48. background-color: #ffffff;
  49. }
  50. .map .bottom .mobile.data-v-dac14d86 {
  51. width: 40rpx;
  52. height: 40rpx;
  53. display: block;
  54. }
  55. .map .bottom .general.data-v-dac14d86 {
  56. color: #999999;
  57. font-size: 24rpx;
  58. }