08 2020 档案

摘要:在wx:for后面添加wx:key="key" 可消除警告 <view wx:for="{{thisWeekMovies}}" wx:for-index="idx" wx:for-item="item" wx:key="key" > <view class="videos"> <image src= 阅读全文
posted @ 2020-08-26 15:26 武卡卡 阅读(4131) 评论(0) 推荐(0) 编辑
摘要:user-select:none; 阅读全文
posted @ 2020-08-23 11:17 武卡卡 阅读(214) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>视差滚动< 阅读全文
posted @ 2020-08-23 10:59 武卡卡 阅读(294) 评论(0) 推荐(0) 编辑
摘要:效果图如下: 话不多说,上代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> 阅读全文
posted @ 2020-08-21 18:42 武卡卡 阅读(299) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>3D Su 阅读全文
posted @ 2020-08-19 14:03 武卡卡 阅读(127) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>creat 阅读全文
posted @ 2020-08-19 14:02 武卡卡 阅读(310) 评论(0) 推荐(0) 编辑
摘要:原理: 旋转元素的坐标有三个 :X(向右), Y(向左) , Z(向电脑屏幕的你) 当没有位移旋转元素时,元素 Z 坐标也会同着一起旋转 ,当一个物品旋转到90度时,我们只能看到它的厚度,而div元素是没有厚度的,所以就会看不到 。 解决: 可以在旋转后加上位移,则 意味你的视角也会发生变化 , 如 阅读全文
posted @ 2020-08-13 18:10 武卡卡 阅读(1243) 评论(0) 推荐(0) 编辑

喜欢请打赏

扫描二维码打赏

支付宝打赏

点击右上角即可分享
微信分享提示