1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /* 状态标识 */
|
| .statusTag {
| width: 6px;
| height: 6px;
| border-radius: 50%;
| display: inline-block;
| margin-right: 4px;
| position: relative;
| bottom: 2px;
| }
|
| .page-search {
| position: relative;
| }
|
| .page-search-header {
| position: absolute;
| right: 10px;
| top: 4px;
| }
|
|