在Chrome中从css自定义样式按钮中删除蓝色边框
<button>border: nonebutton:active { outline: none }button:focus { outline:none }
button.launch {
background-color: #F9A300;
border: none;
height: 40px;
padding: 5px 15px;
color: #ffffff;
font-size: 16px;
font-weight: 300;
margin-top: 10px;
margin-right: 10px;}button.launch:hover {
cursor: pointer;
background-color: #FABD44;}button.change {
background-color: #F88F00;
border: none;
height: 40px;
padding: 5px 15px;
color: #ffffff;
font-size: 16px;
font-weight: 300;
margin-top: 10px;
margin-right: 10px;}button.change:hover {
cursor: pointer;
background-color: #F89900;}button:active {
outline: none;
border: none;}
蓝山帝景
噜噜哒
慕姐8265434
随时随地看视频慕课网APP