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; }