workRecord.wxss 3.4 KB
/* pages/workRecord/workRecord.wxss */
page{
    width: 100%;
    height: 100%;
}
.workBox{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.homeworkTabCon{
    padding: 0 32rpx;
}

.workSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48rpx 32rpx;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 10;
}

.workSearchLeft {
    width: 528rpx;
    height: 64rpx;
    display: flex;
    padding: 0 24rpx;
    box-sizing: border-box;
    align-items: center;
    border: 2rpx solid rgba(77, 169, 255, 1);
    border-radius: 10rpx;
}

.workSearchImg {
    width: 30rpx;
    height: 30rpx;
    margin-right: 30rpx;
}

.picker {
    width: 400rpx;
    height: 64rpx;
    line-height: 64rpx;
    color: #C3C9CF;
    font-size: 28rpx;
}

.workSearchBtn {
    width: 130rpx;
    height: 64rpx;
    background: rgba(77, 160, 255, 1);
    border-radius: 10rpx;
    font-size: 30rpx;
    margin-right: 0;
    line-height: 64rpx;
    color: rgba(255, 255, 255, 1);
}
.workList{   
    margin-top: 160rpx;
}
.doConLi {
    margin-bottom: 20rpx;
    padding: 24rpx 28rpx 36rpx;
    box-sizing: border-box;
    border-radius: 10rpx;
    background-color: white;
}

.doConLitop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22rpx;
    border-bottom: 1px solid #f6f6f6;
}

.doConLiTxt1 {
    font-size: 26rpx;
    color: rgba(100, 103, 106, 1);
}

.doConLiTxt2 {
    font-size: 28rpx;
    color: rgba(255, 81, 81, 1);
}
.doConLiTxt2_yes{
    font-size: 28rpx;
    color: #00BE9E;
}
.doConLiTxt3 {
    font-size: 32rpx;
    padding-top: 28rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.homeworkTabConLi {
    margin-top: 44rpx;
    padding-bottom: 60rpx;
    border-bottom: 1px solid #EBEBEB;
}
.homeworkTabConLi:last-child{
    border-bottom: 0;
    padding-bottom: 0rpx;
}
.homeworkTabConTxt {
    font-size: 26rpx;
    color: rgba(195, 201, 207, 1);
}

.homeworkTabConLi2 {
    background: rgba(255, 255, 255, 1);
    border-radius: 10rpx;
    margin-top: 20rpx;
}

.hw_Top {
    display: flex;
    align-items: center;
    padding: 22rpx 28rpx;
    box-sizing: border-box;
    line-height: 1;
    border-bottom: 1px solid #efefef;
}

.hw_TopImg {
    width: 28rpx;
    height: 28rpx;
}

.hw_TopTxt1 {
    width: 440rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 18rpx;
    font-size: 28rpx;
    color: rgba(127, 127, 127, 1);
}

.hw_TopTxt2 {
    margin-left: auto;
    font-size: 28rpx;
    color: rgba(0, 190, 158, 1);
}

.hw_Content {
    margin: 0 28rpx;
}

.hw_center {
    margin-top: 28rpx;
    border-bottom: 1px solid #efefef;
}

.hw_ContentTxt {
    height: 160rpx;
    overflow-y: scroll;
    font-size: 32rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.hw_Bottom {
    margin-top: 24rpx;
}

.hw_BottomLi {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-bottom: 24rpx;
}

.hw_BottomImg1 {
    width: 26rpx;
    height: 26rpx;
    margin-right: 18rpx;
}

.hw_BottomTxt1, .hw_BottomTxt2 {
    font-size: 26rpx;
    color: rgba(100, 103, 106, 1);
}

.hw_BottomTxt1 {
    margin-right: 20rpx;
}

.hw_BottomPer1 {
    width: 272rpx;
    height: 14rpx;
    background: rgba(238, 238, 238, 1);
    border-radius: 8rpx;
}