1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 16:35:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

天气的基础功能

This commit is contained in:
zhneglili
2022-02-09 14:11:33 +08:00
parent dd73fb03ed
commit 7269396151
232 changed files with 970 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ a {
text-decoration: none;
}
body {
background: linear-gradient(to right bottom, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
background: url(../image/weather/yun.webp);
/* background: linear-gradient(to right bottom, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%); */
}
#popup {
min-height: 450px;
@@ -23,6 +24,22 @@ body {
#popup header img {
height: inherit;
}
/* 天气的css */
#weather{
display: inline-block;
}
#weatherSite{
display: inline-block;
}
#weatherText{
display: inline-block
}
#weatherTemp{
display: inline-block
}
/* 天气的css end */
#popup .article ul li {
margin: 5px 0;
height: 45px;