forked from kidgrow-microservices-platform

dougang
2021-02-02 57999d3037b04b935111d08b0b0f113220cffcb1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.layui-card-body {
    padding: 0;
}
 
.theme-div {
    padding-left: 15px;
    padding-top: 20px;
    margin-bottom: 10px;
}
 
.btnTheme {
    display: inline-block;
    margin: 0 6px 15px 0;
    padding: 4px;
    border: 1px solid #fff;
}
 
.btnTheme img {
    width: 80px;
    height: 50px;
    border: 1px solid #f2f2f2;
    background: #F2F2F2;
    cursor: pointer;
}
 
.btnTheme:hover, .btnTheme.active {
    border-color: #5FB878;
}
 
.more-menu-item {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    padding: 0px 25px;
    font-style: normal;
}
 
.more-menu-item:first-child {
    border-top: 1px solid #e8e8e8;
}
 
.more-menu-item:hover {
    background: #F2F2F2;
    color: #333;
}
 
.more-menu-item .layui-icon {
    padding-right: 10px;
    font-size: 18px;
}
 
.more-menu-item:after {
    content: "\e602";
    font-family: layui-icon !important;
    position: absolute;
    right: 16px;
}