您好,登錄后才能下訂單哦!
這篇文章主要介紹了css自定義radio單選框樣式的方法,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
html部分
<div class="radio"> <label> <input name="feel" type="radio" value="love" /> <span class="pos"> <span class="radio_bg"> <span class="radio_on"></span> </span> </span> <span>LOVE</span> </label> <label> <input name="feel" type="radio" value="hate" /> <span class="pos"> <span class="radio_bg"> <span class="radio_on"></span> </span> </span> <span>YOU ARE NICE</span> </label> </div>
css樣式部分
.radio { width: 260px; height: 26px; line-height: 26px; margin: 200px auto; background-color: #ddeef1; font-size: 16px; color: #495060; text-align: center; } label:first-child { margin-right: 40px; } label input, .radio_on { display: none; } .pos { display: inline; vertical-align: middle; } .radio_bg { position: relative; display: inline-block; height: 14px; width: 14px; border: 1px solid #B3B4B8; border-radius: 50%; } label:hover .radio_bg, label input:checked + span.pos span.radio_bg { border: 1px solid #27B28B; } label input:checked + span.pos span.radio_bg .radio_on { display: inline-block; position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background-color: #27B28B; }
效果圖
感謝你能夠認真閱讀完這篇文章,希望小編分享css自定義radio單選框樣式的方法內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。