mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 16:55:17 +08:00
样式小调整
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user