@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
73 lines (63 loc) • 1.23 kB
text/less
.@{prefixClass}-time-panel {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
background: #fff;
outline: none;
}
.@{prefixClass}-time-panel-header {
position: relative;
height: 34px;
padding: 0 10px;
line-height: 34px;
text-align: center;
border-bottom: 1px solid #ccc;
-webkit-user-select: none;
user-select: none;
}
.@{prefixClass}-time-panel-body {
padding: 9px 10px 10px;
}
.@{prefixClass}-time-panel-title {
display: inline-block;
width: 180px;
height: 30px;
padding: 4px 5px;
font-weight: bold;
line-height: 22px;
text-align: center;
border-radius: 4px;
}
.@{prefixClass}-time-panel-table {
width: 100%;
height: 255px;
table-layout: fixed;
border-collapse: separate;
}
.@{prefixClass}-time-panel-cell {
height: 42px;
text-align: center;
vertical-align: middle;
}
.@{prefixClass}-time-panel-time {
display: block;
width: 26px;
margin: 0 auto;
line-height: 26px;
border-radius: 4px;
&:hover {
background: #ebfaff;
cursor: pointer;
}
}
.@{prefixClass}-time-panel-selected-cell .@{prefixClass}-time-panel-time {
color: #fff;
background: #3fc7fa;
&:hover {
color: #fff;
background: #3fc7fa;
}
}