投屏pc端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
1.8 KiB

6 years ago
  1. /*.chart-loading-screen {*/
  2. /*background: #1c2030;*/
  3. /*}*/
  4. .loading-indicator{
  5. background: #fff;
  6. }
  7. .my2{
  8. /*background: none;不能删*/
  9. }
  10. .group-wWM3zP_M-{
  11. background-color: #1c2030 !important;
  12. }
  13. .chart-page{
  14. background: #ffffff !important;
  15. }
  16. .chart-page .chart-container{
  17. border: none;
  18. background:transparent !important;
  19. }
  20. .header-group-bars-style{
  21. display: none !important;
  22. }
  23. .header-group-symbol-search{
  24. display: none !important;
  25. }
  26. .header-group-properties{
  27. float: right;
  28. }
  29. .header-group-indicators{
  30. float: right;
  31. margin-top:9px !important;
  32. }
  33. .header-group-fullscreen{
  34. float: right;
  35. }
  36. .chart-widget{
  37. /*border: 1px solid #1c2030;*/
  38. }
  39. .chart-page .chart-container{
  40. /*border: 1px solid black;*/
  41. border: 1px solid #f7e4e6;
  42. }
  43. .chart-page ._tv-dialog .main-properties.main-properties-aftertabs {
  44. padding-bottom: 10px;
  45. }
  46. .chart-page ._tv-dialog .main-properties {
  47. box-sizing: border-box;
  48. padding: 10px 20px 0;
  49. }
  50. .main-properties-aftertabs{
  51. margin-top: -20px !important;
  52. }
  53. .apply-overflow-tooltip{
  54. /*color: #fff !important;*/
  55. /*font-size: 19px !important;*/
  56. }
  57. /*.header-chart-panel .group:nth-child(2){*/
  58. /*background: red !important;*/
  59. /*}*/
  60. .bottom-widgetbar-content.backtesting .button, .header-chart-panel .button{
  61. /*width: 20px;*/
  62. height: 30px;
  63. line-height: 30px;
  64. font-size: 14px;
  65. border: none;
  66. background: none;
  67. padding: 0 12px;
  68. /*color: #fff;*/
  69. }
  70. .bottom-widgetbar-content.backtesting .button:before, .header-chart-panel .button:before {
  71. box-sizing: border-box;
  72. border: 0!important;
  73. background: none;
  74. border-bottom: #2a98ff 2px solid!important;
  75. }
  76. .mydate{
  77. /*margin-left: 20px;*/
  78. /*background: #3B3B3B !important;*/
  79. color: #2a98ff !important;
  80. }
  81. .header-chart-panel-content .left{
  82. white-space: nowrap;
  83. overflow-x: scroll;
  84. }
  85. .header-chart-panel-content .left::-webkit-scrollbar{display:none}