10.16 修改今日日期样式,增加风险提示,禁掉相关标的分时图tooltip展示
This commit is contained in:
@@ -384,10 +384,13 @@
|
||||
color: #333;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .screenContentC .monthDateList .item .date.today {
|
||||
.screenPopup .screenContentC .monthDateList .item .date.select {
|
||||
background-color: #FF7E1A;
|
||||
color: white;
|
||||
}
|
||||
.screenPopup .screenContentC .monthDateList .item .date.today {
|
||||
color: #FF7E1A;
|
||||
}
|
||||
.screenPopup .screenContentC .monthDateList .item .date.inRange {
|
||||
background-color: #FFF2EB;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user