From edef6ae8f59823258ce610c9074d32e698958b51 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 15:30:44 +0800 Subject: [PATCH] 本地图片适配 --- src/views/index/components/rightTabs.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/index/components/rightTabs.vue b/src/views/index/components/rightTabs.vue index b372f7c..239a48a 100644 --- a/src/views/index/components/rightTabs.vue +++ b/src/views/index/components/rightTabs.vue @@ -50,7 +50,7 @@ </div> <div class="bottom"> <div class="question">绔嬪嵆鍜ㄨ</div> - <div class="buy">绔嬪嵆璐拱</div> + <div class="buy">绔嬪嵆瀹夎</div> </div> </div> </div> @@ -110,7 +110,7 @@ display: flex; height: 300px; .left { - margin-top: 114px; + margin-top: 76px; margin-left: 20px; margin-right: 30px; width: 195px; @@ -130,7 +130,7 @@ } .middle { - margin-top: 55px; + margin-top: 16px; margin-right: 19px; width: 404px; height: 100%; @@ -188,7 +188,7 @@ bottom: 20px; width: 100%; display: flex; - justify-content: end; + justify-content: flex-end; .question { margin-right: 20px; @@ -230,6 +230,7 @@ &:hover { color: #fff; + border-color: #fff; background: linear-gradient( 90.78deg, #ffba4a 0%, -- Gitblit v1.8.0