上传按钮修改-1202

master
Lee 2022-12-02 15:25:09 +08:00
parent b068cb53d5
commit 6b1789dcab
8 changed files with 10 additions and 10 deletions

View File

@ -351,7 +351,7 @@ page{
width: 160rpx; width: 160rpx;
height: 120rpx; height: 120rpx;
margin-right: 10rpx; margin-right: 10rpx;
border-radius: 10rpx; border-radius: 5rpx;
overflow: hidden; overflow: hidden;
} }
.register-information .item-other .img>image:first-child{ .register-information .item-other .img>image:first-child{
@ -375,7 +375,7 @@ page{
height: 120rpx; height: 120rpx;
border: 2rpx solid #dcdcdc; border: 2rpx solid #dcdcdc;
margin-right: 10rpx; margin-right: 10rpx;
border-radius: 10rpx; border-radius: 5rpx;
overflow: hidden; overflow: hidden;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -526,7 +526,7 @@ page{
width: 160rpx; width: 160rpx;
height: 120rpx; height: 120rpx;
margin-right: 10rpx; margin-right: 10rpx;
border-radius: 10rpx; border-radius: 5rpx;
overflow: hidden; overflow: hidden;
} }
.register-information .item-other .img>image:first-child{ .register-information .item-other .img>image:first-child{
@ -550,7 +550,7 @@ page{
height: 120rpx; height: 120rpx;
border: 2rpx solid #dcdcdc; border: 2rpx solid #dcdcdc;
margin-right: 10rpx; margin-right: 10rpx;
border-radius: 10rpx; border-radius: 5rpx;
overflow: hidden; overflow: hidden;
} }
.register-information .item-other .upload-btn image{ .register-information .item-other .upload-btn image{