|
@@ -258,7 +258,40 @@ table.table.table-striped thead {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 分页 End */
|
|
/* 分页 End */
|
|
|
-
|
|
|
|
|
|
|
+.form-horizontal .control-label{
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ padding-right: 0;
|
|
|
|
|
+}
|
|
|
|
|
+.form-horizontal .padding-0,.form-horizontal .padding-0 .col-xs-2{
|
|
|
|
|
+ /*padding-left: 0;*/
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+}
|
|
|
|
|
+.form-horizontal .padding-0 .col-xs-2{
|
|
|
|
|
+ width: 90px;
|
|
|
|
|
+}
|
|
|
|
|
+.form-horizontal .padding-0 .col-xs-10{
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #5078cb;
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+}
|
|
|
|
|
+#xlsFile{
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+}
|
|
|
|
|
+.form-horizontal .padding-0 .col-xs-2 span{
|
|
|
|
|
+ width: 84px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ /*background: #f5f5f5;*/
|
|
|
|
|
+ background: linear-gradient(to top, rgba(245,245,245,.5), rgba(245,245,245,1));
|
|
|
|
|
+ /*color: #fff;*/
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ line-height: 28px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ border: #ccc 1px solid;
|
|
|
|
|
+ border-radius: 5px;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
<!-- block start -->
|
|
<!-- block start -->
|
|
|
<div class="block">
|
|
<div class="block">
|
|
@@ -284,11 +317,31 @@ table.table.table-striped thead {
|
|
|
</div>
|
|
</div>
|
|
|
<div class="headerline">
|
|
<div class="headerline">
|
|
|
<div class="index"></div>
|
|
<div class="index"></div>
|
|
|
- <div class="content f16 text-bold">第二步、上传已经填好的Excel文件</div>
|
|
|
|
|
|
|
+ <div class="content f16 text-bold">第二步、上传Excel文件</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="box-item" ng-hide="box2Closed">
|
|
<div class="box-item" ng-hide="box2Closed">
|
|
|
<form class="form-horizontal">
|
|
<form class="form-horizontal">
|
|
|
- <div class="form-group">
|
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <!--<label class="control-label col-xs-3" for="xlsFile" style="width: 186px;">请上传已经填写好的Excel文件</label>-->
|
|
|
|
|
+ <div class="padding-0 col-xs-9">
|
|
|
|
|
+ <div class="col-xs-2">
|
|
|
|
|
+ <span>选择文件</span>
|
|
|
|
|
+ <input required ng-file-select accept="*.xls,*.xlsx"
|
|
|
|
|
+ ng-model="myFiles" type="file" ng-multiple="false"
|
|
|
|
|
+ class="form-control input-sm" id="xlsFile" name="xlsFile"
|
|
|
|
|
+ placeholder="请上传.xls或.xlsx文件" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-xs-10">
|
|
|
|
|
+ <span>{{fileName}}</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-xs-12" style="margin: 10px 0">
|
|
|
|
|
+ <button ng-click="upload()" class="btn btn-success btn-sm">
|
|
|
|
|
+ 确认上传 <i class="fa fa-upload"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!--<div class="form-group">
|
|
|
<label class="control-label col-xs-3" for="xlsFile">请上传已经填写好的Excel文件</label>
|
|
<label class="control-label col-xs-3" for="xlsFile">请上传已经填写好的Excel文件</label>
|
|
|
<div class="col-xs-4">
|
|
<div class="col-xs-4">
|
|
|
<input required ng-file-select accept="*.xls,*.xlsx"
|
|
<input required ng-file-select accept="*.xls,*.xlsx"
|
|
@@ -301,8 +354,8 @@ table.table.table-striped thead {
|
|
|
<button ng-click="upload()" class="btn btn-success btn-sm">
|
|
<button ng-click="upload()" class="btn btn-success btn-sm">
|
|
|
确认上传 <i class="fa fa-upload"></i>
|
|
确认上传 <i class="fa fa-upload"></i>
|
|
|
</button>
|
|
</button>
|
|
|
- </div class="col-xs-4">
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>-->
|
|
|
<div>
|
|
<div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 分页 Start -->
|
|
<!-- 分页 Start -->
|