home.wxss 792 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/home/home.wxss */
  2. .mapLeft {
  3. width: 67px;
  4. height: 142px;
  5. margin-left: 25px;
  6. margin-top: 15px;
  7. background: #FFFFFF;
  8. border-radius: 8px;
  9. }
  10. .mapBotLeft {
  11. width: 96px;
  12. height: 97px;
  13. background: #fff;
  14. position: absolute;
  15. bottom: 105px;
  16. left: 25px;
  17. border-radius: 8px;
  18. }
  19. .tempLine {
  20. width: 95%;
  21. height: 283px;
  22. background: #FFFFFF;
  23. box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
  24. border-radius: 8px 8px 0px 8px;
  25. opacity: 0.95;
  26. margin: auto;
  27. margin-top: -100px;
  28. }
  29. .map {
  30. width: 100%;
  31. height: 427px;
  32. }
  33. .map_text {
  34. position: absolute;
  35. left: 0;
  36. right: 0;
  37. bottom: 0px;
  38. height: 80px;
  39. background: #fff;
  40. padding: 0 15px;
  41. }
  42. text {
  43. margin: 5px 0;
  44. display: block;
  45. font-size: 12px;
  46. }
  47. .h1 {
  48. margin: 15px 0;
  49. font-size: 15px;
  50. }