timeSpans.css 742 Bytes
.timeSpans {
    background: url(../../../images/timePicker.png) no-repeat 101% -1px white;
    /*background-color: #DBDFE5;*/
}

/*时间段选择窗口样式*/

.timeSelector {
    min-height: 120px;
    width: 236px;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: white;
    border: 1px solid #7c8895;
    z-index: 99;
}

.timeSelector .Wdate {
    width: 96px;
}

.timeSelector .btnDelete {
    display: block;
    float: right;
    margin-top: 3px;
    width: 16px;
    height: 16px;
    background: url(../../../images/btnDelete.png) no-repeat 0 0;
}

.timeSelector a.settingBtn {
    float: left;
    margin-right: 14px;
}

.timeSpanContainer li {
    margin-bottom: 5px;
}