learnShare.wxss 2.2 KB
/* pages/learnShare/learnShare.wxss */

page {
  background: #f5f6fa;
}

.searn_box {
  background: #fff;
  padding: 12rpx 30rpx;
}

.serch_item {
  width: 100%;
  height: 64rpx;
  background: #fafafa;
  border-radius: 32rpx;
  font-size: 26rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20rpx;
  box-sizing: border-box;
}

.icon-sousuo {
  font-size: 33rpx;
  color: #0286ff;
}

.pl_style {
  color: #b2b2b2;
}

.classify_box {
  background: #fff;
  padding: 30rpx 30rpx 0 30rpx;
  margin-top: 16rpx;
}

.classify_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #000;
  margin-bottom: 20rpx;
}

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

.classify_item {
  width: 200rpx;
  height: 72rpx;
  border: 1rpx solid rgba(255, 154, 3, 1);
  border-radius: 36rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26rpx;
  color: #ffac2f;
  margin-bottom: 30rpx;
}

.classify_active {
  border: 0;
  background: #ffac2f;
  color: #fff;
}

.content_box {
  background: #fff;
  margin-top: 16rpx;
  padding: 0 30rpx;
}

.list_img {
  width: 160rpx;
  height: 160rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rpx;
}

.list_img image {
  width: 100%;
  height: 100%;
}

.item_list {
  display: flex;
  align-items: center;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 0;
}

.list_title {
  font-size: 32rpx;
  color: #1a1a1a;
  font-weight: bold;
}

.list_content_box {
  width: 72%;
  margin-left: 30rpx;
}

.list_content {
  font-size: 26rpx;
  color: #1a1a1a;
  margin-top: 25rpx;
  display: flex;
  align-items: center;
}

.list_content view {
  margin-right: 30rpx;
}

.list_info_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24rpx;
  color: #999;
  margin-top: 25rpx;
}

.list_label {
  display: inline-block;
  width: 70rpx;
  height: 30rpx;
  border-radius: 5rpx;
  border: 1rpx solid #0286ff;
  font-size: 24rpx;
  color: #0286ff;
  text-align: center;
  line-height: 30rpx;
  margin-right: 15rpx;
}

.icon-ren, .icon-shu {
  font-size: 24rpx;
  margin-right: 10rpx;
  color: #000;
}

.icon-shu {
  font-size: 30rpx;
}