warehouselist.wxss 860 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. map{
  2. height: 40vh;
  3. width: 100vw;
  4. }
  5. .map{
  6. height: 40vh;
  7. width: 100vw;
  8. position: relative;
  9. }
  10. .map canvas{
  11. width:100%;
  12. height: 100%;
  13. }
  14. .map_view{
  15. margin: 30rpx 30rpx;
  16. }
  17. .map_view view{
  18. display: flex;
  19. flex-direction: row;
  20. font-size: 34rpx;
  21. line-height: 50rpx;
  22. padding-bottom: 10rpx;
  23. }
  24. .map_view view span{
  25. width: 240rpx;
  26. text-align: right;
  27. color: #181818;
  28. }
  29. .map_view view i{
  30. color: rgb(146, 146, 146);
  31. white-space:normal;
  32. word-break:break-all;
  33. word-wrap:break-word
  34. }
  35. .map_btn{
  36. background: rgba(0, 0, 0, 0.479);
  37. display: flex;
  38. flex-direction: row;
  39. width: 220rpx;
  40. height: 70rpx;
  41. position: absolute;
  42. right:20rpx;
  43. bottom:20rpx;
  44. z-index: 99999;
  45. border-radius: 50rpx;
  46. justify-content: space-evenly;
  47. align-items: center;
  48. }
  49. .map_btn .iconfont{
  50. color: #fff;
  51. font-size: 50rpx;
  52. }
  53. .logo-text{
  54. display: none;
  55. }