From 8317e320c373d5a08e8eaa95854cab828bd07ecd Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期一, 11 四月 2022 16:07:05 +0800
Subject: [PATCH] 适配
---
src/pages/show/index/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/pages/show/index/index.vue b/src/pages/show/index/index.vue
index 19be458..e2033e3 100644
--- a/src/pages/show/index/index.vue
+++ b/src/pages/show/index/index.vue
@@ -742,26 +742,26 @@
.index-wrap{
width: 100%;
height: 100%;
- padding: 0 2rem /* 10/10 */;
+ padding: 0 0.078125rem /* 20/256 */;
box-sizing: border-box;
.index-line-box{
width: 100%;
display: flex;
- margin-top: 3.2rem;
+ margin-top: 0.125rem /* 32/256 */;
.yanglao-block{
- width: 59rem /* 590/10 */;
- height: 23rem /* 230/10 */;
+ width: 2.3046875rem /* 590/256 */;
+ height: 0.8984375rem /* 230/256 */;
background:url("../../../assets/images/yanglao-block-bj.png") no-repeat center;
background-size: 100% 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
- margin: 0 2rem;
+ margin: 0 0.078125rem /* 20/256 */;
position: relative;
img{
- width: 8rem;
- height: 8rem;
+ width: 0.3125rem /* 80/256 */;
+ height: 0.3125rem /* 80/256 */;
}
h1{
color: #fff;
--
Gitblit v1.9.1