lectureRoomDetail.wxss 1.7 KB
/* pages/lectureRoomDetail/lectureRoomDetail.wxss */
page{
  padding:0 0 120rpx 0 ;
  background-color: #fff;
}
.banner_img {
  width: 750rpx;
  height: 400rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner_img video {
  width: 100%;
  height: 100%;
}

.content_box {
  padding: 55rpx 85rpx;
  box-sizing: border-box;
  overflow: hidden;
}

.content_title {
  font-size: 36rpx;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.hint_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43rpx;
}

.case_point {
  display: flex;
  align-items: center;
  font-size: 30rpx;
  color: #666;
}

.point {
  width: 25rpx;
  height: 25rpx;
  border-radius: 50%;
  background: linear-gradient(to left, #1cb9fa, #6cf0f9);
  margin-right: 8rpx;
}

.num_box {
  padding:8rpx 10rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(219, 219, 219, 1);
  border-radius: 8rpx;
  font-size: 24rpx;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.info {
  font-size: 24rpx;
  color: #808080;
}

.content {
  font-size: 26rpx;
  color: #666;
  margin-top: 45rpx;
  /* border: 1rpx solid red; */
}
.bottom_box{
  position: fixed;
  height: 120rpx;
  bottom:0;
  left:0;
  background: #fff;
  width:100%;
}

.bottom_btn {
  width: 650rpx;
  height: 80rpx;
  background: #53a6fa;
  border-radius: 44rpx;
  position: absolute;
  bottom: 40rpx;
  left: 50rpx;
  font-size: 32rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wxParse-img {
  width: 100%!important;
  height: 100%;
}
.num_txt{
 font-size:30rpx;
}