From 0a9f1f2673e4b91bbf8aca529396b27997bfbe68 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 14:42:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages/user/index.vue | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue
index da779cd..ef5cae7 100644
--- a/src/pages/user/index.vue
+++ b/src/pages/user/index.vue
@@ -112,13 +112,13 @@
height: 100%;
background: url('/src/static/images/user/allBg.svg') no-repeat center center;
background-size: cover;
- padding-top: 44px;
+ padding-top: 88rpx;
}
.userName {
font-family: "Source Han Sans CN";
font-weight: 500;
- font-size: 18px;
+ font-size: 36rpx;
color: #000000;
}
@@ -126,71 +126,71 @@
.departs {
display: flex;
align-items: center;
- margin-top: 11px;
+ margin-top: 22rpx;
span {
font-family: "Source Han Sans CN";
font-weight: 400;
- font-size: 14px;
+ font-size: 28rpx;
color: rgba(0, 0, 0, 0.6);
- margin-left: 3px;
+ margin-left: 6rpx;
}
}
.rightLogo {
- width: 100px;
- height: 40px;
+ width: 200rpx;
+ height: 80rpx;
}
.bottomLogo {
position: absolute;
- bottom: 25px;
+ bottom:50rpx;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
.goOutStyle {
- width: 295px;
- height: 38px;
+ width: 590rpx;
+ height: 76rpx;
background: #1D6FE9;
- border-radius: 20px 20px 20px 20px;
+ border-radius: 40rpx;
font-family: "Source Han Sans CN";
font-weight: 400;
- font-size: 14px;
+ font-size: 28rpx;
color: #FFFFFF;
text-align: center;
- line-height: 38px;
+ line-height: 76rpx;
margin: auto;
- margin-top: 57px;
+ margin-top: 114rpx;
}
.personalInformation {
display: flex;
justify-content: space-between;
- padding: 0 12px;
+ padding: 0 24rpx;
.message,
.passwordBox {
- width: 170px;
- height: 80px;
+ width: 340rpx;
+ height:160rpx;
.messagebox{
- padding: 10px 12px;
+ padding: 20rpx 24rpx;
font-family: "Source Han Sans CN";
font-weight: 500;
- font-size: 14px;
+ font-size: 28rpx;
color: #000000;
}
.editInfo {
- padding: 10px 12px;
+ padding: 20rpx 24rpx;
color: rgba(0, 0, 0, 0.5);
font-family: "Source Han Sans CN";
font-weight: 400;
- font-size: 12px;
+ font-size: 24rpx;
display: flex;
align-items: center;
img{
- width: 14px;
- height: 14px;
+ width: 28rpx;
+ height: 28rpx;
}
}
}
--
Gitblit v1.9.3