UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

92 lines (86 loc) 2.01 kB
.@{prefixClass}-full { width: 275px; &-header { padding: 5px 10px; overflow: hidden; text-align: center; border-bottom: 1px solid #ccc; -webkit-user-select: none; user-select: none; &-month-select, &-year-select { float: right; width: 70px; margin-right: 5px; } &-switcher { display: inline-block; float: right; &-normal:hover { border-color: #23c0fa; box-shadow: 0 0 2px rgba(45, 183, 245, 0.8); cursor: pointer; } &-focus { color: #fff; background-color: #3fc7fa; border-color: #3fc7fa; } > span { float: left; height: 28px; padding: 0 10px; color: #666; line-height: 24px; border: 1px solid #d9d9d9; &:first-child { border-right: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } &:last-child { border-left: none; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } } } } .@{prefixClass}-fullscreen { width: auto; .@{prefixClass}-full-header { border-bottom: none; } .@{prefixClass} { &-column-header { padding-right: 12px; text-align: right; } &-cell { padding: 0; } &-cell .@{prefixClass}-date, &-month-panel-cell .@{prefixClass}-month-panel-month { display: block; width: auto; height: 116px; margin: 0 4px; padding-right: 8px; text-align: right; border: none; border-top: 2px solid #eee; border-radius: 0; } &-selected-day .@{prefixClass}-date, &-month-panel-selected-cell .@{prefixClass}-month-panel-month { color: #666; background-color: #ebfaff; } &-today .@{prefixClass}-date, &-month-panel-selected-cell .@{prefixClass}-month-panel-month { color: #3fc7fa; border-top-color: #3fc7fa; } } }