This commit is contained in:
杜恒
2021-01-20 18:28:15 +08:00
parent b835bca92d
commit 10d5b45193
8 changed files with 172 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -510,7 +510,7 @@
&:nth-child(1) .link .sort {
background: #ff183e;
}
&:nth-child(2).link .sort {
&:nth-child(2) .link .sort {
background: #ff5c38;
}
&:nth-child(3) .link .sort {
@@ -551,7 +551,7 @@
right: 0;
bottom: 0;
padding: 10px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
font-size: 12px;
color: var(--seat);
h6 {

View File

@@ -92,6 +92,8 @@ window.Joe = function () {
const aqiColor = { 1: 'FFFFFF', 2: '4A4A4A', 3: 'FFFFFF' };
window.WIDGET = { CONFIG: { layout: 2, width: '220', height: '270', background: style, dataColor: aqiColor[style], language: 'zh', key: key } };
}
new LazyLoad('.lazyload');
};
document.addEventListener('DOMContentLoaded', () => Joe());