From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 27 五月 2024 16:12:47 +0800
Subject: [PATCH] 开泵相关

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

diff --git a/pages/wxlogin/wxlogin.wxss b/pages/wxlogin/wxlogin.wxss
new file mode 100644
index 0000000..20a9656
--- /dev/null
+++ b/pages/wxlogin/wxlogin.wxss
@@ -0,0 +1,59 @@
+
+
+image {
+  position: fixed;
+  left: 0;
+  bottom: 0;
+  display: block;
+  width: 100%;
+  height: 100%;
+  z-index: -999;
+}
+.container {
+  display: flex;
+  flex-direction: column;
+  justify-content: flex-end;
+  height: 80vh;
+  width: 100%;
+}
+
+.title {
+  font-size: 24px;
+  margin-bottom: 300rpx;
+  color: #1890FF;
+}
+
+.login-btn {
+  width: 200px;
+  height: 40px;
+  line-height: 40px;
+  text-align: center;
+  background-color: #4CAF50;
+  color: white;
+  border-radius: 20px;
+}
+
+.user-info {
+  margin-top: 20px;
+  display: flex;
+  align-items: center;
+}
+
+.avatar {
+  width: 50px;
+  height: 50px;
+  border-radius: 50%;
+  margin-right: 10px;
+}
+
+.nickName {
+  font-size: 16px;
+}
+
+
+.login-btn-clicked  {
+  background-color: #45a049; /* 鐐瑰嚮鏃剁殑鑳屾櫙鑹� */
+}
+.login-btn:hover {
+  background-color: #45a049; /* 榧犳爣鎮仠鏃剁殑鑳屾櫙鑹� */
+}
\ No newline at end of file

--
Gitblit v1.8.0