搜索样式优化

feat/task1-c-wallet
Devil 2021-01-10 18:25:51 +08:00
parent 6b489b8edf
commit e5c9c17a90
1 changed files with 21 additions and 15 deletions

View File

@ -75,19 +75,13 @@
}
.map-text-items ul li.active {
border: 1px solid #e23f36;
}
.map-images-text-items ul li.active,
.map-images-text-items ul li:hover,
.map-text-items ul li.active,
.map-text-items ul li:hover {
.map-text-items ul li.active {
border: 1px solid #e23f36;
}
.map-images-text-items ul li.active,
.map-images-text-items ul li:hover,
.map-text-items ul li.active,
.map-text-items ul li:hover,
.map-remove-submit:hover {
.map-text-items ul li.active {
color: #e23f36;
font-weight: bold;
}
@ -103,9 +97,6 @@
color: #999;
cursor: pointer;
}
.map-item .map-more-submit:hover {
color: #666;
}
#search-map .am-offcanvas-bar {
background: #fff;
}
@ -118,6 +109,19 @@
color: #333;
}
@media only screen and (min-width: 640px) {
.map-images-text-items ul li:hover,
.map-text-items ul li:hover {
border: 1px solid #e23f36;
}
.map-images-text-items ul li:hover,
.map-text-items ul li:hover,
.map-remove-submit:hover {
color: #e23f36;
font-weight: bold;
}
.map-item .map-more-submit:hover {
color: #666;
}
#search-map {
display: block;
position: relative;
@ -245,16 +249,18 @@
font-size: 12px;
text-decoration: none;
}
.sort-nav a:hover,
.sort-nav a:focus {
color: #d2354c;
}
.sort-nav li.active {
background: #d2354c;
}
.sort-nav li.active a {
color: #fff;
}
@media only screen and (min-width: 640px) {
.sort-nav a:hover,
.sort-nav a:focus {
color: #d2354c;
}
}
@media only screen and (max-width: 640px) {
.sort-nav li { border-bottom: 1px solid #eee; }
}