|
|
@@ -584,6 +584,35 @@
|
|
|
.seek-purchase .seek-purchase-content .BOM-header > div p.BOM-edit a:last-child {
|
|
|
background: #fd7748;
|
|
|
}
|
|
|
+ .seek-purchase .link-saler-box {
|
|
|
+ width: 289px;
|
|
|
+ height: auto;
|
|
|
+ min-height: auto;
|
|
|
+ border-radius: 2px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .title {
|
|
|
+ background-color: #4290f7;
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p {
|
|
|
+ line-height: 20px;
|
|
|
+ padding-top: 0;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p i {
|
|
|
+ color: #4290f7;
|
|
|
+ margin-right: 4px;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content p span {
|
|
|
+ color: #f62d37;
|
|
|
+ }
|
|
|
+ .seek-purchase .link-saler-box .content div a {
|
|
|
+ width: 78px;
|
|
|
+ background: #4290f7;
|
|
|
+ margin: 18px 0 13px 0;
|
|
|
+ border-radius: 2px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr seek-purchase">
|
|
|
<!--求购询价-->
|
|
|
@@ -931,4 +960,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="com-mall-del-box link-saler-box" style="display: none">
|
|
|
+ <div class="title">
|
|
|
+ <i></i>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <p><i class="fa fa-exclamation-circle"></i>抱歉,暂时无法与卖家在线沟通!</p>
|
|
|
+ <p>卖家联系电话:<span>13647096674</span></p>
|
|
|
+ <div>
|
|
|
+ <a>我知道了</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|