Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
c9654f81a5ae0d31561b039a7bfd2a33eea9f611
1 parent
35d71851
img attatch
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
100 additions
and
0 deletions
apps/home/views/partial/returns-upload.hbs
public/js/home/returns-apply.js
public/scss/home/_returns-apply.css
apps/home/views/partial/returns-upload.hbs
View file @
c9654f8
...
...
@@ -42,3 +42,34 @@
</div>
</div>
</div>
<div
class=
"upload-img-example"
>
<div
class=
"exp-wrap"
>
<p
class=
"exp-title"
>
请按照示例传图
<span
class=
"icon iconfont icon-up"
>

</span>
<span
class=
"icon iconfont icon-down"
>

</span>
</p>
<ul
class=
"exp-img-list clearfix"
>
<li>
<img
src=
"//img12.static.yhbimg.com/evidenceImages/2017/07/11/14/0226626181f8e333be04a29d7d182c859d.png?imageView2/2/w/160/h/160/interlace/1"
>
<span>
瑕疵细节
</span>
</li>
<li
class=
"plus"
>
+
</li>
<li>
<img
src=
"//img11.static.yhbimg.com/evidenceImages/2017/07/11/14/011977ec9da18e3a06a0e808fc350bc269.png?imageView2/2/w/160/h/160/interlace/1"
>
<span>
合格证
</span>
</li>
<li
class=
"plus"
>
+
</li>
<li>
<img
src=
"//img11.static.yhbimg.com/evidenceImages/2017/07/11/14/015426f911d9257a4b3bee550529879246.png?imageView2/2/w/160/h/160/interlace/1"
>
<span>
条码标签
</span>
</li>
<li
class=
"plus"
>
+
</li>
<li>
<img
src=
"//img12.static.yhbimg.com/evidenceImages/2017/07/11/14/0277d1a5157ae8282a76269c5c18e1e99e.png?imageView2/2/w/160/h/160/interlace/1"
>
<span>
领标
</span>
</li>
</ul>
</div>
</div>
</div>
...
...
public/js/home/returns-apply.js
View file @
c9654f8
...
...
@@ -707,3 +707,7 @@ $('.re-tips').on('click', '.icon-tip-help', function() {
]
}).
show
();
});
$
(
'.exp-title'
).
click
(
function
()
{
$
(
this
).
parent
().
toggleClass
(
'hide-exp'
);
});
...
...
public/scss/home/_returns-apply.css
View file @
c9654f8
...
...
@@ -268,6 +268,71 @@
}
}
.upload-img-example
{
color
:
#aaa
;
padding-left
:
175px
;
padding-right
:
32px
;
font-size
:
13px
;
.exp-wrap
{
padding
:
10px
20px
;
background-color
:
#fbfbfb
;
}
.exp-title
{
line-height
:
2
;
cursor
:
pointer
;
.icon
{
font-size
:
12px
;
}
.icon-down
{
display
:
none
;
}
}
.hide-exp
.exp-title
{
.icon-up
{
display
:
none
;
}
.icon-down
{
display
:
inline
;
}
}
.hide-exp
.exp-img-list
{
display
:
none
;
}
.exp-img-list
{
margin-top
:
10px
;
text-align
:
center
;
li
{
width
:
60px
;
float
:
left
;
}
img
{
width
:
60px
;
height
:
60px
;
}
span
{
line-height
:
2
;
color
:
#444
;
}
.plus
{
width
:
30px
;
line-height
:
60px
;
font-size
:
14px
;
}
}
}
.refund-detail
{
padding-top
:
20px
;
text-align
:
center
;
...
...
Please
register
or
login
to post a comment