天天看點

uni-app架構如何實作html的a标簽【下劃線、滑鼠移上去變色等功能】及CSS的僞類【如:hover類】使用方法總結

text {
            color: #f40;
            text-decoration:underline;
        }
        text:hover {
            color: #0A8DE7;
        }
           

點選跳轉參數:https://blog.csdn.net/weixin_43343144/article/details/105531848

關于僞類:https://www.w3school.com.cn/css/css_pseudo_classes.asp

官方文檔:https://developer.mozilla.org/zh-CN/docs/Web/CSS/Reference