/* packageE/TeamPerformanceAward/TeamPerformanceAward.wxss */ .header_box { background: #f15353; color: #fff; padding: 1.25rem 0.875rem; display: flex; align-items: center; } .header_box .left { flex: 1; display: flex; } .header_box .right { flex: 1; } .header_box .header { width: 3.25rem; height: 3.25rem; border: solid 0.125rem #fff; margin-right: 0.625rem; overflow: hidden; border-radius: 3.75rem; background: #f2f2f2; } .header_box .header image { width: 3.25rem; height: 3.25rem; } .header_box .name { text-align: left; } .header_box .name view:first-child { text-align: left; font-size: 16px; line-height: 3.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .header_box .name .name_b { font-size: 14px; line-height: 1.375rem; text-align: left; } .header_box .task { font-size: 26rpx; background: rgba(0, 0, 0, 0.2); position: absolute; right: 0.875rem; padding: 0.25rem 0.625rem; border-radius: 1rem; } .title-box { margin-top: 0.5rem; background: #fff; position: relative; } .title-box view { text-align: center; line-height: 88rpx; } .title-box .red_line { position: absolute; left: 0; bottom: 0; width: 100%; height: 4rpx; background: #f44; z-index: 1; } .list_box .box { background: #fff; padding: 0.625rem 0; border-bottom: solid 0.0625rem #ebebeb; } .list_box .box view { line-height: 1.875rem; display: flex; justify-content: space-between; padding: 0 0.875rem; font-size: 30rpx; } .list_box .box view .sum { color: #f15353; } .list_box .box view .time { font-size: 24rpx; color: #8c8c8c; } .blank { display: flex; flex-direction: column; align-items: center; justify-content: center; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); } .blank image { width: 6rem; height: 6rem; } .blank text { margin-top: 30rpx; color: #ccc; font-size: 28rpx; } .list-cell-group { display: flex; padding: 0 28rpx; line-height: 68rpx; justify-content: space-between; background: #fff; } .list-cell-group .list-cell-value { color: #f15353; } .list-progress { box-sizing: border-box; padding: 0rpx 28rpx 36rpx; background: #fff; }