From 5109e97cb566608e443201204d07cbfc1c734e07 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 11 四月 2024 17:56:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- packagePersonal/pages/feedBack/index.wxss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss index c9f47e4..bf223b8 100644 --- a/packagePersonal/pages/feedBack/index.wxss +++ b/packagePersonal/pages/feedBack/index.wxss @@ -1,3 +1,5 @@ +@import "./index.skeleton.wxss"; + page { background-color: #f0f2f5 !important; } @@ -101,6 +103,7 @@ .listBox .icon { width: 150rpx; height: 200rpx; + box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08); } .listBox .icon .img { -- Gitblit v1.9.1