/* pages/employee/index.wxss */ .userinfo { display: flex; width: 100%; flex-direction: row; background-color: #0052d9; } .userinfo-avatar { overflow: hidden; width: 128rpx; height: 128rpx; margin: 20rpx; border-radius: 50%; } .userinfo-detail { display: flex; flex-direction: column; margin: 5%; } .userinfo-name { font-weight: bold; color: white; }