From a82b8c09ca795a4b6273b03a79ba488f6cce5eb0 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 11 八月 2022 15:54:21 +0800
Subject: [PATCH] 微信一键登录

---
 pages/promise/promise.wxss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pages/promise/promise.wxss b/pages/promise/promise.wxss
index acbaba6..6752da5 100644
--- a/pages/promise/promise.wxss
+++ b/pages/promise/promise.wxss
@@ -8,6 +8,8 @@
 .page__hd {
   background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
   height: 30vh;
+  display: flex;
+  justify-content: space-between;
 }
 
 .page__hd .title {
@@ -33,6 +35,11 @@
   margin-top: 50px;
 }
 
+.page__hd .file {
+  width: 40vw;
+  margin-bottom: 2px;
+}
+
 .p-cell{
   position: relative;
   padding: 8px;

--
Gitblit v1.9.3