瑞客论坛

 找回密码
 立即注册
楼主: aping

开智认知写作学第四期

[复制链接]

金币129  第7646名

0

主题

332

回帖

1443

积分

金牌会员

Rank: 6Rank: 6

威望
619
贡献
695
热心值
0
金币
129
注册时间
2020-5-13
发表于 2020-12-17 17:06 | 显示全部楼层
开智认知写作学第四
回复

使用道具 举报

金币262  第4898名

2

主题

3699

回帖

7874

积分

论坛元老

Rank: 8Rank: 8

威望
4103
贡献
3509
热心值
0
金币
262
注册时间
2020-5-5
发表于 2020-12-17 18:36 | 显示全部楼层

开智认知写作学第四期
回复

使用道具 举报

金币12  第16453名

0

主题

90

回帖

97

积分

注册会员

Rank: 2

威望
37
贡献
48
热心值
0
金币
12
注册时间
2020-12-17
发表于 2020-12-17 19:26 | 显示全部楼层
开智认知写作学第四期
回复

使用道具 举报

金币129  第7646名

1

主题

189

回帖

885

积分

高级会员

Rank: 4

威望
372
贡献
384
热心值
0
金币
129
注册时间
2020-10-5
发表于 2020-12-17 19:35 | 显示全部楼层
开智认知写作学第四期
回复

使用道具 举报

金币219  第5399名

23

主题

3735

回帖

1万

积分

论坛元老

Rank: 8Rank: 8

威望
7117
贡献
5106
热心值
1
金币
219
注册时间
2020-11-29
发表于 2020-12-17 22:17 | 显示全部楼层
666666666666
回复

使用道具 举报

金币5543  第227名

0

主题

2399

回帖

1万

积分

论坛元老

Rank: 8Rank: 8

威望
4078
贡献
4192
热心值
0
金币
5543
注册时间
2019-5-15
发表于 2020-12-17 23:14 | 显示全部楼层
开智认知写作学第四期
回复

使用道具 举报

金币3273  第522名

7

主题

1654

回帖

1万

积分

永久会员

Rank: 8Rank: 8

威望
3493
贡献
5184
热心值
0
金币
3273
注册时间
2019-8-13
发表于 2020-12-17 23:47 | 显示全部楼层
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>

    <style>

        html{
            perspective: 800px;
        }

        .box1{
            /*设置变形时3d效果*/
            transform-style: preserve-3d;
            width: 200px;
            height: 200px;
            margin: 100px auto;
            position: relative;
            transition: all 2s;

            animation: roImg 10s linear infinite;

        }

        .box1>div{
            position: absolute;
            width: 200px;
            height: 200px;
            line-height: 200px;
            text-align: center;
            font-size: 100px;
            opacity: .5;
            transition: all 2s;

        }

        @keyframes roImg {
            from {
                transform: rotateX(0) rotateY(0);
            }

            to {
                transform: rotateX(360deg) rotateY(360deg);
            }
        }

        /*body:hover .box1{*/
        /*    !*    设置变形*!*/

        /*    transform: rotateY(90deg);*/
        /*}*/

        .box1>div:nth-child(1){
            background-color: yellow;
            transform: rotateY(90deg) translateZ(100px);
            /*    设置变形*/
        }

        .box1>div:nth-child(2){
            background-color: orange;
            transform: rotateY(-90deg) translateZ(100px);

        }

        .box1>div:nth-child(3){
            background-color: red;
            transform: rotateX(90deg) translateZ(100px);

        }

        .box1>div:nth-child(4){
            background-color: skyblue;
            transform: rotateX(-90deg) translateZ(100px);
        }

        .box1>div:nth-child(5){
            background-color: yellowgreen;
            transform: rotateX(0deg) translateZ(100px);
        }

        .box1>div:nth-child(6){
            background-color: chocolate;
            transform: rotateX(180deg) translateZ(100px);
        }


    </style>
</head>
<body>


<div class="box1">

    <div>
        <img src="cube/1.jpg" alt="">
    </div>
    <div>
        <img src="cube/2.jpg" alt="">

    </div>
    <div>
        <img src="cube/3.jpg" alt="">

    </div>
    <div>
        <img src="cube/4.jpg" alt="">

    </div>
    <div>
        <img src="cube/5.jpg" alt="">

    </div>
    <div>
        <img src="cube/6.jpg" alt="">

    </div>

</div>


</body>
</html>
回复

使用道具 举报

金币2987  第591名

0

主题

2715

回帖

2969

积分

禁止发言

威望
-18
贡献
0
热心值
0
金币
2987
注册时间
2020-9-25
发表于 2020-12-18 03:05 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

金币245  第5079名

0

主题

1400

回帖

7736

积分

论坛元老

Rank: 8Rank: 8

威望
3820
贡献
3671
热心值
0
金币
245
注册时间
2020-6-12
发表于 2020-12-18 21:20 | 显示全部楼层
开智认知写作学
回复

使用道具 举报

金币664  第2617名

14

主题

5664

回帖

1万

积分

永久会员

Rank: 8Rank: 8

威望
5564
贡献
4916
热心值
0
金币
664
注册时间
2019-7-22
发表于 2020-12-19 13:20 | 显示全部楼层
谢谢分享。。。。。。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|瑞客论坛 |网站地图

GMT+8, 2025-2-23 06:23

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表