|
|
@@ -849,22 +849,24 @@ img.new-animate{
|
|
|
#store-list table .search-content-pc{
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
- padding-left: 533px;
|
|
|
+ padding-left: 460px;
|
|
|
width: auto;
|
|
|
}
|
|
|
#store-list table .search-content-pc .form-control{
|
|
|
- width: 215px;
|
|
|
+ margin-top: 0;
|
|
|
+ width: 283px;
|
|
|
height: 28px;
|
|
|
background-color: #ffffff;
|
|
|
border-radius: 3px;
|
|
|
border: solid 1px #2496f1;
|
|
|
}
|
|
|
#store-list table .search-content-pc .input-group-btn{
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0px;
|
|
|
+ //position: absolute;
|
|
|
+ //top: 0;
|
|
|
+ //right: 0px;
|
|
|
}
|
|
|
#store-list table .search-content-pc .input-group-btn button{
|
|
|
+ top: 0;
|
|
|
width: 69px;
|
|
|
height: 28px;
|
|
|
font-size: 14px;
|
|
|
@@ -881,6 +883,9 @@ img.new-animate{
|
|
|
border: solid 1px #2496f1;
|
|
|
outline: none;
|
|
|
}
|
|
|
+#store-list .search-content-pc ul{
|
|
|
+ left: 461px;
|
|
|
+}
|
|
|
|
|
|
//品牌索引
|
|
|
.recommend-brand .brand-content .brand-index-tab .index-group:nth-child(5) a{
|