From 08767264fb55cc30483e42c3d70c55f0fdf027cf Mon Sep 17 00:00:00 2001
From: luo <17530855@qq.com>
Date: Tue, 20 Feb 2024 18:02:10 +0800
Subject: [PATCH] 模板样式优化
---
pages/template/index.wxml | 8 +++++++-
pages/template/index.wxss | 12 +++++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/pages/template/index.wxml b/pages/template/index.wxml
index 866859b..5da95b6 100644
--- a/pages/template/index.wxml
+++ b/pages/template/index.wxml
@@ -1,4 +1,4 @@
-
+
@@ -178,6 +178,12 @@
+
+
+
+ 提供技术支持
+
+
diff --git a/pages/template/index.wxss b/pages/template/index.wxss
index 9365ea8..830e6f9 100644
--- a/pages/template/index.wxss
+++ b/pages/template/index.wxss
@@ -916,4 +916,14 @@
height: 250rpx;
padding-bottom:30rpx;
}
-.container{ overflow: hidden;}
\ No newline at end of file
+.container{ overflow: hidden;}
+.logo-container {
+ -webkit-filter: brightness(80%);
+ filter: brightness(80%);
+}
+
+.logo {
+ width: 132rpx;
+ height: 37rpx;
+ margin-right: 10rpx;
+}
--
libgit2 0.21.4