reviewWordsDetail.wxss 2.2 KB
/* pages/MemorizingWords/reviewWordsDetail/reviewWordsDetail.wxss */
@import "/pages/index/articleList/articleList.wxss";
@import "/pages/MemorizingWords/wordsPlan/wordsPlan.wxss";
.picker_title{
  font-size: 30rpx;
  color: #666666;
  text-align: center;
  margin-bottom: 24rpx;
}
.title_box {
  font-size: 36rpx;
  color: #1db9fa;
}

.num {
  font-size: 48rpx;
}

.label_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40rpx;
}

.label_item {
  width: 260rpx;
  height: 80rpx;
  font-size: 36rpx;
  color: #1db9fa;
  border: 1rpx solid rgba(29, 185, 250, 1);
  border-radius: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title2 {
  margin-top: 30rpx;
}

.mask_box {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  /* filter: blur(2rpx); */
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_box {
  width: 500rpx;
  height: 410rpx;
  background: rgba(29, 185, 250, 1);
  border-radius: 20rpx;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup_title {
  font-size: 48rpx;
  color: #fff;
}

.days {
  font-size: 120rpx;
  color: #fff;
}

.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_box {
  margin-top: 30rpx;
}

.popup_btn {
  width: 200rpx;
  height: 60rpx;
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #2ebbf6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn2 {
  background: none;
  border: 1rpx solid #fff;
  color: #fff;
  margin-left: 30rpx;
}
.starbox{
 width:100%;
 margin:16rpx 0 0 0;
 height: 560rpx;
 background-color: #fafafa;
 border-radius: 5rpx;
 border:1rpx solid #EBEBEB;
 overflow: scroll;
}
.starcell{
  color:#1DB9FA;
  font-size:30rpx;
  margin: 0 30rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80rpx;
  border-bottom:1rpx solid #ccc;
}
.starbox:last-child{
  border:none;
}
.starcellactivite{
  background-color: #EBEBEB;
  border-radius: 5rpx;
  margin: 0;
}