You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
CSS
27 lines
1.2 KiB
CSS
.wechat_button {left:10px}
|
|
p {padding-bottom: 18px}
|
|
h2{ padding: 50px 0 20px 0;}
|
|
h3 { padding: 35px 0 20px 0;}
|
|
h4{margin: 15px 0;}
|
|
table.infotable th, table.monthWeather th {font-family: 'Calibri';font-size:18px;line-height:20px;}
|
|
@media (max-width: 768px) {
|
|
h2{ padding: 50px 15px 20px 15px;}
|
|
h3 { padding: 50px 15px 20px 15px;}
|
|
p{padding: 0 15px 18px 15px}
|
|
.infoimage, .infovideo {margin: 0 15px 30px 15px}
|
|
ul.traintype li {padding: 5px;}
|
|
.notescollapse{padding:0 15px;}
|
|
.tripnotes {padding-left: 0;}
|
|
.tripnotescontent p{padding: 0 0px 18px 0px}
|
|
.table-responsive {padding-left: 15px;padding-right: 15px;
|
|
}
|
|
}
|
|
/*train index*/
|
|
.tripnotes {font-size: 22px;margin: 15px 0;position: relative}
|
|
.tripnotes h4 {margin: 0px;font-weight: normal;}
|
|
.tripnotes .CloseIcon,.tripnotes .OpenIcon {top: calc(50% - 5px);right: 0;position: absolute;}
|
|
.whatsnewinfo {margin-bottom: 20px;}
|
|
.whatsnewinfo:last-child {margin-bottom: 0;}
|
|
ul.traintype{ display:block; margin-bottom:10px; min-height:38px; padding:0px;}
|
|
ul.traintype li{background: #fff; display: block; float: left; padding: 5px 15px; color: #000; border: 1px solid #d1d1d1; margin-right: 10px; border-radius: 5px;}
|
|
ul.traintype li.active {background: #ad1818; color: #fff;} |