Line 613: | Line 613: | ||
height:100%; | height:100%; | ||
} | } | ||
+ | |||
+ | .subway_stops{ | ||
+ | width:100%; | ||
+ | } | ||
+ | .subway_stops > ul{ | ||
+ | paddding:0 !important; | ||
+ | margin:3vw 0 !important; | ||
+ | } | ||
+ | .subway_stops > ul li{ | ||
+ | width:100%; | ||
+ | height:14rem !important; | ||
+ | float:left; | ||
+ | padding:2rem 1rem; | ||
+ | box-sizing:border-box; | ||
+ | transition: all 0.3s ease; | ||
+ | } | ||
+ | .subway_stops ul li:nth-of-type(odd){ | ||
+ | background:rgba(0,0,0,0.02); | ||
+ | } | ||
+ | .subway_stops ul li:hover{ | ||
+ | background:rgba(0,0,0,0.1); | ||
+ | |||
+ | } | ||
+ | .subway_stops ul li a p{ | ||
+ | font-weight:100 !important; | ||
+ | color:#999999 !important; | ||
+ | float:right; | ||
+ | margin-top:-2rem !important; | ||
+ | width:calc(100% - 4rem) !important; | ||
+ | font-size:0.2vw !important; | ||
+ | } | ||
+ | .subway_stops ul li h4{ | ||
+ | color:#070707 !important; | ||
+ | } | ||
+ | .subway_stops ul li h4:first-letter{ | ||
+ | float: left; | ||
+ | font-size: 4.5rem; | ||
+ | line-height: 4.5rem; | ||
+ | padding:0 0.5rem; | ||
+ | color: #BBBBBB; | ||
+ | } | ||
+ | |||
+ | |||
.bodycontent .reference ul li{ | .bodycontent .reference ul li{ | ||
font-size: 0.7rem; | font-size: 0.7rem; | ||
Line 655: | Line 698: | ||
} | } | ||
100%{ | 100%{ | ||
− | transform:rotate( | + | transform:rotate(10deg); |
} | } | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 07:06, 16 September 2018