@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .swiper { width: 100%; background-color: #ffffff; } .swiper .swiper-box { width: 100%; height: 500rpx; overflow: hidden; position: relative; z-index: 1; } .swiper .swiper-box swiper { width: 100%; height: 500rpx; } .swiper .swiper-box swiper swiper-item image { width: 100%; height: 500rpx; } .swiper .swiper-box .indicator { position: absolute; bottom: 20rpx; left: 20rpx; background-color: rgba(255, 255, 255, 0.4); width: 150rpx; height: 5rpx; border-radius: 3rpx; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; } .swiper .swiper-box .indicator .dots { width: 0rpx; background-color: white; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .swiper .swiper-box .indicator .dots.on { width: 33.33333%; } .swiper-name { width: 100%; padding: 35rpx 30rpx; } .swiper-name .item-box { position: relative; } .swiper-name .item-box .item-name { position: relative; top: 0rpx; font-size: 36rpx; width: 90%; } .swiper-name .item-box .item-collection { text-align: center; position: absolute; top: 0rpx; right: 0; } .swiper-name .item-box .item-collection image { width: 55rpx; height: 50rpx; } .swiper-name .item-box .item-collection .collection { font-size: 26rpx; color: #999999; } .swiper-name .tip-box { padding: 15rpx 0rpx; } .swiper-name .tip-box text { background-color: #e3e9fe; color: #6786fb; font-size: 22rpx; padding: 8rpx 15rpx; border-radius: 10rpx; margin-right: 15rpx; } .swiper-name .price-box { font-size: 26rpx; color: #999999; } .swiper-name .price-box .price { color: #e73932; } .swiper-name .price-box .price text { font-size: 35rpx; font-weight: bold; } .top { width: 100%; height: 500rpx; } .top .course-video { width: 100%; height: 100%; } .navbar { display: -webkit-box; display: -webkit-flex; display: flex; height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; } .navbar .nav-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; height: 100%; font-size: 30rpx; color: #303133; position: relative; } .navbar .nav-item.current { color: #6786FB; } .course-details { padding: 20rpx; } .course-details .details-content { background: #ffffff; border-radius: 10rpx; text-align: center; } .course-details .details-content .details-title { padding: 30rpx 0; border-bottom: 1px solid #f0f0f0; font-size: 28rpx; font-weight: bold; color: #333333; } .course-details .details-content .details-num { display: -webkit-box; display: -webkit-flex; display: flex; padding: 30rpx 0; font-size: 26rpx; font-weight: bold; color: #666666; } .course-details .details-content .details-num text { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .course-details .details-content .details-num .interval { width: 2px; background-color: #eeeeee; } .course-details .details-intro { padding: 40rpx 20rpx; background: #ffffff; border-radius: 10rpx; margin-top: 20rpx; margin-bottom: 120rpx; } .course-details .details-intro .intro-title { width: 100%; font-size: 36rpx; font-weight: bold; color: #6786FB; text-align: center; margin-bottom: 40rpx; } .course-details .details-intro .intro-text { color: #5dcafa; font-size: 28rpx; line-height: 40rpx; } .course-details .details-intro .intro-img { width: 100%; height: 400rpx; margin-top: 40rpx; } .course-details .details-intro .intro-img .img { width: 100%; height: 100%; } .course-catalogue { padding: 20rpx; } .course-catalogue .no-data { width: 100%; text-align: center; font-size: 26rpx; } .course-catalogue .course-menu { background: #ffffff; border-bottom: 1px solid #f0f0f0; padding: 20rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; font-size: 24rpx; } .course-catalogue .course-menu image { width: 250rpx; height: 135rpx; border-radius: 15rpx; } .course-catalogue .course-menu .menu-info { padding-left: 25rpx; color: #333333; } .course-catalogue .course-menu .menu-info .title { font-size: 28rpx; } .course-catalogue .course-menu .menu-info .tip { margin: 15rpx 0rpx; } .course-catalogue .course-menu .menu-info .tip text { padding: 5rpx 10rpx; background-color: rgba(43, 121, 245, 0.18); color: #6786fb; } .course-catalogue .course-menu .menu-info .price { color: #e73932; } .course-catalogue .course-menu .menu-info .red { color: #6786fb !important; } .course-catalogue .course-menu .menu-info .free { background: #fdf8ea; border-radius: 19px; color: #f1ae27; padding: 2rpx 10rpx; } .foot-box { position: fixed; bottom: 0; width: 100%; background-color: #ffffff; padding: 0rpx 35rpx; font-size: 22rpx; color: #333333; } .foot-box .home { width: 15%; text-align: center; } .foot-box .home image { width: 35rpx; height: 38rpx; } .foot-box .Topay { width: 80%; background-color: #6786fb; text-align: center; color: #ffffff; padding: 25rpx 0rpx; margin: 15rpx 0rpx; border-radius: 45rpx; } .pay-type-list { margin-top: 20rpx; background-color: #fff; padding-left: 40rpx; } .pay-type-list .type-item { height: 120rpx; padding: 20rpx 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-right: 60rpx; font-size: 30rpx; position: relative; } .pay-type-list .icon { width: 100rpx; font-size: 52rpx; } .pay-type-list .img { color: #fe8e2e; width: 50rpx; height: 50rpx; } .pay-type-list .img image { width: 100%; height: 100%; } .pay-type-list .tit { font-size: 32rpx; color: #303133; margin-bottom: 4rpx; } .pay-type-list .con { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding-left: 25rpx; font-size: 24rpx; color: #909399; } .payment { background-color: #ffffff; border-radius: 15rpx 15rpx 0rpx 0rpx; z-index: 999; } .payment .first { border-bottom: 2rpx solid #ebeef5; padding: 38rpx 25rpx; } .payment .first .word { font-size: 28rpx; font-weight: bold; color: #303133; } .payment .first image { width: 25rpx; height: 25rpx; } .payment .one { height: 20rpx; background-color: #f6f6f6; } .payment .Third .two1 { width: 55%; background-color: #ffffff; padding-left: 25rpx; } .payment .Third .two1 .two1-1 { font-size: 28rpx; font-weight: 400; color: #303133; } .payment .Third .two1 .two1-2 { font-size: 24rpx; font-weight: bold; color: #FC4141; } .payment .Third .two1 .size { font-size: 36rpx; } .payment .Third .two2 { width: 45%; background: #FC4141; color: #ffffff; font-size: 32rpx; font-weight: 550; text-align: center; padding: 30rpx 0rpx; } .payment .Third .clickbg { background-color: #999999 !important; }