Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
185a7b5351ee495310c0c10295cbaa1f51185e52
1 parent
9ea963a4
item css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
apps/product/views/action/item.hbs
public/scss/product/_item.css
apps/product/views/action/item.hbs
View file @
185a7b5
...
...
@@ -202,7 +202,7 @@
{{#
basic
}}
<li>
<label
class=
"title"
>
{{
key
}}
<span></span></label>
:
<span
class=
"info"
>
{{
value
}}
</span>
:
<span
class=
"info"
>
{{
value
}}
</span>
</li>
{{/
basic
}}
</ul>
...
...
@@ -211,7 +211,7 @@
{{#
comfort
}}
<li>
<label
class=
"title"
>
{{
name
}}
<span></span></label>
:
<span
class=
"min-des info"
>
{{
minDes
}}
</span>
:
<span
class=
"min-des info"
>
{{
minDes
}}
</span>
{{#
blocks
}}
<span
class=
"comfort-block
{{#if
cur
}}
cur
{{/if}}
"
></span>
{{/
blocks
}}
...
...
public/scss/product/_item.css
View file @
185a7b5
...
...
@@ -319,7 +319,7 @@
height
:
12px
;
border
:
1px
solid
#1d1d1d
;
display
:
inline-block
;
margin
:
0
4
px
;
margin
:
0
3
px
;
position
:
relative
;
top
:
1px
;
}
...
...
@@ -430,7 +430,7 @@
}
img
{
margin-top
:
-
7
px
;
margin-top
:
-
5
px
;
display
:
inline-block
;
border
:
1px
solid
#fff
;
border-radius
:
50%
;
...
...
Please
register
or
login
to post a comment