return图标

master
Ling 2 years ago
parent ff0959e490
commit d9da753cb8

@ -4,8 +4,6 @@ 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;}
.tripnotes {position: relative;}
.tripnotes .OpenIcon,.tripnotes .CloseIcon{position: absolute; top: 30px; right:0;}
@media (max-width: 768px) {
h2{ padding: 50px 15px 20px 15px;}
h3 { padding: 50px 15px 20px 15px;}
@ -17,4 +15,13 @@ table.infotable th, table.monthWeather th {font-family: 'Calibri';font-size:18px
.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;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Loading…
Cancel
Save