wordsPlan.wxss 1.6 KB
/* pages/MemorizingWords/wordsPlan/wordsPlan.wxss */
@import "/pages/index/articleList/articleList.wxss";

.title {
  font-size: 36rpx;
  color: #666;
  text-align: center;
}

.content_info {
  font-size: 26rpx;
  color: #666;
  text-align: center;
  margin-top: 50rpx;
}

.date_num, .words_num {
  display: inline-block;
  width: 45rpx;
  font-size: 26rpx;
  color: #1db9fa;
  text-align: center;
  border-bottom: 1rpx solid #666;
}

.picker_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56rpx;
  padding: 0 40rpx;
}

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

.bottom_btn {
  width: 100%;
  height: 100rpx;
  font-size: 36rpx;
  color: #fff;
  background: rgba(29, 185, 250, 1);
  border-radius: 10rpx 10rpx 0rpx 0rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.starbox{
 width:100%;
 margin:16rpx 0 0 0;
 height: auto;
 background-color: #fafafa;
 border-radius: 5rpx;
 
 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;
}
.starcell:last-child{
  border:none;
}
.starcellactivite{
  background-color: #EBEBEB;
  border-radius: 5rpx;
  margin: 0;
  border:none;
}
.date_box{
 width:260rpx;
 margin: 0 auto;
}