wordsReport.wxss 1.5 KB
/* pages/MemorizingWords/wordsReport/wordsReport.wxss */
@import "/pages/MemorizingWords/MemorizingWords.wxss";
.days{
  position: relative;
}
.day_num{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 48rpx;
 
}
.plan{
  border: none;
  font-size: 20rpx;
}

.words_type{
  font-size: 24rpx;
}
.content_box {
  padding: 0 30rpx;
}

.info_box {
  width: 691rpx;
  height: 309rpx;
  box-sizing: border-box;
  background: rgba(29, 185, 250, 1);
  border-radius: 20rpx;
  margin-top: 20rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24rpx;
  color: #3a3a3a;
  padding: 56rpx;
}

.symble_box {
  display: flex;
  align-items: flex-end;
}

.review1 {
  width: 30rpx;
  height: 30rpx;
  background: rgba(162, 224, 250, 1);
  margin-right: 15rpx;
}

.new_learn1 {
  width: 30rpx;
  height: 30rpx;
  background: rgba(255, 255, 255, 1);
  margin-right: 15rpx;
}

.review {
  width: 40rpx;
  height: 74rpx;
  background: rgba(162, 224, 250, 1);
  border-radius: 20rpx;
  font-size: 24rpx;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7rpx;
}

.new_learn {
  width: 40rpx;
  height: 146rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 20rpx;
  font-size: 24rpx;
  color: #4ac7fb;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7rpx;
}
.symble_box .lowheight{
  height: 74rpx;
}
.symble_box .gao_height{
  height: 146rpx;
}
.top {
  margin-bottom: 50rpx;
}

.left {
  margin-left: 37rpx;
}