|
@@ -153,7 +153,7 @@
|
|
|
.qn-item {
|
|
|
width: 100%;
|
|
|
padding: 10px 15px;
|
|
|
- border-bottom: 1px solid #c7c7c7;
|
|
|
+ // border-bottom: 1px solid #c7c7c7;
|
|
|
cursor: pointer;
|
|
|
|
|
|
&:hover {
|
|
@@ -184,6 +184,10 @@
|
|
|
&-nums {
|
|
|
display: inline-block;
|
|
|
margin: 0 20px 5px 0;
|
|
|
+
|
|
|
+ .ivu-icon{
|
|
|
+ color: #70B1E7;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -216,7 +220,7 @@
|
|
|
float: right;
|
|
|
cursor: pointer;
|
|
|
line-height:45px;
|
|
|
- color: @second-textColor;
|
|
|
+ color: var(--normal-icon-color);
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
@@ -234,10 +238,11 @@
|
|
|
}
|
|
|
|
|
|
.item-active {
|
|
|
- background-image: -webkit-linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%);
|
|
|
+ /* background-image: -webkit-linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%);
|
|
|
background-image: -o-linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%);
|
|
|
background-image: -moz-linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%);
|
|
|
- background-image: linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%);
|
|
|
+ background-image: linear-gradient(90deg, rgba(30,30,30,0) 0%, rgba(110,110,110,.2) 50%, rgba(110,110,110,.4) 100%); */
|
|
|
+ background-color: var(--active-item-start);
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width:1280px) and (max-width:1366px){
|