1. 程式人生 > >input輸入框點邊框顯示問題/好看的按鈕收藏

input輸入框點邊框顯示問題/好看的按鈕收藏

border:none;邊框會隱藏,但點選輸入框會顯示。
想要點選不顯示,還得加上outline:none;

以下是一個個人覺得漂亮的按鈕。

.botton {
            width: 130px;
            height: 40px;
            background: #745A74;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            margin-top: 30px;
            line-height: 40px;
        }