hookehuyr

fix 底部组件-联系我们hover效果显示优化

1 <!-- 1 <!--
2 * @Date: 2024-09-26 13:42:22 2 * @Date: 2024-09-26 13:42:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-12 14:13:11 4 + * @LastEditTime: 2024-12-16 10:00:36
5 * @FilePath: /hager/src/components/common/hagerFooter.vue 5 * @FilePath: /hager/src/components/common/hagerFooter.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -245,10 +245,9 @@ export default { ...@@ -245,10 +245,9 @@ export default {
245 } 245 }
246 &.link-contact { 246 &.link-contact {
247 p { 247 p {
248 - // color: #7a98c7;
249 &:hover { 248 &:hover {
250 - text-decoration: underline; 249 + text-decoration: none;
251 - cursor: pointer; 250 + cursor: default;
252 } 251 }
253 } 252 }
254 } 253 }
......