页面修改

This commit is contained in:
THK3121 2023-08-19 14:17:49 +08:00
parent 9788a50bfb
commit b3eb6eaddf

View File

@ -10,7 +10,7 @@
<view class="my_info "> <view class="my_info ">
<view class="head_img"> <view class="head_img">
<view class="img_box"> <view class="img_box">
<u--image :showLoading="true" width="150.28rpx" height="150.28rpx" <u--image :showLoading="true" width="131.43rpx" height="131.43rpx"
:src="myOaInfo.avatar || '../../static/img/public/avatar.png'" shape="circle"></u--image> :src="myOaInfo.avatar || '../../static/img/public/avatar.png'" shape="circle"></u--image>
</view> </view>
@ -414,21 +414,23 @@
border-radius: 0 0 30rpx 30rpx; border-radius: 0 0 30rpx 30rpx;
.head_img { .head_img {
position: relative;
background-color: #FF7C32; background-color: #FF7C32;
width: 100%; width: 100%;
border-radius: 70rpx 50rpx 50rpx 70rpx; height: 105.14rpx;
height: 130.28rpx; line-height: 105.14rpx;
border-radius: 35.05rpx 35.05rpx 35.05rpx 35.05rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-right: 50rpx; padding-right: 50rpx;
line-height: 130rpx;
color: white; color: white;
font-size: 34rpx; font-size: 34rpx;
.img_box { .img_box {
width: 150.28rpx; width: 131.43rpx;
height: 150.28rpx; height: 131.43rpx;
translate: -10rpx -10rpx; position: absolute;
border: 1px dashed #707070; border: 1px dashed #707070;
} }