|
|
@@ -5,13 +5,19 @@
|
|
|
<div class="title">
|
|
|
<p>High quality dealer</p>
|
|
|
<h2>供应商列表</h2>
|
|
|
- <div class="count">
|
|
|
+ <!-- <div class="count">
|
|
|
<img src="/images/supplier/count.png" alt=""/>
|
|
|
<div class="count_num">
|
|
|
<span v-for="spCount in all" v-text="spCount"></span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
+ <div class="count">
|
|
|
+ <img src="/images/supplier/count1.png" alt=""/>
|
|
|
+ <div class="count_num">
|
|
|
+ <span v-for="spCount in all" v-text="spCount"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="search">
|
|
|
<div class="input-group">
|
|
|
<input type="search" class="form-control" title="code" placeholder="名称/地址/行业"
|
|
|
@@ -206,6 +212,7 @@
|
|
|
width:215px;
|
|
|
border-bottom:1px solid #ff5151;
|
|
|
color:#fff;
|
|
|
+ padding-bottom: 3px;
|
|
|
p{
|
|
|
margin:0;
|
|
|
}
|
|
|
@@ -214,27 +221,12 @@
|
|
|
margin:0;
|
|
|
line-height: 46px;
|
|
|
}
|
|
|
- div.count{
|
|
|
- position: relative;
|
|
|
- .count_num {
|
|
|
- position:absolute;
|
|
|
- top:4px;
|
|
|
- left:3px;
|
|
|
- span {
|
|
|
- display:inline-block;
|
|
|
- width:29px;
|
|
|
- text-align: center;
|
|
|
- font-size: 28px;
|
|
|
- color:#4a2f01;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
&:before{
|
|
|
content: '';
|
|
|
display:block;
|
|
|
position:relative;
|
|
|
left:55px;
|
|
|
- top:61px;
|
|
|
+ top:63px;
|
|
|
width:105px;
|
|
|
height:1px;
|
|
|
background: #ff8a00;
|
|
|
@@ -244,12 +236,32 @@
|
|
|
display:block;
|
|
|
position:relative;
|
|
|
left:55px;
|
|
|
- top:4px;
|
|
|
+ top:8px;
|
|
|
width:105px;
|
|
|
height:1px;
|
|
|
background: #fff600;
|
|
|
}
|
|
|
}
|
|
|
+ .count{
|
|
|
+ position: relative;
|
|
|
+ width: 200px;
|
|
|
+ margin: 20px auto;
|
|
|
+ margin-bottom: 0px;
|
|
|
+ .count_num {
|
|
|
+ position:absolute;
|
|
|
+ top: 9px;
|
|
|
+ left: 24px;
|
|
|
+ span {
|
|
|
+ display:inline-block;
|
|
|
+ text-align: center;
|
|
|
+ width: 20px;
|
|
|
+ font-size: 28px;
|
|
|
+ color: #0066e4;
|
|
|
+ font-family: "Microsoft Yahei", "微软雅黑";
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
.search{
|
|
|
float:right;
|
|
|
width:310px;
|