Commit 8c577267 by hank

我们的产品swiper

parent 1993f14f
......@@ -488,11 +488,13 @@ ul {
position: absolute;
opacity: 0;
transition: all 1s;
display: none;
}
}
.show-mask {
&::after {
opacity: 1;
display: block;
}
}
......@@ -520,13 +522,28 @@ ul {
width: 100%;
height: 100%;
}
.tag-list {
list-style: circle;
overflow: hidden;
width: 100%;
padding-left: 32px;
padding-top: 10px;
li {
list-style: disc;
float: left;
font-size: 12px;
padding-right: 22px;
color:rgba(0,0,0,0.6);
}
}
}
.item-title {
padding-left: 19px;
padding-top: 22px;
padding-top: 16px;
font-size:18px;
font-weight:400;
color:rgba(0,0,0,1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment