|
|
@@ -23,10 +23,10 @@
|
|
|
}
|
|
|
|
|
|
.purc-tender .row {
|
|
|
- margin-left: 0px;
|
|
|
- margin-right: 0px;
|
|
|
- padding-left: 15px;
|
|
|
- padding-right: 15px;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-right: 0;
|
|
|
+ padding-left: 7px;
|
|
|
+ padding-right: 15px;
|
|
|
}
|
|
|
|
|
|
.tender-content {
|
|
|
@@ -384,7 +384,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
line-height: 40px;
|
|
|
display: inline-block;
|
|
|
color: #323232;
|
|
|
- width: 11.6%;
|
|
|
+ width: 13.45%;
|
|
|
border-bottom: #e8e8e8 1px solid;
|
|
|
}
|
|
|
|
|
|
@@ -406,14 +406,17 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
display: inline-block;
|
|
|
- width: 11.5%;
|
|
|
+ width: 13.45%;
|
|
|
font-size: 14px;
|
|
|
float: left;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+.tender-list02 dl dd span:first-child,.tender-list02 dl dt span:first-child{
|
|
|
+ width: 6%;
|
|
|
+}
|
|
|
|
|
|
.tender-list02 dl span.wid01 {
|
|
|
- width: 15%;
|
|
|
+ width: 16.8%;
|
|
|
}
|
|
|
|
|
|
.tender-list02 dl span.wid02 {
|
|
|
@@ -430,7 +433,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
}
|
|
|
|
|
|
.tender-list02 .scroll-y dd input {
|
|
|
- width: 100%;
|
|
|
+ width: 97%;
|
|
|
height: 34px;
|
|
|
border: none;
|
|
|
font-size: 14px;
|
|
|
@@ -889,7 +892,7 @@ input[type="radio"], input[type="checkbox"] {
|
|
|
right: -7px;
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
- left: 40%;
|
|
|
+ left: 39%;
|
|
|
}
|
|
|
.title-div a{
|
|
|
float: right;
|
|
|
@@ -983,7 +986,7 @@ select.disabled {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col-xs-12" id="isOpenChoice">
|
|
|
- <div class="tender-desc">询价类型:</div>
|
|
|
+ <div class="tender-desc" style="margin-left: 7px;">询价类型:</div>
|
|
|
<div class="input-select col-xs-1">
|
|
|
<input class="tender-input" name="inquirytype" type="radio" value="询价" ng-model="inquiry.inquirytype"/>
|
|
|
<span>询价</span>
|
|
|
@@ -1060,7 +1063,7 @@ select.disabled {
|
|
|
<input type="text" name="code" ng-model="prod.prodCode" ng-change="getSimilarCodes(prod.prodCode)" ng-focus="onFocus('code')" placeholder="请输入标准原厂型号" typeahead="prod.code for prod in getSimilarCodes($viewValue)" autocomplete="off" typeahead-on-select="onAssociateCmpClick($item, prod)" spellcheck = "false" required>
|
|
|
</span>
|
|
|
<span class="com01 wid01">
|
|
|
- <input type="text" style="width: 165px; text-align: left;" class="input01" name="kindName" ng-model="prod.prodTitle" required placeholder="请输入或选择分类" spellcheck = "false" autocomplete="off" />
|
|
|
+ <input type="text" style="text-align: left;" class="input01" name="kindName" ng-model="prod.prodTitle" required placeholder="请输入或选择分类" spellcheck = "false" autocomplete="off" />
|
|
|
<div class="input-group-addon" ng-click="selectKind(prod)">
|
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
|
|
</div>
|