|
|
@@ -295,16 +295,16 @@
|
|
|
|
|
|
/*招标单*/
|
|
|
.tender-list02 dl{width: 100%;margin:0 auto;position: relative;}
|
|
|
- .tender-list02 dl dt{width: 100%;margin:0 auto;height: 40px;}
|
|
|
+ .tender-list02 dl dt{width: 100%;margin:0 auto;height: 40px; border-bottom: #e8e8e8 1px solid;}
|
|
|
.tender-list02 dl dt span{height: 50px;line-height: 50px;display: inline-block;color: #323232;}
|
|
|
.tender-list02 dl dd{width: 100%;margin:0 auto;height: 50px;border-bottom: #ccc 1px dotted;overflow: hidden; }
|
|
|
.tender-list02 dl dd:hover{border: #d32526 1px solid;}
|
|
|
.tender-list02 dl dd:hover span a{ display: inline-block;}
|
|
|
.tender-list02 dl dd span{height: 50px;line-height: 50px;display: inline-block;}
|
|
|
- .tender-list02 dl span{width:11%;font-size: 14px;float: left;text-align: center;}
|
|
|
- .tender-list02 dl span.wid01{ width:22%;}
|
|
|
- .tender-list02 dl span.wid02{ width:18%;}
|
|
|
- .tender-list02 dl span.wid03{ width:5%;}
|
|
|
+ .tender-list02 dl span{width:13%;font-size: 14px;float: left;text-align: center;}
|
|
|
+ .tender-list02 dl span.wid01{ width:20%;}
|
|
|
+ .tender-list02 dl span.wid02{ width:20%;}
|
|
|
+ .tender-list02 dl span.wid03{ width:3%;}
|
|
|
.tender-list02 .editable{ text-align: center; width: 100%;}
|
|
|
.tender-list02 .scroll-y dd input{width: 100%; height: 34px; border: none; font-size: 14px; padding-left: 4px; text-align: center; vertical-align: middle; line-height: 34px;}
|
|
|
.tender-list02 dl span.wid03 a{ display: none;}
|
|
|
@@ -408,8 +408,12 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
#li01 .input-group{
|
|
|
- position: absolute;
|
|
|
+ /* position: absolute;*/
|
|
|
+ position: inherit;
|
|
|
+ }
|
|
|
+ #li01 .input-group input{
|
|
|
width: 155px;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
#li01 .input-group-addon{
|
|
|
width: 30px;
|
|
|
@@ -417,11 +421,12 @@
|
|
|
height: 34px;
|
|
|
padding: 0;
|
|
|
display: inline-block;
|
|
|
- position: absolute;
|
|
|
- top: 8.5px;
|
|
|
+ position: relative;
|
|
|
+ top: -50px;
|
|
|
right: -7px;
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
+ left: 40%;
|
|
|
}
|
|
|
.dropdown-menu {
|
|
|
min-width: 150px;
|
|
|
@@ -574,24 +579,20 @@
|
|
|
<!--<span class="wid01">-->
|
|
|
<!--<input type="text" ng-model="prod.prodTitle" placeholder="点击填入产品名称" required/>-->
|
|
|
<!--</span>-->
|
|
|
- <span class="wid01">
|
|
|
- <div class="input-group">
|
|
|
- <input type="text" style="width: 192px; text-align: left;" class="input01" name="kindName" ng-model="prod.prodTitle" required placeholder="请输入或选择分类" spellcheck = "false" autocomplete="off" />
|
|
|
+ <span class="input-group wid01">
|
|
|
+ <input type="text" style="width: 165px; text-align: left;" class="input01" name="kindName" ng-model="prod.prodTitle" required placeholder="请输入或选择分类" spellcheck = "false" autocomplete="off" />
|
|
|
<!-- typeahead="kind.nameCn for kind in getSimilarKinds($viewValue)"
|
|
|
typeahead-on-select="onAssociateKindClick($item)" -->
|
|
|
<div class="input-group-addon" ng-click="selectKind(prod)">
|
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
|
|
</div>
|
|
|
- </div>
|
|
|
</span>
|
|
|
<!--<span class="wid02"><input type="text" ng-model="prod.brand" placeholder="点击填入品牌" /></span>-->
|
|
|
- <span class="wid02">
|
|
|
- <div class="input-group">
|
|
|
- <input type="text" style="width: 100%; text-align: left;" ng-change="getSimilarBrands(prod.brand)" class="input01" name="brandName" ng-model="prod.brand" required placeholder="请输入或选择品牌" spellcheck = "false" typeahead="prod.brandCn for prod in getSimilarBrands($viewValue)" autocomplete="off" typeahead-on-select="onAssociateBrandClick($item, prod)" />
|
|
|
+ <span class="input-group wid02">
|
|
|
+ <input type="text" style="width: 93%; text-align: left;" ng-change="getSimilarBrands(prod.brand)" class="input01" name="brandName" ng-model="prod.brand" required placeholder="请输入或选择品牌" spellcheck = "false" typeahead="prod.brandCn for prod in getSimilarBrands($viewValue)" autocomplete="off" typeahead-on-select="onAssociateBrandClick($item, prod)" />
|
|
|
<div class="input-group-addon" ng-click="selectBrand(prod)">
|
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
|
|
</div>
|
|
|
- </div>
|
|
|
</span>
|
|
|
<span class="codeInput"><input type="text" ng-model="prod.unit" placeholder="点击填入单位" required/></span>
|
|
|
<span class="codeInput" style="margin-left: 4px;"><input type="text" ng-model="prod.qty" ng-pattern="/^\+?[1-9][0-9]*$/" placeholder="点击填入数量" required/></span>
|
|
|
@@ -642,9 +643,9 @@
|
|
|
<div class="col-xs-12" style="border-bottom: 1px dashed #327ebe;">
|
|
|
<div class="tender-desc">供应商报名要求</div>
|
|
|
</div>
|
|
|
- <div class="col-xs-12">
|
|
|
+ <div class="col-xs-12" style="padding-top: 10px;">
|
|
|
<div class="tender-desc">交易方式:</div>
|
|
|
- <input class="tender-input" style="width: 80%; text-align: left;" required name="payment" type="text" ng-model="tender.payment" placeholder="必填,填写付款方式,如现金、月结30天等"/>
|
|
|
+ <input class="tender-input" style="width: 80%; text-align: left; height: 34px; padding-left: 10px; border: #ccc 1px solid;" required name="payment" type="text" ng-model="tender.payment" placeholder="必填,填写付款方式,如现金、月结30天等"/>
|
|
|
</div>
|
|
|
<div class="col-xs-2"></div>
|
|
|
<div class="col-xs-12">
|