Commit 39f7879d by Lyan

中心活动图片鼠标样式更改

parent 24786a14
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
const matche = [ const matche = [
{ {
name: "活动中心", name: "中心活动",
path: "/News/Center", path: "/News/Center",
} }
]; ];
...@@ -139,9 +139,13 @@ export default { ...@@ -139,9 +139,13 @@ export default {
li { li {
width: 216px; width: 216px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08); // box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08);
border-radius: 4px; border-radius: 4px;
margin-bottom: 30px; margin-bottom: 30px;
&:hover,&:active{
cursor: pointer;
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08);
}
img { img {
width: 100%; width: 100%;
height: 140px; height: 140px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment