course.wxss 1.1 KB
/* pages/course/course.wxss */
@import "/pages/index/index.wxss";

.swiper_box .swiper {
  width: 100%;
  height: 360rpx;
}

.banner_img {
  margin: 0 20rpx;
  position: absolute;
  width: 650rpx;
  height: 280rpx;
  border-radius: 15rpx;
  z-index: 5;
  /* opacity: 0.7; */
  top: 13%;
}

.img_style {
  z-index: 10;
  width: 650rpx;
  height: 340rpx;
  top: 7%;
  transition: all 0.2s ease-in 0s;
}


.tab_item {
  height: 100%;
  border-bottom: 1rpx solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100rpx;
}

.tab_list {
  height: 100%;
  font-size: 26rpx;
  color: #666;
  position: relative;
  padding: 30rpx 0;
}

.tab_list.active {
  font-size: 32rpx;
  color: #1db9fa;
}

.tab_list.active::after {
  content: '';
  width: 58rpx;
  height: 8rpx;
  background: #1db9fa;
  border-radius: 3rpx;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content_item {
  padding: 0 30rpx;
  margin-top: 38rpx;
}

.case_list {
  border-radius: 10rpx;
  box-shadow: 2rpx 5rpx 20rpx 0rpx rgba(7, 63, 40, 0.2);
  padding: 30rpx;
}

.case_img {
 
  margin-right: 30rpx;
}