卡片样式适配移动端
This commit is contained in:
@@ -407,13 +407,13 @@
|
||||
|
||||
.conf-card-info::after {
|
||||
content: "";
|
||||
width: 30rem;
|
||||
width: 20rem;
|
||||
height: 50rem;
|
||||
background: cadetblue;
|
||||
transform: rotate(30deg);
|
||||
position: absolute;
|
||||
transform: rotate(-30deg);
|
||||
top: -10rem;
|
||||
left: -23rem;
|
||||
left: -17rem;
|
||||
top: -15rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user