From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_jiaxuan/pages/index/index.wxss |   33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/pages/index/index.wxss b/wechat_jiaxuan/pages/index/index.wxss
index a250a57..d890b43 100644
--- a/wechat_jiaxuan/pages/index/index.wxss
+++ b/wechat_jiaxuan/pages/index/index.wxss
@@ -15,6 +15,7 @@
 }
 .container .consult_swiper {
   width: 100%;
+  /* 鎸囩ず鐐圭殑鏍峰紡 */
 }
 .container .consult_swiper image {
   width: 670rpx;
@@ -28,6 +29,29 @@
   text-overflow: ellipsis;
   padding-top: 22rpx;
   font-size: 32rpx;
+}
+.container .consult_swiper .wx-swiper-dots.wx-swiper-dots-horizontal {
+  position: absolute;
+  right: 0;
+  bottom: 0rpx;
+}
+.container .consult_swiper .wx-swiper-dots .wx-swiper-dot {
+  width: 60rpx;
+  height: 4rpx;
+  background: #f4f4f4;
+  margin-left: -16rpx;
+  border-radius: 5rpx;
+}
+.container .consult_swiper .wx-swiper-dot.wx-swiper-dot-active {
+  background: #666666;
+}
+.container .consult_wrap {
+  height: 476rpx;
+}
+.container .consult_wrap .wx-swiper-dots.wx-swiper-dots-horizontal {
+  position: absolute;
+  right: 0;
+  bottom: 10rpx;
 }
 .container .logo_wrap {
   width: 100%;
@@ -80,7 +104,7 @@
   color: #666666;
 }
 .container .product_video {
-  padding: 40rpx 40rpx;
+  padding: 34rpx 40rpx 44rpx;
   background-color: #fff;
 }
 .container .product_video .video_wrap {
@@ -100,8 +124,11 @@
   width: 670rpx;
   height: 376rpx;
 }
+.container .product_video video {
+  width: 100%;
+}
 .container .strategy {
-  padding: 80rpx 40rpx;
+  padding: 44rpx 40rpx;
   background: #F7F7F7;
 }
 .container .strategy .item {
@@ -141,7 +168,7 @@
   margin-top: 24rpx;
 }
 .container .consult {
-  padding: 40rpx 40rpx 60rpx;
+  padding: 44rpx 40rpx;
   background: #fff;
 }
 .container .service {

--
Gitblit v1.9.3