@@ -87,7 +87,7 @@ export default {
},
methods: {
handleChange(newIndex) {
- this.currentIndex = newIndex;
+ this.currentIndex = newIndex;
},
routerToarticleDetails (value) {
localStorage.setItem('article', value)
@@ -258,6 +258,10 @@ export default {
cursor: pointer;
z-index: 9999;
}
+ .more:hover {
+ border: 1px solid #088669;
+ color: #088669;
+ }
}
}
#hotList {
@@ -349,7 +353,7 @@ export default {
.carvideoShadow{
box-shadow: 0 2px 12px 0 #666;
margin: 12px;
- }
+ }
.carvideo {
position: relative;
position: relative;