coachIndex.wxss 5.4 KB
/* pages/my/coachIndex/coachIndex.wxss */

.banner_box {
  width: 100%;
  height: 330rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #626a82;
  font-size: 24rpx;
  color: #e8e8e8;
}

.user_name {
  font-size: 36rpx;
  font-weight: bold;
  color: #e8e8e8;
  margin: 10rpx 0;
}

.banner_box image {
  width: 120rpx;
  height: 120rpx;
  border-radius: 50%;
}

.content_box {
  box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
  position: relative;
  z-index: 20;
  background: #fff;
}

.info_title {
  padding: 17rpx 0;
  /* border-bottom: 1rpx solid #a4a6b2; */
  text-align: center;
  font-size: 32rpx;
  /* font-weight: bold; */
  color: #333;
  box-shadow: 0rpx 0rpx 51rpx 0rpx rgba(75, 75, 75, 0.16);
}

.info_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26rpx;
  color: #333;
  margin-top: 10rpx;
}

.info_item {
  width: 33.3%;
  border-right: 1rpx solid #000;
}

.info_item:last-child {
  border-right: 0;
}

.list_btn_box {
  padding: 0 30rpx;
  margin-top: 18rpx;
}

.list_btn {
  width: 100%;
  padding: 20rpx 40rpx;
  border-radius: 10rpx;
  box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
  font-size: 24rpx;
  /* font-weight: bold; */
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16rpx;
  box-sizing: border-box;
}

.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
}

.coentent_label_box {
  padding: 30rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60rpx;
}

.label_item {
  width: 180rpx;
  height: 58rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 1rpx 54rpx 0rpx rgba(62, 62, 62, 0.1);
  border-radius: 10rpx;
  font-size: 26rpx;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label_active {
  background: #ff7f7f;
  color: #fff;
}

.plan_box {
  padding: 0 30rpx;
  margin-top: -10rpx;
  position: relative;
  z-index: 1;
}

.plan_info_box {
  box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
  border-radius: 10rpx;
  padding: 0 30rpx;
}

.plan_item {
  border-bottom: 1rpx solid #e8e8e8;
  padding: 30rpx 0;
}

.plan_item:last-child {
  border-bottom: 0;
}

.plan_conten_box {
  margin-top: 20rpx;
}

.item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30rpx;
  font-size: 26rpx !important;
  color: #333 !important;
  margin-top: 10rpx;
}

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

.star_box {
  display: flex;
  align-items: center;
  margin-left: 70rpx;
}

.icon-xing {
  font-size: 25rpx;
  color: #ff8080;
  margin-right: 10rpx;
}

.course_box {
  margin-top: 50rpx;
}

.label_title_box {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 1rpx 10rpx 3rpx rgba(233, 233, 233, 0.6);
  padding: 20rpx 30rpx;
  /* border-top: 1rpx solid #e9e9e9; */
  font-size: 24rpx;
  color: #333;
  box-sizing: border-box;
  position: relative;
  z-index: 20
}

.label_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
}

.label_info_box {
  width: 686rpx;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
  border-radius: 10rpx;
  font-size: 24rpx;
  color: #333;
  padding: 30rpx;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.course_item {
  margin-bottom: 30rpx;
}

.label_btn {
  font-size: 24rpx;
  color: #ff8080;
}

.course_content_box {
  width: 686rpx;
  margin: 0 auto;
  padding:30rpx;
  box-sizing: border-box;
  box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
  border-radius: 10rpx;

}

.course_content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20rpx;
  font-size: 28rpx;
  color: #333;
}
.course_content_item:last-child{
  margin-bottom: 0;
}
.course_info {
  color: #ff8080;
}

.course_content_item:last-child {
  border-bottom: 0;
}

.course_img {
  width: 200rpx;
  height: 150rpx;
}

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

.course_content_info {
  width: 80%;
  margin-left: 20rpx;
}

.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;
}

.more_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
  padding: 20rpx 30rpx;
  box-sizing: border-box;
}

.more_info {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.more_peoper {
  width: 385rpx;
  /* display: flex;
  align-items: center; */
  white-space: nowrap;
  overflow: scroll;
}

.more_peoper image {
  display: inline-block;
  width: 50rpx;
  height: 50rpx;
  margin-right: 15rpx;
}

.more_info_box {
  width: 686rpx;
  height: 150rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
  border-radius: 10rpx;
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx;
}

.more_info_box image {
  width: 120rpx;
  height: 120rpx;
  border-radius: 8rpx;
}

.more_btn {
  padding: 20rpx;
  border-bottom: 1rpx solid #e8e8e8;
}

.more_btn:last-child {
  border-bottom: 0;
}

.more_active {
  color: #ff8080;
}