1
李凌
2025-09-12 0cf2a49d80c8d4ffba2df32f530f498a2c94458e
src/views/cryptos/PerpetualContract/index.vue
@@ -715,7 +715,7 @@
.trade_new {
  color: $log-c;
  background: $mainbgWhiteColor;
  // background: $main_background;
  min-height: 100vh;
  padding: 1.4rem 1.4rem 7rem 1.4rem;
@@ -740,55 +740,51 @@
  .gift {
    width: 3.6rem;
  }
}
#cryptos {
  background: $mainbgWhiteColor;
  $inp-b: #f7f7f7;
  :deep(.textColor) {
    color: $log-c;
    color: $text_color;
  }
  :deep(.long) {
    color: $log-c !important;
    color: $text_color !important;
    background: $bg_yellow;
    border-radius: 5rem;
  }
  :deep(.short) {
    color: $log-c !important;
    color: $text_color !important;
    background: $bg_yellow;
    border-radius: 5rem;
  }
  :deep(.poecs) {
    color: $log-c !important;
    color: $text_color !important;
  }
  :deep(.tabBackground) {
    background: $inp-b;
    background: $input_background;
  }
  :deep(.greyBg) {
    background: $inp-b;
    background: $input_background;
  }
  :deep(.option-box) {
    background: $inp-b;
    box-shadow: 0px 0px 0.1875rem 0.1875rem $inp-b;
    background: $input_background;
    box-shadow: 0px 0px 0.1875rem 0.1875rem $input_background;
    color: $log-c !important;
  }
  :deep(.select-box) {
    background: $inp-b;
    background: $input_background;
    color: $log-c !important;
  }
  :deep(.rounded-lg) {
    background: $inp-b;
    background: $input_background;
    border-radius: 5rem;
    // color: $log-c !important;
  }
@@ -911,7 +907,7 @@
  .line {
    height: 13px;
    background: $inp-b;
    background: $text_color;
  }
  @keyframes animate1 {
@@ -1025,7 +1021,7 @@
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: $inp-b;
  background: $text_color;
}
.indicator-index-container {