mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user