🔀合并主仓库对天气插件的更改

This commit is contained in:
Envision
2024-08-15 21:37:25 +08:00
parent d0e36d80f0
commit 9d2619589b
7 changed files with 120 additions and 128 deletions

View File

@ -187,37 +187,37 @@
.ad-box {
margin-bottom: 20px;
img {
border-radius: 60px;
}
}
.sub-info {
#ad {
border-radius: 60px;
}
#sub-info {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
color: var(--main-text-color);
font-size: 40px;
font-size: 36px;
align-items: center;
}
.sub-info>div {
.sub-item {
display: flex;
align-items: center;
gap: 5px;
overflow: hidden;
padding-left: 20px;
}
/*要问就问html调svg为什么那么不友好*/
img {
transform: translateY(-80px);
/*自定义颜色*/
filter: drop-shadow(var(--main-text-color) 0 80px);
/*自定义透明度*/
opacity: 1;
padding-right: 10px;
}
/*要问就问为什么html调svg那么不友好*/
.sub-svg {
transform: translateY(-80px);
/*此处用作自定义颜色*/
filter: drop-shadow(var(--main-text-color) 0 80px);
/*此处用作自定义透明度*/
opacity: 1;
padding-right: 10px;
}
.attribution-box {
@ -225,16 +225,16 @@
position: relative;
display: flex;
justify-content: center;
}
#attribution-info {
backdrop-filter: blur(10px);
padding: 0 5px 0;
background-color: rgba(0, 0, 0, 0.5);
font-size: 25px;
justify-content: space-between;
display: inline-flex;
word-wrap: break-word;
color: var(--sub-text-color);
text-align: center;
}
#attribution-info {
backdrop-filter: blur(10px);
padding: 0 5px 0;
background-color: rgba(0, 0, 0, 0.5);
font-size: 25px;
justify-content: space-between;
display: inline-flex;
word-wrap: break-word;
color: var(--sub-text-color);
text-align: center;
}