|
@@ -52,6 +52,7 @@
|
|
min-height: 160px;
|
|
min-height: 160px;
|
|
.seleImg {
|
|
.seleImg {
|
|
left: 86px;
|
|
left: 86px;
|
|
|
|
+ top:21px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.searchInsp {
|
|
.searchInsp {
|
|
@@ -64,16 +65,16 @@
|
|
line-height: 34px;
|
|
line-height: 34px;
|
|
width: 100px;
|
|
width: 100px;
|
|
float: left;
|
|
float: left;
|
|
- background-color: #E2F1F8;
|
|
|
|
|
|
+ background-color: @hoverBg;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
padding :0 15px 0 10px;
|
|
padding :0 15px 0 10px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
span {
|
|
span {
|
|
- color: #3B9ED0;
|
|
|
|
|
|
+ color: @bannerBg;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.lisul {
|
|
.lisul {
|
|
- border: 1px solid #B1D8EC;
|
|
|
|
|
|
+ border: 1px solid @bannerBg;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
width: 100px;
|
|
width: 100px;
|
|
@@ -87,7 +88,7 @@
|
|
color: #1E1E1E;
|
|
color: #1E1E1E;
|
|
}
|
|
}
|
|
li:hover {
|
|
li:hover {
|
|
- background-color: #E2F1F8;
|
|
|
|
|
|
+ background-color: @hoverBg;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|