classDetails.wxss 2.47 KB
/* pages/classDetails/classDetails.wxss */
page{
  width: 100%;
  height: 100%;
}
.classDetails{
  width: 100%;
  height: 100%;
}
.top_classDetails{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.top_classDetails>text{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.top_classDetails>view{
  width: 80%;
  height: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_classDetails>view>image{
  width: 40%;
  height: 150px;
}
.top_classDetails>view>view{
  width: 50%;
  height: 150px;
}
.top_classDetails>view>view>text{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.top_classDetails>view>view>view{
  width: 100%;
  font-size: 12px;
  color: #666;
}
.kechengjianjie{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10%;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
}
.top_classfenji{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10%;
  font-size: 14px;
}
.top_classfenji>image{
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.bot_classfenji{
  width: 100%;
}
.bot_classfenji>view{
  width: 80%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bot_classfenji>view>view{
  font-size: 14px;
  padding: 2px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative;
}
.bot_classfenji>view>text{
  flex: 1;
  font-size: 14px;
}
.suo{
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 15px;
  height: 15px;
}
.play{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.play>video{
  width: 100%;
}
.backplay{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.fufeilook{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5)
}
.con_fufeilook{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.top_con_fufeilook{
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.fufeiBtn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.fufeiBtn>view{
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}