Commit 8c577267 by hank

我们的产品swiper

parent 1993f14f
...@@ -488,11 +488,13 @@ ul { ...@@ -488,11 +488,13 @@ ul {
position: absolute; position: absolute;
opacity: 0; opacity: 0;
transition: all 1s; transition: all 1s;
display: none;
} }
} }
.show-mask { .show-mask {
&::after { &::after {
opacity: 1; opacity: 1;
display: block;
} }
} }
...@@ -520,13 +522,28 @@ ul { ...@@ -520,13 +522,28 @@ ul {
width: 100%; width: 100%;
height: 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 { .item-title {
padding-left: 19px; padding-left: 19px;
padding-top: 22px; padding-top: 16px;
font-size:18px; font-size:18px;
font-weight:400; font-weight:400;
color:rgba(0,0,0,1); 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