﻿.l-control {
    display:inline-block;
    cursor:pointer;
}
/* checkbox */
.l-checkbox {
    float:left;
    display:block;
    width:12px;
    height:12px;
    border:1px solid #cdcdcd;
}
.l-checkbox-label {
    float:left; 
    display:block;
    height:14px;
    line-height:14px;
    margin-left:5px;
    font-size:14px;
}
.l-checkbox-checked {

}
/* radio */
.l-radio {
    float:left;
    display:block;
    width:12px;
    height:12px;
    border:1px solid #cdcdcd;
}
.l-radio-label {
    float:left; 
    display:block;
    height:14px;
    line-height:14px;
    margin-left:5px;
    font-size:14px;
}
.l-radio-checked {

}
/* 文本框外包裹样式 */
.l-text-wrapper {
    position: relative;
}
.l-text {
    position:relative;
    width:120px;
    height:30px;
    line-height:30px;
    border:1px solid #cdcdcd;
}
/* 文本框 */
.l-text-field {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: inherit;
    line-height: inherit;
    border: 0;
    margin: 0;
    text-indent:5px;
    background-color: transparent;
    outline: none;
}
.l-text-field-label {
    position: absolute;
    top: 0px;
    left: 5px;
    height:30px;
    line-height:30px;
    color: #aaa;
    font-size: 14px;
    cursor: text;
}
.l-text .l-trigger {
    position:absolute;
    top:0;
    right:0;
    width:29px;
    height:inherit;
    line-height:inherit;
}
.l-text .l-trigger-clear {

}
.l-text .l-trigger-clear .l-trigger-icon {}
/* 选择框 */
.l-text-select {}
.l-text-select .l-trigger-icon {}
/* 时间文本框 */
.l-text-date {
}
