| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* packageA/pages/historicalTrackDetailMap/historicalTrackDetailMap.wxss */
- page {
- color: #555;
- font-weight: 600;
- font-size: 32rpx;
- }
- .mapSize {
- height: 65vh;
- width: 100%;
- }
- .imageSign {
- display: flex;
- justify-content: space-between;
- margin-top: 15rpx;
- }
- .imageSign view {
- width: 33.33%;
- text-align: center;
- }
- .imageSign view image {
- width: 45rpx;
- height: 70rpx;
- transform: translateY(10rpx);
- }
- .word {
- padding: 30rpx;
- letter-spacing: 1px;
- }
- .imgaesBLOCK {
- padding: 0 30rpx;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .picturesSize {
- width: 48%;
- height: 300rpx;
- margin-bottom: 30rpx;
- }
|