warehouse_details.wxss 945 B

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