TinturSoft Asked:2022-08-12 13:37:25 +0800 CST2022-08-12 13:37:25 +0800 CST 2022-08-12 13:37:25 +0800 CST 移开 div 的一个角 772 行家,遇到这样的问题。你需要离开css 我试着用 translateZ 来做,但我们怎样才能转向右边呢? css css-animation 2 个回答 Voted Best Answer Oliver Patterson 2022-08-12T14:20:36+08:002022-08-12T14:20:36+08:00 我会通过视角来做,但我必须玩弄价值观...... *, ::after, ::before { box-sizing: border-box; } button { border: none; background-color: #FF4800; padding: 10px 20px; border-radius: 10px; font-size: 18px; color: #FFFFFF; font-weight: bold; transform: rotateY(10deg) translateX(10px); } .wrap { border: 1px solid black; display: inline-block; perspective : 70px; } <div class="wrap"> <button>Скидка 15%</button> </div> Rudi 2022-08-12T14:27:17+08:002022-08-12T14:27:17+08:00 这样的选择。。 div { margin: 0 auto; width: 200px; height: 50px; line-height: 50px; text-align: center; background: red; border-radius: 12px; transform: perspective(230px) rotateY(12deg); font-family: "Comic Sans MS", "Comic Sans", bold; font-weight: bolder; font-size: 25px; color: white; } <div>Скидка 15%</div>
我会通过视角来做,但我必须玩弄价值观......
这样的选择。。