| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602 |
- .app-hqchart {
- flex: 1;
- overflow: hidden;
- &__container {
- position: relative;
- width: 100%;
- height: 100%;
- }
- a {
- transition-duration: 0.4s, 0.5s;
- transition-property: background-color, color;
- transition-timing-function: ease, ease;
- }
- i {
- font-style: normal;
- }
- input,
- canvas {
- outline: 0px;
- }
- .redColor {
- color: #ee1515;
- }
- .greenColor {
- color: #199e00;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- ::-webkit-scrollbar-button {
- display: none;
- }
- ::-webkit-scrollbar-track {
- background: #F1F1F1;
- border-radius: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background: #C1C1C1;
- border-radius: 4px;
- }
- /*右键菜单*/
- .context-menu-wrapper {
- position: absolute;
- z-index: 500;
- overflow: auto;
- border: 1px solid;
- border-color: #b5b7b9;
- background-color: #fff;
- white-space: nowrap;
- }
- html.theme-dark .context-menu-wrapper {
- background-color: #1c2030;
- border-color: #363c4e;
- }
- .context-menu-wrapper .backlight {
- background-color: #f2f3f5;
- }
- html.theme-dark .context-menu-wrapper .backlight {
- background-color: #2f3241;
- }
- tr.context-menu.disabled {
- color: #9d9d9d;
- }
- /*
- tr.context-menu.spinner > td {
- background: url("/static/images/loading-small.0c15c93a2cb0.gif") 50% no-repeat;
- cursor: default;
- }
- */
- .submenu.center {
- background-color: #fff;
- }
- .context-menu {
- font-family: Tahoma, Arial, sans-serif;
- font-size: 11px;
- white-space: nowrap;
- }
- tr.context-menu {
- cursor: pointer;
- height: 29px;
- }
- tr.context-menu:hover {
- background: #f2f3f5;
- }
- html.theme-dark tr.context-menu-hover {
- background: #2f3241;
- }
- td.context-menu {
- opacity: 1;
- cursor: pointer;
- padding-left: 4px;
- }
- .context-menu-item-separated {
- border-bottom: 1px solid #cecece;
- }
- .context-menu .text {
- min-width: 100px;
- }
- .context-menu .spacer {
- width: 18px;
- text-align: center;
- }
- .context-menu .icon {
- height: 27px;
- width: 18px;
- }
- .context-menu .shortcut {
- text-align: right;
- color: #aaa;
- padding: 0 2px 0 10px;
- }
- .submenu-arrow {
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAKElEQVR4AWOgExgFo6Cvr+8/1Q0EYaoaCMNUNBCBB68LqRvLIxiMAgAKDyqRblYs2AAAAABJRU5ErkJggg==);
- background-repeat: no-repeat;
- background-position: 50%;
- width: 20px;
- }
- .border td {
- border-bottom: 1px solid #b5b7b9;
- }
- /*右键菜单结束*/
- /*工具条*/
- .tools {
- margin-bottom: 8px;
- height: 38px;
- color: #4c525e;
- float: left;
- }
- .tools .txt {
- height: 28px;
- width: 80px;
- border: none;
- margin-top: 3px;
- padding-left: 5px;
- }
- .tools .item {
- float: left;
- margin-right: 1px;
- padding: 0 5px;
- cursor: pointer;
- border: 1px solid #ECEFF2;
- height: 36px;
- line-height: 36px;
- }
- .button {
- -moz-box-shadow: inset 0px 0px 0px 0px #edf0f2;
- -webkit-box-shadow: inset 0px 0px 0px 0px #edf0f2;
- box-shadow: inset 0px 0px 0px 0px #edf0f2;
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfffa), color-stop(1, #ffffff));
- background: -moz-linear-gradient(top, #fcfffa 5%, #ffffff 100%);
- background: -webkit-linear-gradient(top, #fcfffa 5%, #ffffff 100%);
- background: -o-linear-gradient(top, #fcfffa 5%, #ffffff 100%);
- background: -ms-linear-gradient(top, #fcfffa 5%, #ffffff 100%);
- background: linear-gradient(to bottom, #fcfffa 5%, #ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfffa', endColorstr='#ffffff', GradientType=0);
- background-color: #fcfffa;
- border: 1px solid #eceff2;
- display: inline-block;
- cursor: pointer;
- font-family: Arial;
- font-size: 13px;
- text-decoration: none;
- }
- .button:hover {
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2f3f5), color-stop(1, #f2f3f5));
- background: -moz-linear-gradient(top, #f2f3f5 5%, #f2f3f5 100%);
- background: -webkit-linear-gradient(top, #f2f3f5 5%, #f2f3f5 100%);
- background: -o-linear-gradient(top, #f2f3f5 5%, #f2f3f5 100%);
- background: -ms-linear-gradient(top, #f2f3f5 5%, #f2f3f5 100%);
- background: linear-gradient(to bottom, #f2f3f5 5%, #f2f3f5 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f5', endColorstr='#f2f3f5', GradientType=0);
- background-color: #f2f3f5;
- }
- .button:active {
- position: relative;
- top: 1px;
- }
- /*工具条结束*/
- /*工具条下拉菜单*/
- .dropdownList {
- width: 200px;
- border: 1px solid #ECEFF2;
- position: absolute;
- z-index: 500;
- overflow: auto;
- padding: 5px 0;
- background-color: rgba(255, 255, 255, 1);
- box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
- border-radius: 3px;
- display: none;
- color: #4c525e;
- }
- .dropdownList .item {
- padding: 2px 8px;
- height: 28px;
- line-height: 28px;
- }
- .dropdownList .item:hover {
- background-color: #EBF7FC;
- cursor: pointer;
- }
- /*工具条下拉菜单结束*/
- /*拖拽切换*/
- .selected {
- height: 38px;
- overflow: hidden;
- text-align: center;
- float: left;
- }
- .selected ul li {
- float: left;
- margin: 0 5px;
- list-style-type: none;
- }
- .selected ul a {
- display: block;
- background: #EBF7FC;
- height: 38px;
- text-decoration: none;
- color: #4c525e;
- -webkit-transition: margin .4s ease-in-out;
- -moz-transition: margin .4s ease-in-out;
- -o-transition: margin .4s ease-in-out;
- -ms-transition: margin .4s ease-in-out;
- transition: margin .4s ease-in-out;
- padding: 0px 8px;
- line-height: 38px;
- }
- .selected ul a:nth-of-type(even) {
- background: #fff2f4;
- color: #4c525e;
- }
- /*拖拽切换结束*/
- /*画图工具*/
- .drawing {
- height: 36px;
- float: left;
- border: 1px solid #ECEFF2;
- }
- .drawing .lable {
- background: #ECEFF2;
- height: 36px;
- line-height: 36px;
- float: left;
- margin-right: 1px;
- padding: 0px 5px;
- }
- .drawing .item {
- float: left;
- margin: 1px 1px 1px 0px;
- padding: 0 5px;
- cursor: pointer;
- border: 1px solid #ECEFF2;
- height: 32px;
- line-height: 32px;
- }
- .drawing .item.active {
- background: #1592e6;
- color: #fff;
- border-color: #1592e6;
- }
- .drawtools {
- border: 1px solid #ccc;
- background: #fff;
- }
- .drawtools .icon-image {
- text-align: center;
- padding: 5px 0 5px 10px;
- height: 24px;
- position: relative;
- }
- .drawtools .icon-image>i:nth-of-type(1) {
- font-size: 24px;
- }
- .drawtools .icon-image.active>i:nth-of-type(1) {
- color: #0182d4;
- }
- .drawtools .icon-image .menuTwo {
- position: absolute;
- top: 0;
- right: 46px;
- border: 1px solid #ccc;
- background-color: #fff;
- display: none;
- text-align: right;
- }
- .drawtools .icon-image .menuTwo .menuTwoItem {
- height: 24px;
- line-height: 24px;
- width: 125px;
- font-size: 12px;
- padding: 5px 0;
- display: block;
- padding-right: 10px;
- }
- .drawtools .icon-image .menuTwo .menuTwoItem::after {
- content: "";
- display: block;
- width: 0;
- height: 0;
- clear: both;
- overflow: hidden;
- }
- .drawtools .icon-image .menuTwo .menuTwoItem>i {
- float: right;
- margin-left: 5px;
- font-size: 24px;
- }
- .drawtools .icon-image .menuTwo .menuTwoItem:hover {
- background-color: #ebf7fc;
- }
- .drawtools .icon-image .menuTwo .menuTwoItem.current {
- background-color: #37a6ef;
- }
- .drawtools .icon-image .contentArrow {
- font-size: 12px;
- position: absolute;
- top: 12px;
- left: 0;
- transition: transform 0.2s;
- display: none;
- }
- .drawtools .icon-image .contentArrow.trans {
- transform: rotate(180deg);
- }
- .drawtools .icon-image:last-child {
- border-top: 1px solid #ccc;
- }
- .chartpicture-text-setting {
- width: 400px;
- background-color: #fff;
- border: 1px solid;
- border-color: #b5b7b9;
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15)
- }
- .titleWrap {
- height: 53px;
- line-height: 53px;
- width: 100%;
- border-bottom: 1px solid;
- border-color: #dadde0;
- position: relative;
- }
- .titleWrap .titleName {
- height: 53px;
- line-height: 53px;
- display: inline-block;
- padding: 0 2px;
- font-size: 14px;
- color: #4f5966;
- margin-left: 14px;
- position: relative;
- }
- .titleWrap .titleName::after {
- content: ' ';
- position: absolute;
- display: block;
- left: 0;
- bottom: -1px;
- width: 100%;
- height: 3px;
- background-color: #5cb888;
- }
- .titleWrap .closeBtn {
- font-size: 12px;
- color: #777;
- position: absolute;
- top: 0;
- right: 0;
- padding-right: 14px;
- padding-left: 14px;
- cursor: pointer;
- }
- .contentWrap {
- padding: 15px 27px;
- }
- .contentWrap .styleOptions {
- height: 27px;
- margin-bottom: 7px;
- }
- .contentWrap .styleOptions .colorPicker {
- width: 25px;
- height: 25px;
- cursor: pointer;
- display: inline-block;
- border: 1px solid;
- border-color: #1e90ff;
- background-color: #1e90ff;
- margin-right: 5px;
- position: relative;
- }
- .contentWrap .colorPicker #fontColor {
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- width: 100%;
- height: 100%;
- display: block;
- }
- .contentWrap .likeSelect {
- height: 25px;
- width: 50px;
- background-color: #f1f3f6;
- line-height: 25px;
- cursor: pointer;
- display: inline-block;
- vertical-align: top;
- font-size: 14px;
- padding: 0 20px 0 10px;
- border: 1px solid;
- border-color: #dadde0;
- margin-right: 5px;
- position: relative;
- }
- .contentWrap .fontSelect {
- font-size: 12px;
- }
- .contentWrap .likeSelect .choicedText {
- display: inline-block;
- width: 78px;
- height: 100%;
- overflow: hidden;
- }
- /* .contentWrap .likeSelect select {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; opacity: 0.5;}
- .contentWrap .likeSelect option {height: 30px; line-height: 30px;} */
- .contentWrap .likeSelect i {
- font-size: 15px;
- position: absolute;
- top: 0;
- right: 6px;
- }
- .contentWrap .likeSelect .selectList {
- position: absolute;
- top: 27px;
- left: 0;
- background-color: #fff;
- border: 1px solid #dadde0;
- display: none;
- }
- .contentWrap .selectList p {
- padding: 0 15px;
- height: 30px;
- line-height: 30px;
- cursor: pointer;
- white-space: nowrap;
- }
- .contentWrap .selectList p:hover {
- background-color: #f1f3f6;
- }
- .contentWrap .selectList p.active {
- background-color: #f1f3f6;
- border-left: 3px solid #5cb888;
- }
- .contentWrap .likeBtn {
- border: 1px solid;
- border-color: #dadde0;
- text-align: center;
- cursor: pointer;
- vertical-align: top;
- font-size: 16px;
- margin-right: 5px;
- color: #4a4a4a;
- display: inline-block;
- width: 25px;
- height: 25px;
- line-height: 25px;
- background-color: #f1f3f6;
- }
- .contentWrap .strongFont {
- font-weight: bold;
- }
- .contentWrap .italicsFont {
- font-style: italic;
- }
- .contentWrap .tArea {
- border: 1px solid #b5b7b9;
- background-color: #fff;
- resize: none;
- color: #4a4a4a;
- font-size: 12px;
- line-height: 18px;
- box-sizing: border-box;
- padding: 8px 5px;
- width: 100%;
- height: 200px;
- }
- .contentWrap .likeSelect:hover,
- .contentWrap .likeBtn:hover {
- border-color: #b5b7b9;
- }
- .contentWrap .likeSelect.hot,
- .contentWrap .likeBtn.hot {
- background-color: #fff;
- }
- .btnsContainer {
- text-align: right;
- padding: 0 13px 27px 13px;
- }
- .btnsContainer .btn {
- width: 72px;
- height: 24px;
- line-height: 24px;
- cursor: pointer;
- padding-top: 4px;
- text-align: center;
- font-size: 14px;
- color: #fff;
- margin-right: 10px;
- display: inline-block;
- }
- .btnsContainer .okBtn {
- background-color: #3bb3e4;
- }
- .btnsContainer .okBtn:hover {
- background-color: #38acdb;
- }
- .btnsContainer .cancelBtn {
- background-color: #9ca0a6;
- margin-right: 0;
- }
- .btnsContainer .cancelBtn:hover {
- background-color: #898c91;
- }
- /*画图工具结束*/
- /*区间统计*/
- .jchart-select-statistics-box {
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- background-color: rgba(0, 0, 0, 0.01);
- display: none;
- z-index: 999;
- }
- .interval .top {
- padding-left: 10px;
- box-sizing: border-box;
- height: 40px;
- line-height: 40px;
- text-align: left;
- border-bottom: solid 1px #e1ecf2;
- font-size: 14px;
- color: #757d81;
- }
- .interval .top .closeBtn {
- float: right;
- margin-right: 15px;
- cursor: pointer;
- font-weight: 600;
- }
- .interval table {
- width: 100%;
- height: 170px;
- }
- .changColorR {
- border-right-color: #1295d9 !important;
- }
- .changColorL {
- border-left-color: #1295d9 !important;
- }
- .interval table .dateChange1 {
- /*padding :0px 3px;*/
- display: inline-block;
- cursor: pointer;
- width: 0;
- height: 0;
- border: 6px solid transparent;
- border-right: 6px solid #c8d2db;
- }
- .interval table .dateChange2 {
- /*padding :0px 3px;*/
- display: inline-block;
- cursor: pointer;
- width: 0;
- height: 0;
- border: 6px solid transparent;
- border-left: 6px solid #c8d2db;
- }
- .interval table tr td:nth-child(2),
- .interval table tr td:nth-child(4),
- .interval table tr td:nth-child(6) {
- font-weight: bold;
- }
- .interval table td {
- padding-left: 10px;
- border-bottom: 1px solid #ECEFF2;
- }
- .interval table td.name {
- text-align: right;
- }
- .interval table td:last-child {
- padding-right: 10px;
- }
- /*区间统计结束*/
- /*形态匹配*/
- .kLineMatch {
- position: absolute;
- z-index: 520;
- width: 300px;
- height: 600px;
- border: 1px solid #ECEFF2;
- background: #fff;
- display: none;
- }
- .kLineMatch .top {
- height: 30px;
- line-height: 30px;
- background: #ccc;
- text-align: center;
- }
- .kLineMatch .top .closeBtn {
- float: right;
- margin-right: 20px;
- cursor: pointer;
- }
- .kLineMatch .title {
- padding: 5px;
- }
- .kLineMatch .title .name {
- float: left;
- width: 70px;
- border-right: 1px solid #ccc;
- }
- .kLineMatch .title .time {
- float: left;
- width: 140px;
- padding-left: 5px;
- border-right: 1px solid #ccc;
- }
- .kLineMatch .title .similar {
- float: left;
- padding-left: 5px;
- }
- .kLineMatch .list {
- overflow-y: auto;
- height: 544px;
- width: 290px;
- padding: 5px 5px 0px 5px;
- }
- .kLineMatch .list .item .name {
- width: 70px;
- float: left;
- padding-bottom: 5px;
- }
- .kLineMatch .list .item .time {
- padding: 0px 0px 5px 5px;
- float: left;
- width: 140px;
- }
- .kLineMatch .list .item .similar {
- float: left;
- padding-left: 7px;
- padding-bottom: 5px;
- }
- /*形态匹配结束*/
- /*形态匹配结果列表 start*/
- .jchart-kline-match-box {
- font: 13px 'Microsoft Yahei';
- }
- .jchart-kline-match-box .matchTable {
- border-collapse: collapse;
- width: 100%;
- }
- .jchart-kline-match-box .matchTable td,
- .jchart-kline-match-box .matchTable th {
- line-height: 20px;
- border: 1px solid #ccc;
- padding: 0 10px;
- }
- .jchart-kline-match-box .matchTable td.red {
- color: red;
- }
- /*分页*/
- .pagination {
- height: 22px;
- text-align: center;
- margin-top: 10px;
- }
- .pagination span {
- display: inline-block;
- line-height: 20px;
- padding: 0 6px;
- border: 1px solid #ccc;
- margin-right: 6px;
- cursor: pointer;
- }
- .pagination span:hover,
- .pagination span.active {
- color: #ffb400;
- }
- /*形态匹配结果列表 end*/
- /*加载层*/
- .spinnerBg {
- background: #ccc;
- width: 100%;
- height: 100%;
- position: absolute;
- opacity: 0.5;
- display: none;
- }
- .spinner {
- width: 50px;
- height: 60px;
- font-size: 10px;
- position: absolute;
- top: 50%;
- left: 50%;
- display: none;
- }
- .spinner>div {
- background-color: #39adce;
- height: 100%;
- width: 6px;
- display: inline-block;
- -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
- animation: stretchdelay 1.2s infinite ease-in-out;
- }
- .spinner .rect2 {
- -webkit-animation-delay: -1.1s;
- animation-delay: -1.1s;
- }
- .spinner .rect3 {
- -webkit-animation-delay: -1.0s;
- animation-delay: -1.0s;
- }
- .spinner .rect4 {
- -webkit-animation-delay: -0.9s;
- animation-delay: -0.9s;
- }
- .spinner .rect5 {
- -webkit-animation-delay: -0.8s;
- animation-delay: -0.8s;
- }
- @-webkit-keyframes stretchdelay {
- 0%,
- 40%,
- 100% {
- -webkit-transform: scaleY(0.4)
- }
- 20% {
- -webkit-transform: scaleY(1.0)
- }
- }
- @keyframes stretchdelay {
- 0%,
- 40%,
- 100% {
- transform: scaleY(0.4);
- -webkit-transform: scaleY(0.4);
- }
- 20% {
- transform: scaleY(1.0);
- -webkit-transform: scaleY(1.0);
- }
- }
- /*加载层结束*/
- .kline-info {
- position: absolute;
- /*opacity: 0.8;*/
- width: 16px;
- height: 16px;
- background-color: #fff;
- /*border: 2px solid #ff3232;*/
- color: #ff3232;
- text-align: center;
- cursor: pointer;
- font: bold 12px/1.4 arial;
- }
- .klineframe-toolbar {
- position: absolute;
- color: #fff;
- text-align: right;
- line-height: 24px;
- padding-right: 5px;
- box-sizing: border-box;
- }
- .klineframe-toolbar span:hover {
- color: #0182d4;
- }
- .klineframe-button {
- position: absolute;
- text-align: right;
- border: 1px solid #cccccc;
- padding: 2px;
- }
- /*.klineframe-button span:hover{*/
- /*color: #0182d4;*/
- /*}*/
- /*.klineframe-button span:active{*/
- /*color: #0182d4;*/
- /*}*/
- .icon-active {
- color: #0182d4;
- }
- .increase {
- margin-left: 3px;
- margin-right: 10px;
- }
- .rate-discount {
- font-weight: normal;
- margin-left: 90px;
- }
- .tipBoxTitle {
- display: inline-block;
- width: 130px;
- }
- .date-tipbox {
- margin-right: 10px;
- }
- /*参数设置面板*/
- .jchart-changeindex-box {
- position: fixed;
- display: none;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.01);
- }
- .jchart-modifyindex-box {
- position: fixed;
- display: none;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.01);
- }
- .jchart-kline-minute-box {
- position: absolute;
- display: none;
- width: 500px;
- height: 550px !important;
- padding: 0 5px 20px 10px;
- background-color: rgba(255, 255, 255, 0.95);
- border: solid 1px rgba(200, 210, 219, 0.92);
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- z-index: 999;
- }
- .parameter {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- padding: 3px;
- box-sizing: border-box;
- width: 520px;
- height: 421px;
- background-color: rgba(255, 255, 255, 0.96);
- box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.55);
- border-radius: 2px;
- z-index: 999;
- }
- .parameter-header {
- position: relative;
- width: 100%;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #c8d2db;
- }
- .parameter-header span {
- font-family: 微软雅黑;
- font-size: 14px;
- margin-left: 10px;
- }
- .parameter-header strong {
- position: absolute;
- right: 10px;
- top: 10px;
- font-size: 14px;
- font-weight: 300;
- }
- .parameter-content {
- padding: 20px;
- box-sizing: border-box;
- }
- .row-line {
- margin-right: 20px;
- margin-top: 10px;
- padding-left: 3px;
- box-sizing: border-box;
- width: 100px;
- height: 24px;
- line-height: 24px;
- border: 1px solid #cccccc;
- }
- #close {
- cursor: pointer;
- }
- .parameter1 {
- cursor: pointer;
- }
- .parameter-footer {
- position: absolute;
- bottom: 20px;
- left: 50%;
- transform: translateX(-50%);
- }
- .parameter-footer button {
- margin-left: 15px;
- width: 78px;
- height: 28px;
- border: none;
- border-radius: 2px;
- color: #ffffff;
- }
- .submit {
- background-color: #0182d4;
- }
- .cancel {
- background-color: #c8d2db;
- }
- /*指数设置面板*/
- .target-box {
- position: absolute;
- display: none;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.01);
- z-index: 999;
- }
- .target-panel {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- width: 800px;
- height: 500px;
- background-color: rgba(255, 255, 255, 0.96);
- box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.55);
- border-radius: 3px;
- }
- .target-header {
- position: relative;
- width: 100%;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #c8d2db;
- }
- .target-header span {
- font-family: 微软雅黑;
- font-size: 14px;
- margin-left: 10px;
- }
- .target-header strong {
- position: absolute;
- right: 10px;
- top: 10px;
- font-size: 14px;
- font-weight: 300;
- }
- #close-tar {
- cursor: pointer;
- }
- .target-content {
- height: 100%;
- }
- .target-left {
- float: left;
- width: 200px;
- height: calc(100% - 43px);
- border-right: 1px solid #c8d2db;
- }
- .target-left input {
- margin-left: 10px;
- height: 40px;
- line-height: 40px;
- border: none;
- font-size: 14px;
- }
- .target-left ul {
- border-top: 1px solid #c8d2db;
- list-style: none;
- padding: 10px;
- box-sizing: border-box;
- }
- .target-left ul li {
- font-size: 13px;
- line-height: 30px;
- color: #757d81;
- cursor: pointer;
- }
- .active-list {
- color: #1295d9 !important;
- }
- .target-right {
- float: left;
- width: 595px;
- }
- .target-right ul {
- width: 590px;
- max-height: 450px;
- overflow: auto;
- padding-top: 10px;
- padding-left: 20px;
- box-sizing: border-box;
- }
- .target-right ul li {
- display: inline-block;
- margin-top: 5px;
- margin-left: 10px;
- list-style: none;
- width: 175px;
- line-height: 30px;
- text-align: left;
- float: left;
- cursor: pointer;
- }
- /*分钟走势图*/
- .minute-dialog-title {
- position: relative;
- margin-bottom: 10px;
- height: 36px;
- line-height: 36px;
- width: 100%;
- border-bottom: 1px solid #ccc;
- }
- .minute-dialog-title span {
- margin-left: 5px;
- }
- .minute-dialog-title strong {
- position: absolute;
- right: 5px;
- top: 0;
- font-weight: 300;
- font-size: 12px;
- }
- .minute-dialog-title strong:hover,
- .parameter-header strong:hover {
- color: #0182d4;
- }
- /*tooltip的外层样式*/
- .jschart-tooltip {
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px 20px 15px 13px;
- box-sizing: border-box;
- position: relative;
- display: none;
- z-index: 9;
- user-select: none;
- }
- /*tooltip的内层样式*/
- .tooltip-title {
- color: #2b3645;
- font-family: 微软雅黑;
- font-size: 12px;
- text-align: center;
- display: block;
- line-height: 24px;
- }
- .tooltip-con {
- color: #2b3645;
- font-family: 微软雅黑;
- font-size: 12px;
- line-height: 24px;
- }
- .tooltip-num {
- font-family: 微软雅黑;
- font-size: 12px;
- line-height: 24px;
- text-align: right;
- display: inline-block;
- width: 90px;
- }
- /*区间选择*/
- .jschart-selectrect {
- border: dashed 1px #0f248de0;
- display: none;
- }
- /*提示详情*/
- .jchart-klineinfo-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 15px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- user-select: none;
- }
- .total-list {
- color: #f39800;
- }
- .jchart-klineinfo-tooltip span {
- display: block;
- /* width:100%; */
- /* overflow: hidden; */
- /* white-space: nowrap; */
- /* text-overflow: ellipsis; */
- vertical-align: bottom;
- }
- .title-length {
- max-height: 220px;
- overflow: hidden;
- }
- .close-munite {
- cursor: pointer;
- }
- /*交易指标提示信息*/
- .jchart-klinetrade-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- }
- /*分时图异动信息*/
- .jchart-minuteinfo-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- }
- /*图标提示信息*/
- .jchart-iconinfo-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- }
- /*ox图提示信息*/
- .jchart-chartox-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- }
- /*散点图提示信息*/
- .jchart-charscatterplot-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- }
- /*ChartDrawSVG提示信息*/
- .jchart-chartdrawsvg-tooltip {
- position: absolute;
- z-index: 10;
- max-height: 270px;
- line-height: 28px;
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
- border: solid 1px rgba(200, 210, 219, 0.92);
- padding: 7px;
- background: rgba(255, 255, 255, 0.92);
- box-sizing: border-box;
- display: none;
- /*禁止文字选中*/
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- /*龙虎榜*/
- .trade-detall {
- margin-left: 80px;
- }
- .reason-list {
- display: inline-block;
- width: 200px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- vertical-align: bottom;
- }
- .trade-time {
- vertical-align: top;
- }
- /*业绩预告*/
- .prorecast-week {
- margin-left: 70px;
- }
- /*=======区间选择弹出框=========*/
- .jchart-select-section {
- height: 340px;
- }
- .jchart-select-table-right .jchart-select-date {
- width: 100%;
- margin-bottom: 5px;
- }
- .jchart-select-date span {
- display: inline-block;
- width: 32%;
- padding-left: 10px;
- box-sizing: border-box;
- font-size: 13px;
- }
- .jchart-select-date span i {
- display: inline-block;
- width: 12px;
- height: 24px;
- line-height: 24px;
- text-align: center;
- border: 1px solid #dddddd;
- background-color: #f5f5f5;
- cursor: pointer;
- }
- .start-date-left,
- .end-date-left {
- margin: 0 2px 0 5px;
- }
- .jchart-select-table-right>table {
- width: 100%;
- border-collapse: collapse;
- }
- .jchart-select-table-right>table,
- .jchart-select-table-right>table tr,
- .jchart-select-table-right>table td {
- border: 1px solid #dddddd;
- }
- .jchart-select-table-right td {
- padding-left: 10px;
- box-sizing: border-box;
- width: 32%;
- height: 40px;
- vertical-align: center;
- }
- .jchart-select-table-right>table td span {
- margin-left: 20px;
- }
- .jchart-select-table-right>table td strong {
- display: inline-block;
- width: 50px;
- font-weight: normal;
- }
- /*设置涨跌颜色*/
- .PriceUp {
- color: #ee1515 !important;
- }
- .PriceDown {
- color: #199e00 !important;
- }
- .PriceNull {
- color: black;
- }
- /*按钮背景色*/
- .BtnBackground {
- background-color: #ffffff !important;
- color: #eeeeee;
- }
- /*K线右上角图标*/
- .icon-image {
- cursor: pointer;
- }
- .icon-image img {
- /*margin-top: 12px;*/
- padding: 10px 8px;
- display: block;
- width: 22px;
- height: 22px;
- border-left: 1px solid #cccccc;
- border-right: 1px solid #cccccc;
- }
- .icon-image:first-child img {
- border-top: 1px solid #cccccc;
- }
- .icon-image:last-child img {
- border-bottom: 1px solid #cccccc;
- }
- /*K线子图标*/
- .subTolls {
- padding: 8px 5px 0px 8px;
- border: 1px solid #aaaaaa;
- background-color: #fff;
- height: 26px;
- }
- .subTolls::after {
- content: "";
- display: block;
- width: 0;
- height: 0;
- clear: both;
- }
- .subTolls>* {
- margin: 0 3px;
- cursor: pointer;
- display: block;
- width: 20px;
- height: 20px;
- float: left;
- }
- .subTolls>.subtool-set {
- vertical-align: top;
- }
- .change-color {
- width: 24px;
- height: 3px;
- outline: none;
- border: 0;
- position: relative;
- }
- .changes-color {
- position: relative;
- }
- .change-image {
- margin-left: 3px;
- margin-bottom: 2px;
- display: inline-block;
- width: 16px;
- height: 13px;
- }
- .changes-color input {
- position: absolute;
- left: 0;
- bottom: 0;
- }
- input[type="color"] {
- border: 0;
- padding: 0;
- cursor: pointer;
- }
- ::-webkit-color-swatch-wrapper {
- background-color: #ffffff;
- }
- ::-webkit-color-swatch {
- height: 4px;
- width: 25px;
- position: relative;
- left: 0;
- top: -5px;
- border: 0;
- }
- .subtool-del {
- position: relative;
- }
- }
|