Commit 903a73df authored by 张伯涛's avatar 张伯涛

首页样式修改

parent d45b8ba2
...@@ -624,6 +624,10 @@ export default { ...@@ -624,6 +624,10 @@ export default {
line-height: 24.5px; line-height: 24.5px;
font-size: 15px; font-size: 15px;
} }
&:hover {
color: #1A78E5;
border: 1px solid #1A78E5;
}
} }
} }
.oneClick-service-title{ .oneClick-service-title{
...@@ -674,6 +678,9 @@ export default { ...@@ -674,6 +678,9 @@ export default {
color: #2662AD; color: #2662AD;
width: 128px; width: 128px;
text-align: center; text-align: center;
&:hover {
color: #1A78E5;
}
} }
.sf-menu-item:not(:last-of-type){ .sf-menu-item:not(:last-of-type){
border-right: 1px solid rgba(255, 255, 255, 0.7490196078431373); border-right: 1px solid rgba(255, 255, 255, 0.7490196078431373);
...@@ -727,6 +734,12 @@ export default { ...@@ -727,6 +734,12 @@ export default {
padding: 15px 0 17px 0; padding: 15px 0 17px 0;
} }
} }
&:hover {
.aicCardTitle{
color: #1A78E5;
}
}
} }
} }
.activity-info-title{ .activity-info-title{
...@@ -746,6 +759,9 @@ export default { ...@@ -746,6 +759,9 @@ export default {
float: right; float: right;
margin-right:10px; margin-right:10px;
font-size: 15px; font-size: 15px;
&:hover {
color: #1A78E5;
}
} }
} }
} }
...@@ -852,6 +868,9 @@ export default { ...@@ -852,6 +868,9 @@ export default {
float: right; float: right;
//margin-right:10px; //margin-right:10px;
font-size: 15px; font-size: 15px;
&:hover {
color: #1A78E5;
}
} }
} }
} }
......
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