課程
/前端開發(fā)
/JavaScript
/JS動(dòng)畫效果
我總達(dá)不到那種效果
2016-04-13
源自:JS動(dòng)畫效果 7-1
正在回答
<style type="text/css">
*{
margin: 0;
padding: 0;
}
#move{
width: 300px;
margin: 10px auto;
border: 1px solid #ccc;
#move a{
display: inline-block;
width: 58px;
height: 25px;
border: 1px solid #ddd;
border-radius: 3px;
background-color: #fff;
text-align: center;
margin: 10px 17px;
position: relative;
padding-top: 40px;
color: #9c9c9c;
font-size: 12px;
text-decoration: none;
line-height: 25px;
overflow: hidden;
#move a i{
position: absolute;
top: 20px;
left: 0;
width: 100%;
filter: alpha(opacity=100);
opacity: 1;
#move a:hover{
color: #F00;
#move img{
border: none;
</style>
a {
? ? ? ? ? ? display: inline-block;
? ? ? ? ? ? height: 25px;
? ? ? ? ? ? width: 58px;
? ? ? ? ? ? border: 1px solid #ddd;
? ? ? ? ? ? border-radius: 3px;
? ? ? ? ? ? background-color: #fff;
? ? ? ? ? ? margin:10px 17px;
? ? ? ? ? ? text-align: center;
? ? ? ? ? ? position: relative;
? ? ? ? ? ? padding-top: 40px;
? ? ? ? ? ? color: #9c9c9c;
? ? ? ? ? ? font-size: 12px;
? ? ? ? }
? ? ? ? #main a i {
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 20px;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? filter:alpha(opacity=100);
? ? ? ? ? ? opacity: 1;
? ? ? ? #main a:hover {
? ? ? ? ? ? color:#f00;
? ? ? ? i {
? ? ? ? #main img {
? ? ? ? ? ? border: none;
抄了一部分
求一個(gè)源代碼,謝謝大神
舉報(bào)
通過本課程JS動(dòng)畫的學(xué)習(xí),從簡(jiǎn)單動(dòng)畫開始,逐步深入各種動(dòng)畫框架封裝
2 回答我想看實(shí)例的代碼代碼呢?
3 回答代碼有問題,達(dá)不到設(shè)置的width和height,幫忙看看好嗎
4 回答能吧代碼發(fā)上來么;沒代碼看
1 回答麻煩大家?guī)兔纯创a的錯(cuò)誤!謝謝了
4 回答可以幫忙看下代碼嗎
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-04-25
<style type="text/css">
*{
margin: 0;
padding: 0;
}
#move{
width: 300px;
margin: 10px auto;
border: 1px solid #ccc;
}
#move a{
display: inline-block;
width: 58px;
height: 25px;
border: 1px solid #ddd;
border-radius: 3px;
background-color: #fff;
text-align: center;
margin: 10px 17px;
position: relative;
padding-top: 40px;
color: #9c9c9c;
font-size: 12px;
text-decoration: none;
line-height: 25px;
overflow: hidden;
}
#move a i{
position: absolute;
top: 20px;
left: 0;
display: inline-block;
width: 100%;
text-align: center;
filter: alpha(opacity=100);
opacity: 1;
}
#move a:hover{
color: #F00;
}
#move img{
border: none;
}
</style>
2016-04-24
a {
? ? ? ? ? ? display: inline-block;
? ? ? ? ? ? height: 25px;
? ? ? ? ? ? width: 58px;
? ? ? ? ? ? border: 1px solid #ddd;
? ? ? ? ? ? border-radius: 3px;
? ? ? ? ? ? background-color: #fff;
? ? ? ? ? ? margin:10px 17px;
? ? ? ? ? ? text-align: center;
? ? ? ? ? ? position: relative;
? ? ? ? ? ? padding-top: 40px;
? ? ? ? ? ? color: #9c9c9c;
? ? ? ? ? ? font-size: 12px;
? ? ? ? }
? ? ? ? #main a i {
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 20px;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? display: inline-block;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? text-align: center;
? ? ? ? ? ? filter:alpha(opacity=100);
? ? ? ? ? ? opacity: 1;
? ? ? ? }
? ? ? ? #main a:hover {
? ? ? ? ? ? color:#f00;
? ? ? ? }
? ? ? ? i {
? ? ? ? ? ? position: relative;
? ? ? ? }
? ? ? ? #main img {
? ? ? ? ? ? border: none;
? ? ? ? }
抄了一部分
2016-04-13
求一個(gè)源代碼,謝謝大神