10.13 修改时间筛选逻辑,去掉分时图线上圆圈展示,修改K线图颜色
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
color: #666;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
.eventDetailsC .eventContent .ai {
|
||||
color: #C00000;
|
||||
}
|
||||
.eventDetailsC .categoryList {
|
||||
white-space: nowrap;
|
||||
margin-top: 10rpx;
|
||||
@@ -115,6 +118,9 @@
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
}
|
||||
.eventDetailsC .targetList .item .content .ai {
|
||||
color: #C00000;
|
||||
}
|
||||
.eventDetailsC .conceptList {
|
||||
padding: 30rpx 25rpx;
|
||||
}
|
||||
@@ -313,6 +319,9 @@
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
}
|
||||
.eventDetailsC .historyEventList .list .item .eventInfoC .content .ai {
|
||||
color: #C00000;
|
||||
}
|
||||
.eventDetailsC .historyEventList .list .item .eventInfoC .increaseRateList {
|
||||
white-space: nowrap;
|
||||
padding: 0 30rpx;
|
||||
@@ -646,3 +655,6 @@
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
}
|
||||
.stockPopup .list .item .content .ai {
|
||||
color: #C00000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user