updated 图片调整

This commit is contained in:
PASSER-BY 2023-04-27 20:11:12 +08:00
parent 917cf68bfd
commit 5b506e6484
2 changed files with 10 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -214,7 +214,6 @@ a:hover{
position: relative; position: relative;
display: inline-block; display: inline-block;
height: 36px; height: 36px;
margin-top: -20px;
padding: 0 24px; padding: 0 24px;
background: #2095f2; background: #2095f2;
border: 1px solid rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.05);
@ -240,20 +239,20 @@ a:hover{
right: -160px; right: -160px;
top: 50%; top: 50%;
z-index:999; z-index:999;
width: 150px; width: 160px;
height: 150px; height: 160px;
padding: 5px; margin-top: -84px;
background: #fff;
margin-top: -85px;
border: 2px solid rgba(0,0,0,0.1); border: 2px solid rgba(0,0,0,0.1);
} }
.mod-panel .hd .btn span.qrcode img{ .mod-panel .hd .btn span.qrcode img{
width: 150px; width: 150px;
height: 150px; height: 150px;
padding: 5px;
background: #fff;
} }
.mod-panel .hd .btn span.qrcode::after{ .mod-panel .hd .btn span.qrcode::after{
position: absolute; position: absolute;
left: -8px; left: -6px;
top: 50%; top: 50%;
margin-top: -6px; margin-top: -6px;
display: block; display: block;
@ -261,8 +260,7 @@ a:hover{
width: 12px; width: 12px;
height: 12px; height: 12px;
background: #fff; background: #fff;
border-left: 2px solid rgba(0,0,0,0.1); box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
border-bottom: 2px solid rgba(0,0,0,0.1);
transform: rotate(45deg); transform: rotate(45deg);
} }
.mod-panel .hd .btn:hover { .mod-panel .hd .btn:hover {
@ -698,6 +696,9 @@ a:hover{
padding-right: 0; padding-right: 0;
background: none; background: none;
} }
.mod-panel .hd .btn span.qrcode{
display: none!important;
}
.mod-panel .bd{ .mod-panel .bd{
margin-left: 0; margin-left: 0;
} }