mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
天气的基础功能
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user