]>
Commit | Line | Data |
---|---|---|
8133e8cf | 1 | .@{prefixClass}-panel { |
2 | z-index: 1070; | |
3 | width: 170px; | |
4 | position: absolute; | |
5 | box-sizing: border-box; | |
6 | ||
7 | * { | |
8 | box-sizing: border-box; | |
9 | } | |
10 | ||
11 | &-inner { | |
12 | display: inline-block; | |
13 | position: relative; | |
14 | outline: none; | |
15 | list-style: none; | |
16 | font-size: 12px; | |
17 | text-align: left; | |
18 | background-color: #fff; | |
19 | border-radius: 3px; | |
20 | box-shadow: 0 1px 5px #ccc; | |
21 | background-clip: padding-box; | |
22 | border: 1px solid #ccc; | |
23 | line-height: 1.5; | |
24 | } | |
02de449a | 25 | } |