.wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 40rpx 0 100rpx; } .portrait { width: 169rpx; height: 169rpx; border-radius: 50%; overflow: hidden; } .nickname-wrap { display: flex; justify-content: center; align-items: center; width: 100%; margin-top: 23rpx; input { width: 100%; height: 50rpx; font-size: 36rpx; color: rgba(51, 51, 51, 1); text-align: center; } text { height: 50rpx; font-size: 36rpx; color: rgba(51, 51, 51, 1); } image { margin-left: 10rpx; width: 26rpx; height: 28rpx; background: pink; } } .account { margin-top: 11rpx; height: 38rpx; line-height: 38rpx; font-size: 24rpx; color: rgba(153, 153, 153, 1); } .main { padding-top: 31rpx; } .business-account { display: flex; justify-content: space-between; flex-direction: column; width: 690rpx; min-height: 232rpx; padding: 37rpx 34rpx 29rpx; margin-bottom: 20rpx; border-radius: 20rpx; background: green; .describe { line-height: 48rpx; line-height: 36rpx; color: rgba(255, 255, 255, 1); } .box { display: flex; align-items: center; } &-name-wrap { width: calc(100% - 208rpx); } &-name { line-height: 44rpx; font-size: 28rpx; color: rgba(255, 255, 255, 1); word-break: break-all; word-wrap: break-word; } .dashboard { display: flex; align-items: center; margin-top: 8rpx; view { line-height: 30rpx; font-size: 20rpx; color: rgba(255, 255, 255, 1); &:nth-of-type(2) { margin-left: 20rpx; } } } button.btn[type="default"] { width: 208rpx; height: 66rpx; border-radius: 20rpx; background-color: rgba(255, 255, 255, 1); font-size: 26rpx; color: rgba(107, 133, 89, 1); } } .list { display: flex; align-items: center; width: 690rpx; height: 100rpx; padding-left: 38rpx; margin-bottom: 16rpx; background: rgba(255, 255, 255, 1); box-shadow: 0 12rpx 98rpx 0 rgba(55, 55, 55, 0.05); .label { width: 31rpx; height: 38rpx; background: pink; } .value { margin-left: 23px; line-height: 44rpx; font-size: 32rpx; color: rgba(51, 62, 99, 1); } } button.logout[type="primary"] { width: 627rpx; height: 80rpx; margin: 40rpx auto 0; border-radius: 40rpx; background-color: rgba(145, 179, 121, 1); font-size: 36rpx; font-weight: 500; color: rgba(255, 255, 255, 1); } .van-uploader__preview, .van-uploader__upload { margin: 0 !important; }