Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
bdideal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8c577267
authored
Feb 28, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我们的产品swiper
parent
1993f14f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
html/products.html
+0
-0
style/products.less
+18
-1
No files found.
html/products.html
View file @
8c577267
This diff is collapsed.
Click to expand it.
style/products.less
View file @
8c577267
...
@@ -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:
22
px;
padding-top:
16
px;
font-size:18px;
font-size:18px;
font-weight:400;
font-weight:400;
color:rgba(0,0,0,1);
color:rgba(0,0,0,1);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment