v2.0.2 2.0版本上线
This commit is contained in:
Weilanwl
2018-12-23 03:03:40 +08:00
parent df555a143e
commit 967f46ae3d
257 changed files with 11663 additions and 4566 deletions
+38
View File
@@ -0,0 +1,38 @@
.ABox {
color: #666;
padding: 15px;
border-radius: 6px;
width: 45%;
margin: 0 2.5% 20px;
background-image: url(https://image.weilanwl.com/color2.0/cardBg.png);
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.ABox::after {
content: "";
position: absolute;
z-index: -1;
background-color: inherit;
width: 100%;
height: 100%;
left: 0;
bottom: -10%;
border-radius: 5px;
opacity: 0.2;
transform: scale(0.9, 0.9);
}
.Box {
color: #666;
padding: 15px;
border-radius: 6px;
width: 45%;
margin: 0 2.5% 20px;
background-image: url(https://image.weilanwl.com/color2.0/cardBg.png);
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}