MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年7月17日- 書箋
<button class="button1">click</button>
.button1{ position: relative; /** 相對布局 **/}.button1:active{ top: 2px; /**向下偏移2px **/}