From b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 22 七月 2024 15:34:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/index/index.less | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/wechat_jiaxuan/pages/index/index.less b/wechat_jiaxuan/pages/index/index.less
index 563571a..0e1ef18 100644
--- a/wechat_jiaxuan/pages/index/index.less
+++ b/wechat_jiaxuan/pages/index/index.less
@@ -82,7 +82,7 @@
// 浜у搧瑙嗛
.product_video {
- padding: 72rpx 40rpx;
+ padding: 40rpx 40rpx;
background-color: #fff;
.video_wrap {
@@ -106,7 +106,7 @@
}
.strategy {
- padding: 80rpx 40rpx;
+ padding: 40rpx 40rpx;
background: #F7F7F7;
.item {
@@ -158,7 +158,7 @@
// 鍜ㄨ
.consult {
- padding: 80rpx 40rpx 60rpx;
+ padding: 40rpx 40rpx 60rpx;
background: #fff;
}
@@ -176,15 +176,14 @@
.left {
font-weight: 600;
- font-size: 36rpx;
+ font-size: 34rpx;
color: #111111;
- line-height: 50rpx;
+ line-height: 34rpx;
flex: 1;
-
.name {
display: flex;
align-items: center;
-
+ margin-bottom: 10rpx;
.icon {
width: 36rpx;
height: 36rpx;
@@ -206,6 +205,13 @@
}
}
+.auth{
+ background-color: #fff;
+}
+.home_title{
+ font-weight: 600;
+ font-size: 38rpx;
+}
.top-head-transparent {
background-color: transparent !important;
--
Gitblit v1.9.3