12.卡片翻转映射
Posted @大迁世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了12.卡片翻转映射相关的知识,希望对你有一定的参考价值。
效果 (源码网盘地址在最后)
源码
index.html
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>卡片翻转映射</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="scene">
<div class="card">
<div class="card__face card__face--front">
<img src="./img1.jpg" />
</div>
<div class="card__face card__face--back">
<img src="./img2.jpg" />
</div>
</div>
<div class="card">
<div class="card__face car
以上是关于12.卡片翻转映射的主要内容,如果未能解决你的问题,请参考以下文章