[id^=" checkbox-"] + ラベル {
background-color: #FFF;
padding: 11px 9px;
border-radius: 7px;
display: inline-block;
position:relative;
margin-right: 30px;
background: #F7836D;
幅: 88px;
高さ: 13px;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}
[id^="checkbox-"] + label:before {
content: ' ';
position: 絶対;
background: #FFF;
top: 0px;
z-index: 99999;
left: 0px;
width: 24px;
color: #FFF;
height: 35px;
border-radius: 7px;
box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
[id^=" checkbox-"] + label:after {
content: '禁止';
position:Absolute;
top:7px;
left:37px;
font-size:1.2em;
color:white;
font-weight:bold ;
左: 8px;
パディング: 5px;
上: 4px;
border-radius: 100px;
}
[id^="checkbox-"]:checked + label {
background: #67A5DF;
box-シャドウ: インセット 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}
[id^="checkbox-"]:checked + label:after {
content: '允许';
left: 6px;
}
[id^="checkbox-"]:checked + label:before {
content: ' ';
position:Absolute;
z-index: 99999 ;
左: 82px;
}
[id^="checkbox-"] + label:after {
左: 35px;
}
.radio +label{
position: 相対;
display: inline-block;
z-index: 999;
width: 12px;
height: 25px;
padding: 3px 29px;
}
.radio +label:before{
content:"";
color:#fff;
幅: 20ピクセル;
高さ: 20ピクセル;
背景: #777980;
ボーダー半径: 15ピクセル;
位置: 絶対;
上: 4ピクセル;
左: 4ピクセル;
ディスプレイ:ブロック;
ボックスシャドウ: 0ピクセル 0ピクセル3px #A19797;
}
.radio:checked+label:before{
content:"";
background: #1caf9a;
}
.radio+label:after{
content: attr(title);
width: 8px ;
高さ: 8px;
表示:ブロック;
境界線: 3 ピクセルの実線 #F7F9F9;
位置: 絶対;
上端: 7px;
左: 7px;
境界線半径: 7px;
背景: #777980;
ボックス-シャドウ: 0px 0px 3px #F2EBEB;
}
.radio:checked+label:after{
background: #1caf9a;
}
利用复选框做开关
问:您是否觉得您是最好?
本体>