question.wxss 2.0 KB
.questop {
  width: 750rpx;
  height: 106rpx;
  background: rgba(0, 191, 175, 1);
  box-shadow: 1px 2px 29px 0px rgba(50, 57, 61, 0.24);
  color: #fff;
  font-size: 36rpx;
  text-align: center;
  line-height: 106rpx;
  position: relative;
}

.topnum {
  color: #fff;
  font-size: 36rpx;
  position: absolute;
  right: 31rpx;
  top: 0;
}

.quesname {
  /* width: 690rpx; */
  color: #1b1b1b;
  font-size: 28rpx;
  border-bottom: 1rpx solid #d2d2d2;
  margin: 55rpx auto 0;
  padding-bottom: 33rpx;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.5;
}

.quesfoot {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.quesfootleft {
  width: 375rpx;
  height: 81rpx;
  background: rgba(255, 255, 255, 1);
  color: #959595;
  font-size: 30rpx;
  text-align: center;
  line-height: 81rpx;
  border-top:1rpx solid #DCDCDC;
}

.quesfootright {
  width: 375rpx;
  height: 81rpx;
  background: #00BFAF;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 81rpx;
  border-top:1rpx solid #00BFAF
}
.kactive{
  background: #00BFAF;
  color:#fff;
}
.quesbox{
  padding: 0 45rpx;
  box-sizing: border-box;
  margin-top:48rpx;
}
.quesboxitem{
  display:flex;
  align-items: center;
  padding: 20rpx 10rpx;
  box-sizing: border-box;
  border:2rpx solid #fff;
  /* margin-bottom:61rpx; */
}
.quesboxitemleft{
  width:42rpx;
  height:42rpx;
  font-size: 0
}
image{
  width:100%;
  height:100%;
}
.quesboxitemright{
  color:#535353;
  font-size: 28rpx;
  margin-left:34rpx;
}
.quesactive{
 border:2rpx solid rgba(0,191,175,1);
}
.nametive{
  color:#00BFAF;
}
.lef{
  border-right:1rpx solid #DCDCDC;

  }
  .quesboxpage{
    padding-bottom:150rpx;
  }
  .quesboxlist{
    margin-top:20rpx;
  }
  .redtitle{
      color:#FF5A5F;
      font-size: 28rpx;
      font-weight: bold;
  }
  .supply{
    color:#1B1B1B;
    font-size: 35rpx;
    font-weight: bold;
    margin-top:20rpx;
  }
  .quesimg{
    width:672rpx;
    height:342rpx;
    font-size: 0;
    margin:20rpx auto 0;
  }