/* components/my/index.wxss */ .titleCss{ color: #fff !important; } .userbg { width: 100%; height: 235rpx; background-size: 100%; padding: 20px 0 0 20px; display: flex } .userInfo{ width: 150rpx; height: 150rpx; background: #F1F1F1; border-radius: 50%; } .userAccont{ color: #fff; margin: 30rpx; } .name{ font-weight: 600; font-size: 36rpx; } .type{ font-size: 28rpx; } .btn{ width: 90%; margin: 20rpx auto; }