From 28c725308aaf418e9032964ffcf5ca3b0d8a1208 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/download/index.wxss |   49 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/download/index.wxss b/wechat_staff/pages/download/index.wxss
index b8bde22..27176fa 100644
--- a/wechat_staff/pages/download/index.wxss
+++ b/wechat_staff/pages/download/index.wxss
@@ -1,7 +1,7 @@
 .list {
   display: flex;
   flex-wrap: wrap;
-  padding: 40rpx;
+  padding: 40rpx 40rpx 200rpx;
 }
 .list .item {
   width: 210rpx;
@@ -9,7 +9,11 @@
   border-radius: 8rpx;
   overflow: hidden;
   position: relative;
-  border: 1px solid;
+  margin-right: 20rpx;
+  margin-bottom: 20rpx;
+}
+.list .item:nth-of-type(3n) {
+  margin-right: 0;
 }
 .list .item .img {
   width: 100%;
@@ -38,6 +42,7 @@
 }
 .footer {
   position: fixed;
+  z-index: 99;
   bottom: 0;
   left: 0;
   width: 750rpx;
@@ -70,3 +75,43 @@
   border-radius: 8rpx;
   color: #fff;
 }
+.param_modal {
+  padding: 30rpx 40rpx 12rpx;
+}
+.param_modal .title {
+  text-align: center;
+  font-size: 30rpx;
+}
+.param_modal .line {
+  height: 150rpx;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  border-bottom: 1rpx solid #E5E5E5;
+}
+.param_modal .line .check {
+  width: 40rpx;
+  height: 40rpx;
+}
+.param_modal .line .name {
+  font-size: 30rpx;
+  color: #111111;
+}
+.param_modal .line .desc {
+  font-size: 26rpx;
+  color: #777777;
+  margin-top: 20rpx;
+}
+.param_modal .submit {
+  margin-top: 100rpx;
+  width: 100%;
+  height: 88rpx;
+  background: #B08771;
+  border-radius: 8rpx;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #FFFFFF;
+}

--
Gitblit v1.9.3