添加了修改头像的功能
This commit is contained in:
@ -19,13 +19,25 @@
|
||||
height: 100%;
|
||||
}
|
||||
.section {
|
||||
padding: 15rpx 13.13rpx 26.25rpx;
|
||||
padding: 15rpx 13.13rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8.33rpx;
|
||||
}
|
||||
.image {
|
||||
width: 161.25rpx;
|
||||
height: 161.25rpx;
|
||||
padding: 10rpx;
|
||||
width: 151.25rpx;
|
||||
height: 151.25rpx;
|
||||
}
|
||||
button {
|
||||
/* 去掉默认最小宽度 */
|
||||
min-width: 0 !important;
|
||||
/* 确保宽度随内容自适应 */
|
||||
width: auto !important;
|
||||
/* 下面是其他重置,保证“隐形” */
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.font {
|
||||
font-size: 26.25rpx;
|
||||
@ -67,7 +79,7 @@
|
||||
}
|
||||
.group {
|
||||
margin-top: 33.75rpx;
|
||||
width: 163.72rpx;
|
||||
width: 133.72rpx;
|
||||
}
|
||||
.image_2 {
|
||||
margin-left: 17.48rpx;
|
||||
|
Reference in New Issue
Block a user