|
|
@@ -103,6 +103,9 @@
|
|
|
border-radius: 2px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
+ .import-input span input:hover {
|
|
|
+ cursor:pointer;
|
|
|
+ }
|
|
|
.product-file .content .batch .row a.load-btn{
|
|
|
color: #5078cb;
|
|
|
font-size: 12px;
|
|
|
@@ -122,6 +125,10 @@
|
|
|
.import-area .check-act{
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
+
|
|
|
+ .import-area .check-act:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
.import-area .check-act:last-child{
|
|
|
margin-left: 45px;
|
|
|
}
|
|
|
@@ -149,7 +156,7 @@
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
.import-input span{
|
|
|
- width: 350px;
|
|
|
+ width: 460px;
|
|
|
margin: 0 auto;
|
|
|
float: left;
|
|
|
position: relative;
|
|
|
@@ -333,7 +340,7 @@
|
|
|
<div class="batch" ng-if="style == 'batch'">
|
|
|
<div class="row">
|
|
|
<span class="dot"><em>1</em></span>
|
|
|
- 下载Excle导入模板,在模板上编辑产品信息
|
|
|
+ 下载Excel导入模板,在模板上编辑产品信息
|
|
|
<a class="btn01" style="margin-left: 35px;" ng-click="download()" title="下载模板">下载模板</a>
|
|
|
<a class="load-btn" ng-click="showImg()" title="查看表格示例">查看表格示例</a>
|
|
|
</div>
|
|
|
@@ -346,12 +353,12 @@
|
|
|
<label class="check-act">
|
|
|
<input type="radio" id="1" name="radio2" checked/>
|
|
|
<label for="1"></label>
|
|
|
- 统一规定运费
|
|
|
+ 不导入
|
|
|
</label>
|
|
|
<label class="check-act">
|
|
|
<input type="radio" id="2" name="radio2"/>
|
|
|
<label for="2"></label>
|
|
|
- 按总金额计算
|
|
|
+ 更新产品信息
|
|
|
</label>
|
|
|
</p>
|
|
|
<div class="import-input">
|
|
|
@@ -359,8 +366,8 @@
|
|
|
<input type="text" name="txt" id="upload_text" />
|
|
|
<a class="btn01" ng-click="">选择文件</a>
|
|
|
<input type="file" onchange="upload_text.value=this.value" class="upload01" />
|
|
|
+ <a class="btn01 blue-bg" ng-click="">导入</a>
|
|
|
</span>
|
|
|
- <a class="btn01 blue-bg" ng-click="">导入</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|