|
@@ -386,7 +386,7 @@
|
|
}
|
|
}
|
|
.RecommendImg .RecommendRemask .remaskImg div p{
|
|
.RecommendImg .RecommendRemask .remaskImg div p{
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
- color: #1f1f1f;
|
|
|
|
|
|
+ color: #ffffff;
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
@@ -684,6 +684,7 @@
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.publicNumber ul li a{
|
|
.publicNumber ul li a{
|
|
|
|
+ border-left: 4px solid transparent;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 70px;
|
|
height: 70px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -692,6 +693,7 @@
|
|
background: #f4f4f4;
|
|
background: #f4f4f4;
|
|
padding-left:15px;
|
|
padding-left:15px;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ transition: all .2s ease-in-out;
|
|
}
|
|
}
|
|
.publicNumber ul li a .time{
|
|
.publicNumber ul li a .time{
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -700,14 +702,15 @@
|
|
.publicNumber ul li a .time span{
|
|
.publicNumber ul li a .time span{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- color: #000000;
|
|
|
|
|
|
+ color: #333;
|
|
}
|
|
}
|
|
.publicNumber ul li a .time span:nth-child(1){
|
|
.publicNumber ul li a .time span:nth-child(1){
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
|
|
+ letter-spacing: 4px;
|
|
margin-bottom: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
}
|
|
.publicNumber ul li a .time span:nth-child(2){
|
|
.publicNumber ul li a .time span:nth-child(2){
|
|
- font-weight: 800
|
|
|
|
|
|
+ font-weight: 600
|
|
}
|
|
}
|
|
.publicNumber ul li a p{
|
|
.publicNumber ul li a p{
|
|
width: 480px;
|
|
width: 480px;
|
|
@@ -723,11 +726,13 @@
|
|
text-overflow:ellipsis;
|
|
text-overflow:ellipsis;
|
|
-o-text-overflow:ellipsis;
|
|
-o-text-overflow:ellipsis;
|
|
}
|
|
}
|
|
-.publicNumber ul li a:hover .time{
|
|
|
|
- background: #40acff;
|
|
|
|
|
|
+.publicNumber ul li a:hover {
|
|
|
|
+ border-color: #1697e9;
|
|
|
|
+ margin-left: -8px;
|
|
|
|
+ transition: all .2s ease-in-out;
|
|
}
|
|
}
|
|
.publicNumber ul li a:hover .time span{
|
|
.publicNumber ul li a:hover .time span{
|
|
- color: #ffffff
|
|
|
|
|
|
+ color: #1697e9
|
|
}
|
|
}
|
|
.publicNumber ul li a:hover p{
|
|
.publicNumber ul li a:hover p{
|
|
color: #40acff
|
|
color: #40acff
|