Browse Source

电脑端深度九专属token样式完成;

milestone-20250924-接入大财神工作流
宋杰 1 week ago
parent
commit
17d9567e3b
  1. 14
      src/views/homePage.vue

14
src/views/homePage.vue

@ -1464,10 +1464,10 @@ onUnmounted(() => {
</div> </div>
<div v-if="!isMobile" class="pc-count-badge"> <div v-if="!isMobile" class="pc-count-badge">
<div class="pc-countBtn" @click="showCount"> <div class="pc-countBtn" @click="showCount">
<div class="pc-action-btn">
<div class="pc-action-btn" :class="{'dbqb-model': activeTab === 'dbqb', 'emotion-model': activeTab === 'emotion', 'deepnine-model': activeTab === 'deepNine'}">
<div class="pc-count-number">{{ UserCount }}</div> <div class="pc-count-number">{{ UserCount }}</div>
</div> </div>
<div class="pc-clickGetCount">点击获取Token</div>
<div class="pc-clickGetCount">{{ activeTab === 'deepNine' ? '深度九专属Token' : '点击获取Token' }}</div>
</div> </div>
<div class="pc-backToHomeBtn" @click="backToHome()"> <div class="pc-backToHomeBtn" @click="backToHome()">
<img src="https://d31zlh4on95l9h.cloudfront.net/images/9272c00f21a2724c3a76e375949ee1de.png" <img src="https://d31zlh4on95l9h.cloudfront.net/images/9272c00f21a2724c3a76e375949ee1de.png"
@ -2133,9 +2133,13 @@ body {
.pc-action-btn { .pc-action-btn {
width: 100%; width: 100%;
height: 70%; height: 70%;
background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/74e20c65c9ef2526477c63ad68698a50.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/74e20c65c9ef2526477c63ad68698a50.png");
}
.pc-action-btn.deepnine-model {
background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/4621e0d1463a13c6654fe39215ee64c2.png");
} }
.pc-count-number { .pc-count-number {
@ -2145,6 +2149,10 @@ body {
width: 68%; width: 68%;
text-align: center; text-align: center;
color: #6a00ff; color: #6a00ff;
}
.deepnine-model .pc-count-number {
color: blue;
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
} }

Loading…
Cancel
Save