田源
2024-04-07 2ac55ce0edf4870a29691b56bfad59f4830a11a2
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
.threeSelect{
    background-color:#009688;
}
.threeSelect a{
    background-color:#009688;
}
 
.vciWebMenuLevel3{
    background-color:#363A45;
}
 
.vciWebMenuLevel3 a{
    background-color:#363A45;
}
 
.layui-bg-208{
    background-color:#c2c2c2!important;
    color: #0F0E0E!important;
}
 
.layui-bg-208 .logotitle{
    color:#0F0E0E;
    font-size:24px;
    float:left;
    margin-left:15px;
}
 
.layui-bg-208 .logoimg{
    line-heigt:60px;
    float:left;
    margin-top:10px;
}
 
.layui-bg-208 i{
    color:#0F0E0E;
}
.layui-bg-208 a{
    color:#0F0E0E !important;
}
.layui-bg-208 .layui-nav-more{
    border-top-color:#0F0E0E !important;
}
.layui-nav-tree-menu{
    background-color: #535459;
}
/*主页中的配置*/
.layui-vci-mes208-index{
    position: relative;
    height:100%;
    width:100%;
    overflow:hidden;
    overflow-y:auto;
    background-color:#f2f2f2;
}
 
 
/*收藏功能挂件中的配置*/
.layui-vci-fav {
    margin:0 ;
    background-color: #fff;
}
.layui-vci-fav ul{
    background-color: #fff!important;
}
.layui-vci-fav li{
    text-align:center;
    color:#666;
}
.layui-vci-fav a {
    color:#333;
    text-decoration: none;
}
.layui-vci-fav li .layui-icon {
    display:inline-block;
    width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#333;
    background-color: #F8F8F8;
    -webkit-transition: all .3s;
}
.layui-vci-fav li img{
    display:inline-block;
    width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#333;
    background-color: #F8F8F8;
    -webkit-transition: all .3s;
}
 
.layui-vci-fav li cite{
    position: relative;
    top: 2px;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
 
/*待办事项*/
.layui-vci-undotask {
    margin:0 ;
    background-color: #fff;
}
 
.layui-vci-undotask ul{
    background-color: #fff!important;
}
.layui-vci-undotask li{
    float: left;
 
}
.layui-vci-undotask a {
    display: block;
    padding: 10px 15px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
 
.layui-vci-undotask h3{
    padding-bottom: 10px;
    font-size: 12px;
}
 
.layui-vci-undotask cite{
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #009688;
}
 
.layui-vci-undotask .vci-need-do{
    color:#ff510f;
}
 
/*挂件的最右侧信息图标*/
.layui-portal-home .layui-icon-tips{
    line-height: initial;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}
 
/*挂件上的进入中心的按钮*/
.layui-vci-mes208-index .layui-icon-logo{
    line-height: initial;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}