卡片样式适配移动端

This commit is contained in:
2022-06-04 18:28:00 +08:00
parent ab96982cc4
commit 21244e49e1

View File

@@ -407,13 +407,13 @@
.conf-card-info::after { .conf-card-info::after {
content: ""; content: "";
width: 30rem; width: 20rem;
height: 50rem; height: 50rem;
background: cadetblue; background: cadetblue;
transform: rotate(30deg);
position: absolute; position: absolute;
transform: rotate(-30deg); left: -17rem;
top: -10rem; top: -15rem;
left: -23rem;
z-index: 1; z-index: 1;
} }