From 7d607f19253fcdbbf36d692894cee036af6c5de1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 13:43:39 +0800
Subject: [PATCH] 提交
---
wechat_jiaxuan/pages/index/index.wxss | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/wechat_jiaxuan/pages/index/index.wxss b/wechat_jiaxuan/pages/index/index.wxss
index 8962a9f..a250a57 100644
--- a/wechat_jiaxuan/pages/index/index.wxss
+++ b/wechat_jiaxuan/pages/index/index.wxss
@@ -1,6 +1,7 @@
.container {
background-color: #f7f7f7;
overflow-y: auto;
+ overflow-x: hidden;
min-height: 100vh;
}
.container .banner_swiper {
@@ -16,7 +17,8 @@
width: 100%;
}
.container .consult_swiper image {
- width: 100%;
+ width: 670rpx;
+ height: 376rpx;
}
.container .consult_swiper .scroll_text {
height: 100rpx;
@@ -24,7 +26,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- padding-top: 20rpx;
+ padding-top: 22rpx;
font-size: 32rpx;
}
.container .logo_wrap {
@@ -87,6 +89,7 @@
}
.container .product_video .video_wrap .play {
width: 60rpx;
+ height: 60rpx;
position: absolute;
top: 50%;
left: 50%;
@@ -94,10 +97,11 @@
z-index: 1;
}
.container .product_video .video_wrap .img {
- width: 100%;
+ width: 670rpx;
+ height: 376rpx;
}
.container .strategy {
- padding: 40rpx 40rpx;
+ padding: 80rpx 40rpx;
background: #F7F7F7;
}
.container .strategy .item {
@@ -122,14 +126,14 @@
}
.container .strategy .line .line_left {
width: 324rpx;
- height: 304rpx;
+ height: 340rpx;
}
.container .strategy .line .line_right .item {
width: 322rpx;
- height: 140rpx;
+ height: 160rpx;
}
.container .strategy .line .line_right .item:nth-last-child(1) {
- margin-top: 24rpx;
+ margin-top: 20rpx;
}
.container .strategy .home_id {
width: 670rpx;
--
Gitblit v1.9.3