display: inline-block;
cursor: pointer;
position: relative;
margin-right: 2px;
}
.logic_type-wrap input {
display: inline-block;
position: absolute;
top: -4px;
left: 0px;
opacity: 0;
width: 30px;
height: 24px;
z-index: 2;
cursor: pointer;
}
.logic_type-with {
width: 14px;
height: 24px;
color: #fff;
font-size: 14px;
background: #362e40;
border-top: 1px solid #d7b7ff;
border-bottom: 1px solid #d7b7ff;
}
.logic_type-or {
width: 14px;
height: 24px;
font-size: 14px;
color: #fff;
background: #362e40;
border-top: 1px solid #d7b7ff;
border-bottom: 1px solid #d7b7ff;
div border属性
}
.logic_type-border-left {
position: relative;
content: '';
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;            border-right: 8px solid #d7b7ff;
}
.logic_type-left {
position: absolute;
content: '';
width: 0px;
height: 0px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;            border-right: 7px solid #362e40;
top: -11px;
left: 1px;
}
.logic_type-border-right {
position: relative;
content: '';
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;            border-left: 8px solid #d7b7ff;
}
.logic_type-right {
position: absolute;
content: '';

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。