91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

怎么用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

大兴区| 黄梅县| 岳西县| 当阳市| 莎车县| 舞钢市| 娱乐| 宿迁市| 西宁市| 贺兰县| 乌拉特前旗| 仲巴县| 平乐县| 册亨县| 江北区| 黄石市| 黎城县| 工布江达县| 东兰县| 延津县| 襄城县| 陇川县| 宁都县| 图木舒克市| 云龙县| 张家港市| 麻栗坡县| 巴马| 绍兴市| 织金县| 格尔木市| 保亭| 武山县| 汾西县| 无为县| 万安县| 临泉县| 射阳县| 桂阳县| 青川县| 象山县|