Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ZhongW
2016-09-22 16:31:56 +0800
Commit
e77883a7b1f4775b14483b75b95e43d18ba405c9
2 parents
066e0a02
7db062dd
Merge branch 'dev_2.2' of
http://git.yoho.cn/fe/yohobuy-portal-fe2
into dev_2.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
code/apps/goods/views/netsale/Batch.html
code/static/sass/module/_edit.scss
code/apps/goods/views/netsale/Batch.html
View file @
e77883a
...
...
@@ -13,7 +13,7 @@
<td>
说明:
</td>
<td
colspan=
"2"
>
1、上传文件必须是
<span
style=
"color:red;"
>
.xlsx
</span>
文件
<br>
2、Excel表头为:
<span
style=
"color: #67D267;"
>
SKN、模块ID(品牌设置:1
;奥莱设置:2;搜索设置:3
)、排序值
</span><br>
2、Excel表头为:
<span
style=
"color: #67D267;"
>
SKN、模块ID(品牌设置:1)、排序值
</span><br>
3、第一行为表头内容,第二行开始为正式内容
<br>
4、每个文件控制在2500行以内
<br>
5、
<a
href=
"/ajax/link/searchSort"
>
下载样例
</a>
...
...
code/static/sass/module/_edit.scss
View file @
e77883a
...
...
@@ -106,7 +106,21 @@ input[type=month] {
}
}
.goods-img-left
{
.remove-item-btn
{
position
:
absolute
;
font-size
:
20px
;
top
:
-10px
;
right
:
-10px
;
cursor
:
pointer
;
color
:
#ccc
;
&
:hover
{
color
:
#000
;
}
}
}
.goods-img-left
{
position
:
relative
;
width
:
130px
;
height
:
200px
;
...
...
Please
register
or
login
to post a comment