record.wxss 1.3 KB

page{
    padding:32rpx;
}
/*  */
/* 任务栏开始 */
.navbar {
    height: 88rpx;
    margin: 0 32rpx;
    /* margin-top: 40rpx; */
    display: flex;
    /* justify-content: space-around; */
    /* background  : linear-gradient(136deg,#4e8fff 2%, #55c2fa); */
    background-color: #ffffff;
    font-size: 30rpx;
    color: #969799;
    border-radius: 2px 0px 0px 2px;
  
  }
  
  .navbar .item {
    /* margin:0 35rpx ; */
    width: 346rpx;
    height: 71rpx;
    line-height: 66rpx;
    font-size: 24rpx;
    text-align: center;
    margin-left: 44rpx;
    /* background-color: #FFC909; */
    /* border-radius   : 19px; */
    position: relative;
  
  }
  
  .navbar .item.choose {
    color: black;
    /* background: linear-gradient(136deg, #4e8fff 2%, #55c2fa); */
  }
  
  .navbar .item.choose:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80rpx;
    height: 6rpx;
    background: #FFC83D;
    margin: 0 auto;
  }

/*  */
.linet{
    height: 144rpx;
    line-height: 80rpx;
    display: flex;
    padding: 32rpx 0;
    border-bottom:1px solid  rgba(235,235,235,1);
    justify-content: space-between;
}
.lin-1{
    font-size: 28rpx;
    line-height: 36rpx;
    font-weight: 600;
}
.lin-1 view{
    font-size: 24rpx;
    margin-top: 8rpx;
    color:rgba(196,196,196,1) ;
}