2021年5月2日
摘要: html: <div class="box"></div> <div class="box1"></div> <div id="btn"> <img src="img/return.png" width="50px"height="40px"> </div> css: .box { width: 1 阅读全文
posted @ 2021-05-02 23:24 jimyking 阅读(94) 评论(0) 推荐(0)
摘要: html:<div class="card"> </div> css: .card { position: relative; height: 270px; width: 450px; border-radius: 25px; background: rgba(255, 255, 255, 0.2) 阅读全文
posted @ 2021-05-02 15:25 jimyking 阅读(318) 评论(0) 推荐(0)