From d91c23a3dc8cb22c0a5b2bbb5a74c6aac37469b5 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期三, 03 七月 2024 11:35:02 +0800 Subject: [PATCH] update 分类过滤 --- pages/user/user.scss | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pages/user/user.scss b/pages/user/user.scss index 09c27ce..691eefc 100644 --- a/pages/user/user.scss +++ b/pages/user/user.scss @@ -7,7 +7,7 @@ .top-bg{ padding: 32rpx; - // background-image: url('../../static/images/farmer/user/bg.png'); + // background-image: url('../../static/images/supplier/user/bg.png'); height: 438rpx; max-height: 438rpx; @@ -60,6 +60,7 @@ // background: #FFFFFF; border-radius: 16rpx; // line-height: 116rpx; + position: relative; .name{ font-weight: 600; font-size: 32rpx; @@ -74,6 +75,13 @@ margin-right: 30rpx; border-radius: 50%; } + .icon-setting{ + position: absolute; + right: 0rpx; + top: -30rpx; + height: 54rpx; + width: 54rpx; + } } .order-info{ -- Gitblit v1.9.3