From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 27 五月 2024 16:12:47 +0800
Subject: [PATCH] 开泵相关
---
pages/wxbind/wxbind.wxss | 133 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 133 insertions(+), 0 deletions(-)
diff --git a/pages/wxbind/wxbind.wxss b/pages/wxbind/wxbind.wxss
new file mode 100644
index 0000000..1485222
--- /dev/null
+++ b/pages/wxbind/wxbind.wxss
@@ -0,0 +1,133 @@
+/* pages/wxbind/wxbind.wxss */
+.base-wrapper {
+ background-color: #f5f5f5;
+ width: 100%;
+ height: 100vh;
+ overflow: hidden;
+ /* 闃叉搴曢儴鍖哄煙婊氬姩 */
+ display: flex;
+ flex-direction: column;
+}
+
+.container {
+ margin-top: 80rpx;
+ margin-right: 30rpx;
+ margin-left: 30rpx;
+ margin-bottom: 10rpx;
+ height: 30vh;
+ background-color: #fff;
+ border-radius: 5px;
+ display: flex;
+ padding-top: 20rpx;
+ padding-bottom: 20rpx;
+ justify-content: space-around;
+ align-items: flex-start;
+ padding-left: 30rpx;
+ z-index: 1;
+}
+
+.button {
+ margin-top: 170rpx;
+ height: 90rpx;
+ display: flex;
+ margin-left: 40rpx;
+ margin-right: 40rpx;
+ justify-content: center;
+ /* 姘村钩灞呬腑 */
+ align-items: center;
+ /* 鍨傜洿灞呬腑 */
+
+ color: #fff;
+}
+
+.button-active {
+ background-color: #2D8BF7;
+
+
+}
+
+.button-disabled {
+ background-color: #ccc;
+}
+
+/* pages/login/login.wxss */
+
+
+
+.login-container {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-end;
+ height: 80vh;
+ width: 100%;
+}
+
+
+image {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ display: block;
+ width: 100%;
+ height: 100%;
+ z-index: -999;
+}
+
+.input {
+ flex: 1;
+ height: 30rpx;
+ padding: 10rpx;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ background-color: #fff;
+ font-size: 35rpx;
+ padding-left: 15rpx;
+ width: 100%;
+}
+
+
+.input-wrapper {
+ display: flex;
+ /* 浣跨敤 Flex 甯冨眬浣� text 鍜� input 鍦ㄥ悓涓�琛� */
+ align-items: center;
+ justify-content: center;
+ width: 95%;
+ height: 20%;
+}
+
+.input-label {
+ flex: 1;
+ /* 璁╁�煎崰鎹墿浣欑┖闂� */
+ align-items: left;
+ width: 150rpx;
+ margin-right: 10rpx;
+ font-size: 31rpx;
+ color: #fff;
+ font-weight: bold;
+ text-align: justify;
+ text-align-last: justify;
+}
+
+.label-container {
+ width: 140rpx;
+ display: flex;
+ align-items: center;
+}
+
+.login-button {
+ margin-top: 50rpx;
+ margin-left: 40rpx;
+ margin-right: 40rpx;
+ height: 90rpx;
+ justify-content: center;
+ /* 姘村钩灞呬腑 */
+ align-items: center;
+ /* 鍨傜洿灞呬腑 */
+ display: flex;
+}
+
+.code-button {
+ width: 38%;
+ font-size: 28rpx;
+ margin-left: 15rpx;
+}
\ No newline at end of file
--
Gitblit v1.8.0