From 210866e6342fe6b0beee90171e6373b880a1f7b9 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 18 十二月 2024 09:45:27 +0800
Subject: [PATCH] 1.后台文件上传失败提醒
---
pages/user/user.scss | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pages/user/user.scss b/pages/user/user.scss
index 796cbff..ad8999a 100644
--- a/pages/user/user.scss
+++ b/pages/user/user.scss
@@ -152,6 +152,9 @@
background: #FFFFFF;
border-radius: 16rpx;
padding: 22rpx 28rpx;
+ .logout{
+ justify-content: center;
+ }
.user-util{
border-bottom: 2rpx solid #EEEEEE;
.title{
@@ -161,6 +164,13 @@
line-height: 44rpx;
margin-bottom: 20rpx;
}
+ .title2{
+ font-weight: 600;
+ font-size: 32rpx;
+ color: red;
+ line-height: 44rpx;
+ margin-bottom: 20rpx;
+ }
.name{
font-size: 600;
font-size: 28rpx;
--
Gitblit v1.9.3