墨染丶

导航

01 2020 档案

网页实现点击图片放大缩小 不随滚轮大小变化
摘要:css { .wrap { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 2; width: 100%; height: 100%; display: none;} } html { <div i 阅读全文

posted @ 2020-01-19 14:11 墨染丶 阅读(1055) 评论(0) 推荐(0)

textarea 文本框 实现右下角展现 动态字数
摘要:文本框CSS .textarea-style{ border:1px solid #000001; border-radius:5pt; height:60pt; font-size:10pt; margin-bottom: 2vh; width:100%; color: #000001; over 阅读全文

posted @ 2020-01-07 13:11 墨染丶 阅读(4551) 评论(0) 推荐(0)