diff options
Diffstat (limited to 'assets/index/TimePanel.less')
-rw-r--r-- | assets/index/TimePanel.less | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/index/TimePanel.less b/assets/index/TimePanel.less new file mode 100644 index 0000000..574605f --- /dev/null +++ b/assets/index/TimePanel.less | |||
@@ -0,0 +1,16 @@ | |||
1 | .@{prefixClass}-panel { | ||
2 | display: inline-block; | ||
3 | position: relative; | ||
4 | outline: none; | ||
5 | font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; | ||
6 | border: 1px solid #ccc; | ||
7 | list-style: none; | ||
8 | font-size: 12px; | ||
9 | text-align: left; | ||
10 | background-color: #fff; | ||
11 | border-radius: 3px; | ||
12 | box-shadow: 0 1px 5px #ccc; | ||
13 | background-clip: padding-box; | ||
14 | border: 1px solid #ccc; | ||
15 | line-height: 1.5; | ||
16 | } | ||