wordsDetail_review.wxss 2.2 KB
/* pages/MemorizingWords/wordsDetail_review/wordsDetail_review.wxss */
@import "/pages/index/articleList/articleList.wxss";

.banner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20rpx;
}

.label_box {
  display: flex;
  align-items: center;
}

.label_item {
  width: 120rpx;
  height: 40rpx;
  font-size: 24rpx;
  color: #666;
  background: rgba(204, 240, 255, 1);
  border-radius: 4rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20rpx;
}

.info {
  font-size: 28rpx;
  color: #1db9fa;
}

.icon-xuanzhong {
  font-size: 26rpx;
  margin-top: 6rpx;
  margin-right: 17rpx;
}

.item_content {
  /* background: url(/images/bg3.png); */
  background: #ebebeb;
  text-align: center;
  padding: 70rpx 0;
}

.words {
  font-size: 48rpx;
  color: #19191a;
  /* margin-top: 78rpx; */
}

.phonetic_symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30rpx;
  color: #19191a;
  margin-top: 30rpx;
}

.icon-laba1 {
  color: #1db9fa;
}

.paraphrase {
  font-size: 20rpx;
  color: #1db9fa;
  margin-top: 19rpx;
}

.mask_box {
  font-size: 30rpx;
  color: #ccc;
  background: #fff;
  text-align: center;
  margin-top: 220rpx;
}

.icon-dianji {
  font-size: 87rpx;
  color: #ccc;
  margin-bottom: 22rpx;
}

.content_item2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background: #fafafa;
}

.item_box {
  padding: 0 50rpx;
}

.item_list {
  background: rgba(255, 255, 255, 1);
  border-radius: 20rpx;
  font-size: 26rpx;
  color: #666;
  padding: 20rpx;
  margin-top: 28rpx;
}

.list_content {
  display: flex;
  align-items: flex-start;
}

.title {
  font-size: 30rpx;
  color: #666;
  margin-bottom: 20rpx;
}

.point {
  width: 23rpx;
  height: 23rpx;
}

.bottom_btn {
  width: 100%;
  height: 100rpx;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  background: #1db9fa;
  border-radius: 20rpx 20rpx 0rpx 0rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 40rpx;
}

.btn {
  width: 192rpx;
  height: 60rpx;
  font-size: 30rpx;
  color: #FFFFFF;
  border: 1rpx solid rgba(255, 255, 255, 1);
  border-radius: 10rpx;
   display: flex;
  align-items: center;
  justify-content: center;
}