您好,登錄后才能下訂單哦!
代碼:
/*復選框樣式*/ input[type=checkbox]{ -webkit-appearance: none; vertical-align:middle; margin-top:0; border:#1e89e4 solid 1px; border-radius: 3px; min-height: 12px; min-width: 12px; outline: none; position: relative; } input[type=checkbox]:checked::after{ content: ''; top: 3px; left: 2px; position: absolute; background: transparent; border: #fff solid 2px; border-top: none; border-right: none; height: 4px; width: 8px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); color:#fff; }
效果:
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。