/* pages/mine/wxml/personaldata.wxss */ .heared{ width: 100%; line-height: 100rpx; background: #fb752c; color:#fff; font-size: 40rpx; text-align: right; padding-right: 50rpx; box-sizing: border-box; } .container{ background: #ececec; width: 100%; box-sizing: border-box; } .header{ width: 100%; background: #fff; display: flex; justify-content: space-between; font-size: 30rpx; padding:15rpx 30rpx; box-sizing: border-box; line-height: 100rpx; border-bottom: 1px solid #ececec; } .header image{ width: 100rpx; height: 100rpx; border-radius: 50rpx; display: block; margin-right: 20rpx; box-sizing: border-box; } .header :nth-child(2){ display: flex; } .btn{ width: 90%; background: #fb752c; margin: 20rpx auto; color: #fff; }