myCourseDetail.wxss 2.3 KB
/* pages/person/myCourseDetail/myCourseDetail.wxss */
.detail_head{
  border-bottom: solid 17rpx #FCF8F7;
}
.detail_img{
  width: 750rpx;
  height: 360rpx;
}
.detail_witer{
  padding: 32rpx;
  box-sizing: border-box;
}
.detail_title{
  color: #000000;
  font-size: 32rpx;
  font-weight: bold;
}
.detail_free{
  padding: 18rpx 0;
  color: #333333;
  font-size: 26rpx;
}
.detail_date{
  color: #333333;
  font-size: 24rpx;
}
.date_img{
  width: 21rpx;
  height: 21rpx;
}
.detail_flex{
  display: flex;
  justify-content: flex-start;
}
.detail_left{
  padding-left: 100rpx;
}
.interest_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22rpx 38rpx 28rpx;
}
.interest_img{
  width: 52rpx;
  height: 52rpx;
}
.interest_txt{
  padding-left: 40rpx;
  color: #252729;
  font-size: 30rpx;
}
.interest_pic{
  margin-right: 16rpx;
}
.interest_pic image{
  width: 50rpx;
  height: 50rpx;
}
.interest_left, .interest_right{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.interest_menu{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 198rpx;
  overflow: hidden;
}
.interest_wid{
  width: auto;
}
.interest_arrow{
  width: 40rpx;
  height: 40rpx;
  margin-left: 10rpx;
}
.nav_head{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80rpx;
  padding-left: 32rpx;
  margin-bottom: 24rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.nav_item{
  margin-right: 62rpx;
  padding-bottom: 12rpx;
  color: #8D8D8D;
  font-size: 26rpx;
}
.active{
  color: #FD8779;
  border-bottom: solid 4rpx #FD8779;
}
.test_img{
  display: block;
  width: 686rpx;
  height: 750rpx;
  margin: 0 auto;
  overflow: scroll;
}
.nav_none{
  padding-left: 32rpx;
  color: #8D8D8D;
  font-size: 26rpx;
}
.foot_page{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100rpx;
  background: #fff;
}
.foot_info{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
}
.foot_list{
  margin-left: 32rpx;
  text-align: center;
}
.collect{
  width: 64rpx;
  height: 64rpx;
}
.foot_text{
  color: #252729;
  font-size: 24rpx;
}
.foot_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 528rpx;
  height: 100rpx;
  color: #fff;
  font-size: 32rpx;
  background: #FD8779;
}