/* pages/my/my.wxss */ .personal-center { background-color: #ffffff; width: 100vw; overflow: hidden; } .personal-panel { width: 100%; position: relative; margin: 0; padding: 0; .info-box { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; flex-direction: row; display: flex; align-items: center; padding: 0 50rpx; } .topHeaderBg { width: 100%; margin: 0; position: relative; top: 0; left: 0; } .avatar { margin-right: 30rpx; } .personal-info { display: flex; flex-direction: column; color: white; .title { font-size: 36rpx; line-height: 64rpx; } .desc { font-size: 24rpx; } } } .cell-list-contianer { background-image: url('../../static/images/background.png'); background-position: center top; margin-top: -30rpx; }