From 4b96aa60686f3b4e03ece37d676c24cc103539fe Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 27 九月 2024 17:55:52 +0800
Subject: [PATCH] 动态列迁移

---
 src/views/screen/components/screen-face/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/screen/components/screen-face/index.vue b/src/views/screen/components/screen-face/index.vue
index 488816b..8c1f54a 100644
--- a/src/views/screen/components/screen-face/index.vue
+++ b/src/views/screen/components/screen-face/index.vue
@@ -22,7 +22,7 @@
               <img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
             </div>
             <div class="data-info">
-              <div class="data-lable">璁惧姝e父鏁�</div>
+              <div class="data-lable">姝e父鏁�</div>
               <div class="data-num type2" v-roll>{{ 2000 }}</div>
             </div>
           </div>
@@ -34,7 +34,7 @@
               <img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
             </div>
             <div class="data-info">
-              <div class="data-lable">璁惧寮傚父鏁�</div>
+              <div class="data-lable">寮傚父鏁�</div>
               <div class="data-num type3" v-roll>{{ 1000 }}</div>
             </div>
           </div>
@@ -80,8 +80,10 @@
 
 .face-content {
   flex: 1;
-  background: rgba(67, 102, 155, 0.3);
-  border: 1px solid rgba(47, 91, 157, 0.8);
+  background: url("../../../../assets/images/screen/cardBg.png");
+  background-size: cover !important;
+  background-repeat: no-repeat !important;
+  background-position: center center !important;
 
   .plane {
     margin-bottom: 10px;
@@ -132,4 +134,4 @@
 .width-img {
   width: 100%;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0