details.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. width: auto;
  41. padding-left: 20rpx;
  42. padding-right: 20rpx;
  43. height: 70rpx;
  44. position: absolute;
  45. right:20rpx;
  46. bottom:20rpx;
  47. z-index: 99999;
  48. border-radius: 50rpx;
  49. justify-content: space-evenly;
  50. align-items: center;
  51. }
  52. .map_btn .iconfont{
  53. color: #fff;
  54. font-size: 50rpx;
  55. }
  56. .logo-text{
  57. display: none;
  58. }
  59. .xungengdian{
  60. align-items: center;
  61. justify-content: center;
  62. text-align: center;
  63. text-decoration:underline;
  64. color:blue;
  65. }