/* pages/class_message/class_message.wxss */ .bg { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: -1; } .bg image { width: 100%; height: 100%; object-fit: cover; } .container { width: 100%; height: 100vh; display: flex; flex-direction: column; padding: 0 0; position: relative; } .stu_list { font-size: 60rpx; } .stu_list .id { position: relative; left: 50rpx; } .stu_list .name { position: relative; left: 150rpx; }