|
@@ -633,14 +633,17 @@ export default {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
li {
|
|
|
- width: 66px;
|
|
|
+ width: 67px;
|
|
|
height: 60px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
+ border: 1px solid #ffffff;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
- background: #f5f6f7;
|
|
|
+ background: #F5F6F7;
|
|
|
+ border: 1px solid #D9DBDE;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
.item {
|
|
|
width: 54px;
|
|
@@ -675,7 +678,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.active-li {
|
|
|
- background: #e1f2ff;
|
|
|
+ background: #DFEFFE;
|
|
|
+ border: 1px solid #98C8FA ;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
}
|
|
|
}
|