馆藏数修改
Showing
2 changed files
with
22 additions
and
3 deletions
| ... | @@ -9,7 +9,13 @@ | ... | @@ -9,7 +9,13 @@ |
| 9 | <img v-if="i==2" class="iconImg" src="@/assets/img/btn03.png"> | 9 | <img v-if="i==2" class="iconImg" src="@/assets/img/btn03.png"> |
| 10 | <img v-if="i==3" class="iconImg" src="@/assets/img/btn04.png"> | 10 | <img v-if="i==3" class="iconImg" src="@/assets/img/btn04.png"> |
| 11 | <img v-if="i==4" class="iconImg" src="@/assets/img/btn05.png"> | 11 | <img v-if="i==4" class="iconImg" src="@/assets/img/btn05.png"> |
| 12 | <el-statistic class="statistic" :title="n.name" :value="n.num" :value-style="statisticStyle"/> | 12 | <div class="statistic"> |
| 13 | <h3>{{n.name}}</h3> | ||
| 14 | <p v-if="Array.isArray(n.num)">{{n.num[0]}}卷 /<br/>{{n.num[1]}}件</p> | ||
| 15 | <p v-else>{{n.num}}</p> | ||
| 16 | </div> | ||
| 17 | |||
| 18 | <!-- <el-statistic class="statistic" :title="n.name" :value="Array.isArray(n.num)?`${n.num[0]}卷/${n.num[1]}件`:n.num" :value-style="statisticStyle"></el-statistic>--> | ||
| 13 | </div> | 19 | </div> |
| 14 | </div> | 20 | </div> |
| 15 | </div> | 21 | </div> |
| ... | @@ -84,7 +90,20 @@ function unpauseAn() { | ... | @@ -84,7 +90,20 @@ function unpauseAn() { |
| 84 | -webkit-background-clip: text; | 90 | -webkit-background-clip: text; |
| 85 | -webkit-text-fill-color: transparent; | 91 | -webkit-text-fill-color: transparent; |
| 86 | } | 92 | } |
| 87 | .statistic{--el-statistic-title-color: #fff;text-align: center;position: relative;top: calc(-15*100vw/1920); | 93 | .statistic{--el-statistic-title-color: #fff;text-align: center;position: relative; |
| 94 | top: calc(-20*100vw/1920); | ||
| 95 | h3{color: #fff; font-family: 'YouSheBiaoTiHei'; | ||
| 96 | background: linear-gradient(180deg, #fff 10%, #9CD2FF 100%); | ||
| 97 | -webkit-background-clip: text; | ||
| 98 | -webkit-text-fill-color: transparent; | ||
| 99 | font-size: calc(22*100vw/1920); | ||
| 100 | line-height: 1;margin: 0} | ||
| 101 | p{color: #fff; background: linear-gradient(180deg, #fff 20%, #9CD2FF 100%); | ||
| 102 | -webkit-background-clip: text; font-size: calc(26*100vw/1920); | ||
| 103 | font-family: 'DIN Alternate'; | ||
| 104 | -webkit-text-fill-color: transparent;line-height: 1;overflow: visible; | ||
| 105 | margin: 0;height: calc(60*100vw/1920);display: flex;align-items: center;justify-content: center; | ||
| 106 | } | ||
| 88 | } | 107 | } |
| 89 | .ellipse { | 108 | .ellipse { |
| 90 | position: relative; | 109 | position: relative; | ... | ... |
| ... | @@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => { |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 82 | }, |
| 83 | '/dev-api': { | 83 | '/dev-api': { |
| 84 | target: 'http://192.168.1.95:5511/', | 84 | target: 'http://192.168.1.66:5513/', |
| 85 | // target: 'https://jijin.wtwuxicenter.com/stage-api', | 85 | // target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 86 | changeOrigin: true, | 86 | changeOrigin: true, |
| 87 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 87 | rewrite: (p) => p.replace(/^\/dev-api/, '') | ... | ... |
-
Please register or sign in to post a comment