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

首页样式修改

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