|
@ -280,7 +280,7 @@ |
|
|
|
|
|
|
|
|
brandClick(val) { |
|
|
brandClick(val) { |
|
|
|
|
|
|
|
|
this.brandType = val |
|
|
this.selectIndex2 = val |
|
|
this.request() |
|
|
this.request() |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
@ -630,13 +630,15 @@ |
|
|
button { |
|
|
button { |
|
|
background: #FF9900; |
|
|
background: #FF9900; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
height: 40px; |
|
|
height: 42px; |
|
|
line-height: 40px; |
|
|
line-height: 40px; |
|
|
font-size: 13px; |
|
|
font-size: 13px; |
|
|
padding: 0px 15px; |
|
|
padding: 0px 15px; |
|
|
border: 1px #FF5006 solid; |
|
|
border: 1px #FF5006 solid; |
|
|
border-top-left-radius: 25px; |
|
|
border-top-left-radius: 25px; |
|
|
border-bottom-left-radius: 25px; |
|
|
border-bottom-left-radius: 25px; |
|
|
|
|
|
border-top-right-radius: 0px; |
|
|
|
|
|
border-bottom-right-radius: 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|