From 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 八月 2022 14:24:29 +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