卡片样式适配移动端
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user