map.wxss 601 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .mapbody{
  2. width: 100%;
  3. }
  4. .bottomfloatV{
  5. align-items: center;
  6. left: 0;
  7. right: 0;
  8. bottom: 0;
  9. background-color: whitesmoke;
  10. height: 150rpx;
  11. }
  12. .contensb{
  13. display: flex;
  14. flex-direction: column;
  15. justify-content:flex-start;
  16. }
  17. .itemContent{
  18. padding: 10rpx;
  19. border-bottom-width: 2rpx;
  20. border-bottom-style:outset;
  21. border-bottom-color:lightgray;
  22. }
  23. .addrName{
  24. font-size: 32rpx;
  25. color: black;
  26. height: 40rpx;
  27. line-height: 40rpx;
  28. margin-top: 18rpx;
  29. margin-left: 18rpx;
  30. }
  31. .addrNamedetl{
  32. font-size: 26rpx;
  33. color:darkslategrey;
  34. height: 40rpx;
  35. line-height: 40rpx;
  36. margin-left: 18rpx;
  37. }