Nessuna descrizione

inspectionHuatanDeatilMap.wxss 653B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* packageA/pages/historicalTrackDetailMap/historicalTrackDetailMap.wxss */
  2. page {
  3. color: #555;
  4. font-weight: 600;
  5. font-size: 32rpx;
  6. }
  7. .mapSize {
  8. height: 65vh;
  9. width: 100%;
  10. }
  11. .imageSign {
  12. display: flex;
  13. justify-content: space-between;
  14. margin-top: 15rpx;
  15. }
  16. .imageSign view {
  17. width: 33.33%;
  18. text-align: center;
  19. }
  20. .imageSign view image {
  21. width: 45rpx;
  22. height: 70rpx;
  23. transform: translateY(10rpx);
  24. }
  25. .word {
  26. padding: 30rpx;
  27. letter-spacing: 1px;
  28. }
  29. .imgaesBLOCK {
  30. padding: 0 30rpx;
  31. display: flex;
  32. justify-content: space-between;
  33. flex-wrap: wrap;
  34. }
  35. .picturesSize {
  36. width: 48%;
  37. height: 300rpx;
  38. margin-bottom: 30rpx;
  39. }