| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- @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 .top {
- width: 100%;
- height: 500rpx;
- }
- .course-details .top .course-video {
- width: 100%;
- height: 100%;
- }
- .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: 28rpx;
- 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;
- z-index: 999;
- }
- .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;
- }
|