From b3eb6eaddf9754c59de09a14e0d7cd5539c65cf8 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 19 Aug 2023 14:17:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/oaHome/oaHome.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index b327ce7..6128979 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -10,7 +10,7 @@ - @@ -414,21 +414,23 @@ border-radius: 0 0 30rpx 30rpx; .head_img { + position: relative; background-color: #FF7C32; width: 100%; - border-radius: 70rpx 50rpx 50rpx 70rpx; - height: 130.28rpx; + height: 105.14rpx; + line-height: 105.14rpx; + border-radius: 35.05rpx 35.05rpx 35.05rpx 35.05rpx; display: flex; justify-content: space-between; padding-right: 50rpx; - line-height: 130rpx; + color: white; font-size: 34rpx; .img_box { - width: 150.28rpx; - height: 150.28rpx; - translate: -10rpx -10rpx; + width: 131.43rpx; + height: 131.43rpx; + position: absolute; border: 1px dashed #707070; }