parentsDo.wxss 2.0 KB
/* pages/parentsDo/parentsDo.wxss */
@import '../homework/homework.wxss';
page{
    padding-bottom: 160rpx;
}
.DoBox {
    margin: 0rpx 32rpx 0;
}
.Nohomework{
    font-size: 30rpx;
    color: #a5a5a5;
}
.do_Shut {
    margin-bottom: 24rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.do_ShutTxt {
    font-size: 36rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.do_ShutRight {
    display: flex;
    align-items: center;
}

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

.do_ShutImg {
    width: 44rpx;
    height: 44rpx;
}


.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);
}
.homeworkCon {
    margin-top: 42rpx;
    margin-bottom: 26rpx;
}

.homeworkTab {
    display: flex;
    display: -webkit-flex;
    height: 54rpx;
    border-bottom: 1px solid #ebebeb;
}

.homeworkTabLi {
    font-size: 28rpx;
    margin-right: 68rpx;
    color: rgba(127, 127, 127, 1);
}

.tabBorer {
    font-size: 30rpx;
    color: #06121e;
    font-weight: bold;
}


.tabBorer::after {
    content: "";
    display: block;
    width: 48rpx;
    height: 6rpx;
    margin: 14rpx auto 0;
    background: rgba(77, 169, 255, 1);
    border-radius: 4rpx;
}
.view_more{
  display: flex;
  align-items: center;
  margin-left: auto;
   color: #00BE9E;
   font-size: 24rpx;
   margin-bottom: 6rpx;
}
.view_more image{
  width: 24rpx;
  height: 24rpx;
}