/* teacher/components/workListItem.wxss */ .work-item { width: 100%; height: 35px; /* padding: 10px 15px; */ display: flex; justify-content: flex-start; align-items: center; margin-top: 10rpx; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); background-color: #fff; } /* .work-item + .work-item { border-top: 1px solid #dcdfe6; } */ .work-item .student-detail { height: 40%; text-align: center; display: flex; align-items: center; justify-content: center; border-right: 1px solid #dcdfe6; width: 200rpx; } .work-item .work-name { width: 70%; padding-left: 25rpx; padding-right: 20rpx; margin-left: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }