修改css

master
cyc 6 years ago
parent 68fb739f3b
commit 1fe9acd567

@ -8,6 +8,55 @@ h3 { font-size: 22px !important; margin:30px 0 10px; }
#banner { display: block; position: relative; }
#banner h1 { position: absolute; background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; font-size: 28px; bottom: 0; width: 100%; padding: 15px; text-align: center; left: 0; color: #fff; border-radius: 4px 4px 0 0; margin: 0 !important }
#banner h1.AboutUs { color: #fff; display: block; font-family: fontawesome; font-size: 30px; font-weight: normal; left: 0; top: -365px; line-height: 37px; position: absolute; text-align: left; width: 600px; background: none; border-bottom: none; }
p {
font-size: 19px;
line-height: 30px;
font-weight: 300;}
/* new fonts */
/* latin */
@font-face {font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'), url(https://data.asiahighlights.com/css/fonts/5aUu9_-1phKLFgshYDvh6Vwt5alOqEp2iw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* latin */
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(https://data.asiahighlights.com/css/fonts/5aUz9_-1phKLFgshYDvh6Vwt7VptvQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(https://data.asiahighlights.com/css/fonts/5aUu9_-1phKLFgshYDvh6Vwt5eFIqEp2iw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
font-family: 'Hind Madurai';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Hind Madurai Light'), local('HindMadurai-Light'), url(https://data.asiahighlights.com/css/fonts/f0Xu0e2p98ZvDXdZQIOcpqjfXaUXfsEp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
font-family: 'Hind Madurai';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Hind Madurai Regular'), local('HindMadurai-Regular'), url(https://data.asiahighlights.com/css/fonts/f0Xx0e2p98ZvDXdZQIOcpqjX9ocC.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*info detail*/
.InformationDetail { background: #f1f1f1; margin-top: -32px; padding-bottom: 10px; }
.InfoDetail { margin-top: 30px; }
@ -25,10 +74,16 @@ ul.ArticleList li.cityName { background:#d1d1d1; font-size:16px;padding-left:15p
.learnMore i { font-size:130%;}
/* only use without banner */
.withH1 { display: block; background:#f9f9f9; margin-top:0 !important; padding-top:0 !important; border-top:2px solid #d9d9d9;}
.withH1 h1{ margin:-10px 0 35px !important; border-bottom: none !important;font-size: 30px}
.withH1 h1{margin: -10px 0 35px !important;
border-bottom: none !important;
text-align: center;
font-family: 'Alegreya Sans',sans-serif;
font-size: 45px;
font-weight: 700;}
.withH1 .crumbNav { margin-top:-15px !important;}
.warningPart{border-radius: 4px;border: 1px dashed #ad1818; padding: 10px 10px 0;}
.Information h2.RedBorder { text-align: left; }
.Information{margin-top: -80px;}
.ArticleInfo { padding-bottom: 10px; }
table.InfoTable { border-top: 3px solid #d6d6d6; text-align: center; width: 100%; background: #fff; margin-bottom:20px; }
table th, td { font-size: 14px; text-align: center; padding-bottom: 10px; padding-top: 10px; border: 1px solid #d6d6d6; }

Loading…
Cancel
Save