页面修改

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="head_img">
<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>
</view>
@ -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;
}