与本体保持一致,css删除.card限定

This commit is contained in:
shijian 2023-09-13 00:38:47 +08:00
parent 770cf3d059
commit 992cf6e56f
1 changed files with 3 additions and 3 deletions

View File

@ -4548,7 +4548,7 @@ div[data-decoration="bronze"]::after{
writing-mode: vertical-rl; writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl;
} }
.card .tempname.tempimage { .tempname.tempimage {
top: calc(50% - 12.5px); top: calc(50% - 12.5px);
left: 2px; left: 2px;
width: calc(100% - 4px); width: calc(100% - 4px);
@ -4561,7 +4561,7 @@ div[data-decoration="bronze"]::after{
color: black !important; color: black !important;
text-shadow: white 0 0 2px, white 0 0 3px; text-shadow: white 0 0 2px, white 0 0 3px;
} }
.card .tempname.tempimage>div { .tempname.tempimage>div {
width: 100%; width: 100%;
height: 100%; height: 100%;
top: 0; top: 0;
@ -4570,7 +4570,7 @@ div[data-decoration="bronze"]::after{
background-position: -20px -30px; background-position: -20px -30px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.card .tempname.tempimage>span { .tempname.tempimage>span {
position: relative; position: relative;
z-index: 1; z-index: 1;
} }