|
|
@@ -186,7 +186,7 @@
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td >a {
|
|
|
color: #4290f7;
|
|
|
}
|
|
|
- .seek-purchase .seek-purchase-content >table >tbody >tr .red-text {
|
|
|
+ .seek-purchase .red-text {
|
|
|
color: #f62d37;
|
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr .green-text{
|
|
|
@@ -317,6 +317,40 @@
|
|
|
max-height: 250px;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
+ /*提示框样式 start*/
|
|
|
+ .seek-purchase .com-del-box .title {
|
|
|
+ background-color: #4290f7;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box .content p {
|
|
|
+ line-height: initial;
|
|
|
+ padding-bottom: 7px;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box .content p i{
|
|
|
+ color: #4290f7;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box >div a:first-child {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box >div a:last-child {
|
|
|
+ background-color: #4290f7;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box >div {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box .input-line {
|
|
|
+ margin: 17px 0 21px 0;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box .input-line input {
|
|
|
+ width: 109px;
|
|
|
+ height: 24px;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 12px;
|
|
|
+ padding: 0 10px;
|
|
|
+ }
|
|
|
+ .seek-purchase .com-del-box .btn-line {
|
|
|
+ margin: 0 0 18px 0;
|
|
|
+ }
|
|
|
+ /*提示框样式 end*/
|
|
|
</style>
|
|
|
<div class="user_right fr seek-purchase">
|
|
|
<!--求购询价-->
|
|
|
@@ -699,4 +733,18 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ <div class="com-del-box">
|
|
|
+ <div class="title">
|
|
|
+ <i></i>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <p><i class="fa fa-exclamation-circle"></i>是否要采纳此报价?</p>
|
|
|
+ <div class="remind-line"><i class="red-text">*</i>点击【确认】后默认终止该求购</div>
|
|
|
+ <div class="input-line"><i class="red-text">*</i>采购数量 <input type="text" placeholder="请输入采购数量" class="form-control"></div>
|
|
|
+ <div class="btn-line">
|
|
|
+ <a>取消</a>
|
|
|
+ <a>确认</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|