css3旋转轴心

CSS:

    <style>
* {
    padding:0;
    margin:0;
}
.pkbox {
    width:155px;
    height:219px;
    position:relative;
    margin:300px auto;
}
.pkbox > img {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    /*添加过渡*/
            transition:transform 2s;
    /*设置旋转轴心*/
            transform-origin:right top;
}
/*添加鼠标上移的效果*/
        .pkbox:hover >img:nth-of-type(1) {
    transform:rotate(60deg);
}
.pkbox:hover >img:nth-of-type(2) {
    transform:rotate(120deg);
}
.pkbox:hover >img:nth-of-type(3) {
    transform:rotate(180deg);
}
.pkbox:hover >img:nth-of-type(4) {
    transform:rotate(240deg);
}
.pkbox:hover >img:nth-of-type(5) {
    transform:rotate(300deg);
}
.pkbox:hover >img:nth-of-type(6) {
    transform:rotate(360deg);
}



        </style>
html:
 <div class="pkbox">
            <img src="http://www.jq22.com/img/cs/300x500-1.png" alt="">
            <img src="http://www.jq22.com/img/cs/300x500-2.png" alt="">
            <img src="http://www.jq22.com/img/cs/300x500-3.png" alt="">
            <img src="http://www.jq22.com/img/cs/300x500-4.png" alt="">
            <img src="http://www.jq22.com/img/cs/300x500-5.png" alt="">
            <img src="http://www.jq22.com/img/cs/300x500-6.png" alt="">
        </div>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值