From c80bc467a41daa6cbae4e5515a300a8ca98cfeaa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:44:01 +0800
Subject: [PATCH] 维护
---
pages/login/Login.vue | 63 ++++++++++++++++++++++++++++++-
1 files changed, 61 insertions(+), 2 deletions(-)
diff --git a/pages/login/Login.vue b/pages/login/Login.vue
index fd82eea..2a26ca0 100644
--- a/pages/login/Login.vue
+++ b/pages/login/Login.vue
@@ -39,6 +39,16 @@
鐧诲綍
</button>
</view>
+ <view class="footer-wrapper">
+ <view class="footer">
+ <text class="tech-text">鎶�鏈敮鎸侊細</text>
+ <image src="/static/Hrs.png" class="tech-logo" mode="aspectFit" />
+ <text class="tech-text">娴欐睙浜ュ皵鏃剁鎶�鏈夐檺鍏徃</text>
+ </view>
+ <view class="footer-item">
+ <text class="footer-text">鏈嶅姟鐑嚎锛�17778760073</text>
+ </view>
+ </view>
</view>
</template>
@@ -298,13 +308,13 @@
</script>
<style scoped>
-.login-container {
+/* .login-container {
padding: 40rpx;
background: linear-gradient(to bottom, #e6f7ff, #ffffff);
height: 100vh;
box-sizing: border-box;
position: relative;
-}
+} */
.sso-mask {
position: fixed;
@@ -335,6 +345,8 @@
}
.hospital-name {
+ flex: 1; /* 鏂板锛氬崰鎹腑闂村墿浣欓珮搴� */
+
font-size: 38rpx;
font-weight: bold;
color: #1890ff;
@@ -386,4 +398,51 @@
.button-hover {
opacity: 0.8;
}
+.login-container {
+ padding: 40rpx;
+ background: linear-gradient(to bottom, #e6f7ff, #ffffff);
+ min-height: 100vh;
+ box-sizing: border-box;
+ display: flex;
+ flex-direction: column;
+ /* 浠ヤ笅浜岄�変竴锛氫娇鐢� space-between 璁╁簳閮ㄨ嚜鍔ㄨ创搴� */
+ justify-content: space-between;
+}
+
+/* 鍏朵粬鏍峰紡淇濇寔涓嶅彉 ... */
+
+.footer {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 20rpx 0 30rpx;
+}
+.footer-wrapper {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ padding: 20rpx 0 30rpx;
+ /* 涓嶉渶瑕� margin-top: auto锛屽洜涓虹埗瀹瑰櫒宸� space-between */
+}
+.tech-logo {
+ width: 48rpx;
+ height: 48rpx;
+ margin-right: 16rpx;
+}
+.footer-item {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1.6;
+}
+
+.footer-text {
+ font-size: 24rpx;
+ color: #b0b0b0;
+ letter-spacing: 0.5rpx;
+}
+.tech-text {
+ font-size: 26rpx;
+ color: #999;
+}
</style>
--
Gitblit v1.9.3