中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么用css實現鼠標經過彈出子菜單特效

發布時間:2021-08-07 18:20:13 來源:億速云 閱讀:468 作者:chen 欄目:web開發

這篇文章主要講解了“怎么用css實現鼠標經過彈出子菜單特效”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“怎么用css實現鼠標經過彈出子菜單特效”吧!

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name=viewport content='width=device-width, initial-scale=1, maximum-scale=1'>
<title>Hello React!</title>
<style>
::-webkit-scrollbar{ display:none; }
::-webkit-input-placeholder { 
  font-size: 20px;
}web前端開發學習Q-q-u-n: 731771211,分享學習的方法和需要注意的小細節,不停更新最新的教程和學習方法(詳細的前端項目實戰教學視頻,PDF)
li , span , img{
    list-style-type:none;
    cursor:pointer;
} 
html,body,#app{
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
#circle:before{
    content:'';
    display:block;
    border-radius: 50%;
    transition: .5s ;
}    
#circle:hover:before{
    width: 50px;
    height: 50px;
    border:1px solid;
    transform:translate(-100px,70px);
    box-shadow: 0 0 0 10px gray;
}
#circle:after{
    content:'';
    display:block;
    border-radius: 50%;
    transition: .5s ;
}    
#circle:hover:after{
    width: 50px;
    height: 50px;
    border:1px solid;
    transform:translate(100px,16px);
}
#circle ~ div{
    transform:translateY(50px);
}
#circle:hover ~ div{
    width: 50px;
    height: 50px;
    border:1px solid;
    border-radius: 50%;
    transform:translateY(70px);
    transition: transform .5s ;
}
#circle ~div:before{
    content:'';
    display:block;
    border-radius: 50%;
    transition: .5s .5s ;
}
#circle:hover ~ div:before{
    width: 50px;
    height: 50px;
    border:1px solid;
    transform:translateY(70px);
}    
</style>
<link href='index.css' rel='stylesheet' type='text/css' />
<script src="https://cdn.staticfile.org/react/16.4.0/umd/react.development.js"></script>
<script src="https://cdn.staticfile.org/react-dom/16.4.0/umd/react-dom.development.js"></script>
<script src="https://cdn.staticfile.org/babel-standalone/6.26.0/babel.min.js"></script>
<script src="index.js"></script>
</head>
<body>
<div id='app'></div>
<script type="text/babel">
const l=console.log
var Flex=(flex,props)=>
<div className={flex} style={props.style} onClick={props.click} id={props.id}>
    {props.data ? props.data.map(d=><span>aegqsqibtmh</span>) : props.children}
</div>
class Index extends React.Component{
    state={
    }
    render() {
        return (
            <CC>
                <div id='circle' style={{position:'absolute', width: '50px', height: '50px', border:'1px solid', borderRadius: '50%' }}>
                </div>
                <div ></div>
            </CC>    
        )
    }    
}
ReactDOM.render(
    <Index />,
    document.getElementById('app')
)
</script>
</body>
</html>

感謝各位的閱讀,以上就是“怎么用css實現鼠標經過彈出子菜單特效”的內容了,經過本文的學習后,相信大家對怎么用css實現鼠標經過彈出子菜單特效這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

汨罗市| 张掖市| 平谷区| 武山县| 九寨沟县| 邯郸县| 西安市| 淳安县| 肃北| 扬州市| 武邑县| 库车县| 潼南县| 司法| 永安市| 共和县| 临朐县| 石狮市| 偃师市| 泗水县| 大悟县| 安陆市| 青神县| 禄丰县| 宁强县| 墨脱县| 綦江县| 丹阳市| 丰原市| 奉节县| 全南县| 西贡区| 昌宁县| 灵璧县| 正宁县| 临清市| 额尔古纳市| 高要市| 资讯| 交城县| 广昌县|