【侧边栏】爱发电网站样式统一为圆形

This commit is contained in:
1152958806@qq.com 2023-11-09 00:25:50 +08:00
parent dfd09553ff
commit 61ecae628d
1 changed files with 11 additions and 4 deletions

View File

@ -7521,10 +7521,11 @@ span.fund_name {
#power-star-image {
width: 60px;
height: 60px;
border-radius: 8px;
border-radius: 60px;
background-size: cover;
margin-right: 12px;
border: var(--style-border-always)
border: var(--style-border-always);
transition: .3s ease-out
}
a#power-star {
@ -7537,12 +7538,18 @@ a#power-star {
justify-content: flex-start;
position: relative;
margin: 12px 0;
background: var(--heo-secondbg)
background: var(--heo-secondbg);
transition: .3s ease-out
}
a#power-star:hover {
background: var(--heo-lighttext);
color: var(--heo-card-bg)
color: var(--heo-card-bg);
box-shadow: var(--heo-shadow-theme)
}
a#power-star:hover #power-star-image {
transform: scale(.9);
}
div#power-star-title {