Browse Source

修改字体,背景颜色

master
wanghongjun 3 years ago
parent
commit
5ca8d7f26d
  1. 8
      src/assets/scss/module/_contract.scss
  2. 4
      src/assets/scss/module/_market-trade.scss
  3. 2
      src/components/CommonHeader.vue
  4. 9
      src/views/college/detail.vue
  5. 11
      src/views/contract/index.vue
  6. 4
      static/Kline/charting_library/static/css/tradingview_black.css

8
src/assets/scss/module/_contract.scss

@ -327,7 +327,7 @@
} }
.modal-content { .modal-content {
background-color: #000; background-color: #fff;
.close { .close {
color: #F2F2F2; color: #F2F2F2;
@ -336,4 +336,8 @@
.modal { .modal {
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
} }
.modal-open {
color: #000000;
}

4
src/assets/scss/module/_market-trade.scss

@ -68,8 +68,8 @@
.market-trade-buy .market-trade-list li a:hover { .market-trade-buy .market-trade-list li a:hover {
text-decoration: none; text-decoration: none;
background: #26a69a; background: #f7d558;
color: #fff; color: #fff!important;
} }
.market-trade-sell .market-trade-list li a:hover { .market-trade-sell .market-trade-list li a:hover {

2
src/components/CommonHeader.vue

@ -665,7 +665,7 @@ color: #000 !important;
} }
} }
.nav-item_icon:hover { .nav-item_icon:hover {
color: #000; color: #F7D558;
} }
.img { .img {

9
src/views/college/detail.vue

@ -86,4 +86,13 @@ export default {
color: white; color: white;
} }
} }
.py-4 {
color: #000;
}
.mt-4 {
color: #000;
}
.my-4 {
color: #000;
}
</style> </style>

11
src/views/contract/index.vue

@ -37,9 +37,9 @@
<table class="table" :key="parent.coin_name + 1"> <table class="table" :key="parent.coin_name + 1">
<thead> <thead>
<tr class="text-secondary"> <tr class="text-secondary">
<th class="w-10/24">{{ $t("contract.h5") }}</th> <th class="w-10/24 tr-text">{{ $t("contract.h5") }}</th>
<th class="w-7/24">{{ $t("contract.g3") }}</th> <th class="w-7/24 tr-text">{{ $t("contract.g3") }}</th>
<th class="w-7/24 text-right"> <th class="w-7/24 text-right tr-text">
{{ $t("contract.h6") }} {{ $t("contract.h6") }}
</th> </th>
</tr> </tr>
@ -52,7 +52,7 @@
:class="{ active: item.symbol == activeSymbol }" :class="{ active: item.symbol == activeSymbol }"
@click="ispopover1(item.symbol)" @click="ispopover1(item.symbol)"
> >
<td class="w-10/24"> <td class="w-10/24 tr-text">
{{ item.symbol }}/{{ parent.coin_name }} {{ item.symbol }}/{{ parent.coin_name }}
</td> </td>
<td <td
@ -382,4 +382,7 @@ export default {
.justify-content-between >>> .dark-app .theme-switch .theme-switch-button .left, .dark-app .theme-switch .theme-switch-button .right{ .justify-content-between >>> .dark-app .theme-switch .theme-switch-button .left, .dark-app .theme-switch .theme-switch-button .right{
color:white !important color:white !important
} }
.tr-text {
color: #000000!important;
}
</style> </style>

4
static/Kline/charting_library/static/css/tradingview_black.css

@ -3,7 +3,7 @@
.chart-page .header-chart-panel .my-group{float: left;} .chart-page .header-chart-panel .my-group{float: left;}
.separator-3cgsM4c1-{background-color: #dbdbdb;} .separator-3cgsM4c1-{background-color: #dbdbdb;}
.chart-page .header-chart-panel .my-group.active .mydate, .chart-page .header-chart-panel .my-group.active .mydate,
.feature-no-touch .chart-controls-bar-buttons a:not(.disabled):hover{background:linear-gradient(135deg,rgba(188,106,188,1) 0%,rgba(104,86,166,1) 100%);} .feature-no-touch .chart-controls-bar-buttons a:not(.disabled):hover{background:linear-gradient(135deg,rgba(247,213,88,1.000) 0%,rgba(253,126,20,1.000) 100%);}
.header-chart-panel .button, .header-chart-panel .button,
.feature-no-touch .header-chart-panel .button:active, .feature-no-touch .header-chart-panel .button:active,
/* .favored-list-container span{background-color: #222e3d; color: #758696; border-color: #222e3d;border-radius:3px;} */ /* .favored-list-container span{background-color: #222e3d; color: #758696; border-color: #222e3d;border-radius:3px;} */
@ -39,4 +39,4 @@ body.chart-page{
} }
.chart-container .chart-controls-bar{ .chart-container .chart-controls-bar{
background-color: #fff!important; background-color: #fff!important;
} }

Loading…
Cancel
Save