Skip to content

Commit b56366d

Browse files
author
zhoutong
committed
==
2 parents caf6d6c + ffd669c commit b56366d

File tree

3 files changed

+289
-88
lines changed

3 files changed

+289
-88
lines changed

src/Redwood/WebBundle/Resources/public/css/webhqBuild.css

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ ul li{
4040
.maCC{
4141
fill: none;
4242
}
43+
.maCCstrock{
44+
stroke: none;
45+
}
4346

4447
.webhq-main .info{
4548
background: #eee;
@@ -55,7 +58,7 @@ ul li{
5558
height: 160px;
5659
}
5760
.webhq-main .h104{
58-
height: 104px;
61+
height: 138px;
5962
}
6063
.webhq-main .klinecolor-get{
6164
background: #5B5B5B;
@@ -88,17 +91,17 @@ ul li{
8891
color: #fff;
8992
border-radius: 10px;
9093
}
91-
.importKlineColorTextarea textarea{
94+
.importbox textarea{
9295
resize: none;
9396
}
94-
.importKlineColorTextarea{
97+
.importbox{
9598
position: absolute;
9699
background: cadetblue;
97100
padding: 22px 22px 10px;
98101
margin-left: 124px;
99102
margin-top: 3px;
100103
}
101-
.importKlineColorTextarea .btn{
104+
.importbox .btn{
102105
background: #eee;
103106
padding: 2px 14px;
104107
margin-left: 5px;
@@ -158,3 +161,51 @@ ul li{
158161
.hqKlaxisColorcc{
159162
color: #727272;
160163
}
164+
165+
/*fs */
166+
.hqFsgridColorsvg{
167+
stroke: #c0c0c0;
168+
}
169+
.hqFsnowpsvg{
170+
stroke: #6a9fd3;
171+
stroke-width: 1;
172+
}
173+
.hqFsavpsvg{
174+
stroke: #E5A045;
175+
stroke-width: 1;
176+
}
177+
.hqFshqoutlineColor{
178+
background: #bebebe;
179+
}
180+
.hqFshqbgColor{
181+
background: #fff;
182+
}
183+
.hqFsnowpClosesvgfill{
184+
fill:rgba(141,168,248, .05);
185+
}
186+
.hqFsupColorsvg{
187+
stroke: #D85342;
188+
stroke-width: 1;
189+
}
190+
.hqFsdownColorsvg{
191+
stroke: #6CA584;
192+
stroke-width: 1;
193+
}
194+
.hqFseqColorsvg{
195+
stroke: #ccc;
196+
stroke-width: 1;
197+
}
198+
199+
.hqFscrossColorsvg{
200+
stroke: #8b8b8b;
201+
202+
}
203+
.hqFsupAxisColorcc{
204+
color: #c80000;
205+
}
206+
.hqFsdownAxisColorcc{
207+
color: #006100;
208+
}
209+
.hqFseqAxisColorcc{
210+
color: #727272;
211+
}

0 commit comments

Comments
 (0)