摘要: 1. 暂时使用flex和margin-top来对齐 <style> .rd{display:flex; align-items:center;} .rd input{margin-top:1px} </style> <div> <label class="rd"><input type="radio 阅读全文
posted @ 2023-09-21 15:42 全玉 阅读(110) 评论(0) 推荐(0) 编辑
摘要: .textc { --num: '今日大吉'; animation: text-change 3s linear forwards; } .textc::after{ content: var(--num); font-size: 20px; } @keyframes text-change { 3 阅读全文
posted @ 2023-09-21 10:21 全玉 阅读(63) 评论(0) 推荐(0) 编辑