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

样式小调整

This commit is contained in:
2022-02-09 19:20:00 +08:00
parent fceeeb078f
commit 50b858b347
3 changed files with 39 additions and 61 deletions

View File

@@ -28,19 +28,20 @@ body {
float: right;
height: 100%;
line-height: 40px;
margin-right: 12px;
margin-right: 10px;
#weatherSite{
font-size: 16px;
font-size: 13px;
margin-right: 5px;
}
#svg_w{
height: 20px;
height: 15px;
vertical-align: text-bottom;
}
#weatherText{
font-size: 18px;
font-size: 13px;
}
#weatherTemp{
font-size: 18px;
font-size: 13px;
}
}
}
@@ -65,7 +66,7 @@ body {
#transform{
float: left;
top: 1px;
right: 5px;
right: 5px;
width: 90px;
height: 40px;
color: #fff;
@@ -118,18 +119,17 @@ body {
// opacity: 0.5;
ul{
li{
margin: 7px 0;
margin: 7px 5px;
height: 45px;
border-radius: 50px;
background: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
border-radius: 25px;
background: #ffffffc9;
padding: 0 1px 0 12px;
span{
font-size: 16px;
line-height: 45px;
margin-left: 5px;
}
#advertising,
#mouse-style,
#click-per{
.setting-item {
.button {
position: relative;
float: right;