<button>点击我</button>
.my-btn {background-color: #4CAF50; /* 背景颜色 */border: none; /* 去掉边框 */color: white; /* 字体颜色 */padding: 15px 32px; /* 内边距 */text-align: center; /* 文字居中 */text-decoration: none; /* 去掉下划线 */display: inline-block; /* 行内块 */font-size: 16px; /* 字体大小 */margin: 4px 2px; /* 外边距 */cursor: pointer; /* 鼠标指针为手指形状 */}
<button >点击我</button>
上一篇:javascript中如何使用正则表达式
下一篇:javascript中单引号