planManage.wxss 1.9 KB
/* pages/my/planManage/planManage.wxss */

.banner_box {
  width: 100%;
  padding: 23rpx 40rpx;
  font-size: 24rpx;
  color: #333;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx -3rpx 29rpx 0rpx rgba(51, 51, 51, 0.1);
}

.banner_time {
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20rpx;
}

.content_box {
  padding: 0 30rpx;
  margin-top: -1rpx;
}

.item_list {
  padding: 37rpx 30rpx;
  box-sizing: border-box;
  box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
  border-radius: 10rpx;
  margin-bottom: 30rpx;
}

.course_content_item {
  display: flex;
  align-items: center;
  height: 100%;
}

.course_img {
  width: 160rpx;
  height: 160rpx;
}

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

.course_content_info {
  width: 65%;
  height: 160rpx;
  margin-left: 50rpx;
  /* line-height: 45rpx; */
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: space-between;
}

.course_title {
  font-size: 28rpx;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
}

.course_content {
  font-size: 24rpx;
  color: #333;
}

.no_course {
  font-size: 36rpx;
  font-weight: bold;
  color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55rpx 0;
}

.num_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 8rpx; */
  font-size: 24rpx;
  color: #FF8080;
}

.star_box {
  display: flex;
  align-items: center;
  color: #e8e8e8;
}

.icon-xing {
  font-size: 23rpx;
  margin-right: 20rpx;
}

.xing_active {
  color: #ff8080;
}

.submit_btn {
  width: 100%;
  height: 60rpx;
  background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
  border-radius: 10rpx;
  font-size: 26rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30rpx;
}
.btn_active{
  background: #CCCCCC;
}