Skip to content

Commit 8c67738

Browse files
committed
加深查询界面标题颜色
1 parent 64f4089 commit 8c67738

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

Vol.Vue/src/assets/css/ViewGrid.less

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
margin-top: 5px;
6565
font-weight: bold;
6666
margin-bottom: 3px;
67-
font-size: 15px;
68-
color: #607d8b;
67+
font-size: 14px;
68+
color: #313131;
6969
white-space: nowrap;
70-
border-bottom: 2px solid #009688;
70+
border-bottom: 2px solid #646565;
7171
}
7272
.desc-text .ivu-icon {
7373
font-size: 20px;
@@ -164,16 +164,27 @@
164164
width: 100%;
165165
display: flex;
166166
.title{
167-
line-height: 28px;
167+
line-height: 29px;
168168
border-bottom: none;
169-
font-size: 14px;
169+
font-size: 13px;
170170
font-weight: bolder;
171171
margin-bottom: 0;
172-
color: #828282;
172+
color: #5d5c5c;
173173
.icon{
174174
color: #009688;
175175
font-size: 18px;
176176
}
177+
178+
i{
179+
line-height: 29px;
180+
border-bottom: none;
181+
font-weight: bolder;
182+
margin-bottom: 0;
183+
color: #5d5c5c;
184+
position: relative;
185+
margin-top: -4px;
186+
font-size: 14px;
187+
}
177188
}
178189
.btns{
179190
line-height: 28px;

开发版dev/Vue.NetCore/Vol.Vue/src/assets/css/ViewGrid.less

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
margin-top: 5px;
6565
font-weight: bold;
6666
margin-bottom: 3px;
67-
font-size: 15px;
68-
color: #607d8b;
67+
font-size: 14px;
68+
color: #313131;
6969
white-space: nowrap;
70-
border-bottom: 2px solid #009688;
70+
border-bottom: 2px solid #646565;
7171
}
7272
.desc-text .ivu-icon {
7373
font-size: 20px;
@@ -164,16 +164,27 @@
164164
width: 100%;
165165
display: flex;
166166
.title{
167-
line-height: 28px;
167+
line-height: 29px;
168168
border-bottom: none;
169-
font-size: 14px;
169+
font-size: 13px;
170170
font-weight: bolder;
171171
margin-bottom: 0;
172-
color: #828282;
172+
color: #5d5c5c;
173173
.icon{
174174
color: #009688;
175175
font-size: 18px;
176176
}
177+
178+
i{
179+
line-height: 29px;
180+
border-bottom: none;
181+
font-weight: bolder;
182+
margin-bottom: 0;
183+
color: #5d5c5c;
184+
position: relative;
185+
margin-top: -4px;
186+
font-size: 14px;
187+
}
177188
}
178189
.btns{
179190
line-height: 28px;

0 commit comments

Comments
 (0)