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 {
background-color: #000;
background-color: #fff;
.close {
color: #F2F2F2;
@ -336,4 +336,8 @@
.modal {
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 {
text-decoration: none;
background: #26a69a;
color: #fff;
background: #f7d558;
color: #fff!important;
}
.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 {
color: #000;
color: #F7D558;
}
.img {

9
src/views/college/detail.vue

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

11
src/views/contract/index.vue

@ -37,9 +37,9 @@
<table class="table" :key="parent.coin_name + 1">
<thead>
<tr class="text-secondary">
<th class="w-10/24">{{ $t("contract.h5") }}</th>
<th class="w-7/24">{{ $t("contract.g3") }}</th>
<th class="w-7/24 text-right">
<th class="w-10/24 tr-text">{{ $t("contract.h5") }}</th>
<th class="w-7/24 tr-text">{{ $t("contract.g3") }}</th>
<th class="w-7/24 text-right tr-text">
{{ $t("contract.h6") }}
</th>
</tr>
@ -52,7 +52,7 @@
:class="{ active: item.symbol == activeSymbol }"
@click="ispopover1(item.symbol)"
>
<td class="w-10/24">
<td class="w-10/24 tr-text">
{{ item.symbol }}/{{ parent.coin_name }}
</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{
color:white !important
}
.tr-text {
color: #000000!important;
}
</style>

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

@ -3,7 +3,7 @@
.chart-page .header-chart-panel .my-group{float: left;}
.separator-3cgsM4c1-{background-color: #dbdbdb;}
.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,
.feature-no-touch .header-chart-panel .button:active,
/* .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{
background-color: #fff!important;
}
}

Loading…
Cancel
Save