course.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* pages/course/course.wxss */
  2. .courses{
  3. width:750rpx;
  4. height: 1050rpx;
  5. justify-content: space-around;
  6. }
  7. /*left*/
  8. .courses-left{
  9. width:25%;
  10. padding-top: 20rpx;
  11. background-color: rgba(217,217,217,0.3);
  12. }
  13. .courses-left view{
  14. box-sizing: border-box;
  15. width:100%;
  16. display: block;
  17. line-height: 60rpx;
  18. font-size: 24rpx;
  19. padding-left: 5rpx;
  20. }
  21. .courses-left text{
  22. padding-left: 15rpx;
  23. }
  24. .active{
  25. background:url("../../images/section_title_tip.png") left no-repeat;
  26. background-size: 5rpx 60rpx;
  27. }
  28. .active text{
  29. display: block;
  30. background-color: #FFF;
  31. }
  32. /*banner*/
  33. .bannerbox{
  34. height: 400rpx;
  35. width:750rpx;
  36. position: relative;
  37. }
  38. .banner{
  39. flex-direction:row;
  40. align-items:center;
  41. }
  42. .bannerimg{
  43. width:750rpx;
  44. height: 400rpx;
  45. display: none;
  46. }
  47. .banner .active{
  48. width:750rpx;
  49. height: 400rpx;
  50. display: inline-block;
  51. }
  52. .banner-btn{
  53. width:100%;
  54. position: absolute;
  55. bottom:20rpx;
  56. flex-direction:row;
  57. justify-content:center;
  58. }
  59. .banner-btn view{
  60. width:20rpx;
  61. height: 20rpx;
  62. margin: 10rpx;
  63. background-color: rgba(255,255,255,0.4);
  64. border-radius: 50%;
  65. }
  66. .banner-btn .active{
  67. background-color: #FFF;
  68. }
  69. .ddongchetitle{
  70. font-size:50rpx;
  71. }
  72. .coursetitle{
  73. font-size:35rpx;
  74. font-weight: bold;
  75. color:#99ccff;
  76. }
  77. .clearfloat{
  78. position:relative;
  79. height:20rpx;
  80. margin-bottom:10rpx;
  81. }
  82. /*courseGrp*/
  83. .course-grp {
  84. flex-wrap:wrap;
  85. margin-top:20rpx;
  86. justify-content: space-around;
  87. }
  88. .course-grp-name{
  89. width: 750rpx;
  90. height: 50rpx;
  91. justify-content:space-between;
  92. align-items:center;
  93. background-color: rgba(217, 217, 217, 0.2)
  94. }
  95. .course-grp-name text{
  96. font-size: 30rpx;
  97. line-height: 50rpx;
  98. padding-left: 30rpx;
  99. background:url("../../images/section_title_tip.png") left no-repeat;
  100. }
  101. .course-grp-name navigator{
  102. font-size: 24rpx;
  103. color: rgba(217, 217, 217, 0.8);
  104. padding-right: 20rpx;
  105. }
  106. .course-grp-item navigator{
  107. width:340rpx;
  108. }
  109. .course-grp-item text{
  110. margin: 20rpx 0;
  111. color:#000;
  112. font-size: 30rpx;
  113. }
  114. .course-grp-item wx-text:last-child{
  115. margin-top: 0;
  116. color:red;
  117. font-size: 24rpx;
  118. }
  119. .ad navigator:first-child image {
  120. width:700rpx;
  121. height:350rpx;
  122. }
  123. .auto-text{
  124. margin-top : 10rpx;
  125. margin-left : 16rpx;
  126. margin-right : 16rpx;
  127. font-size : 30rpx;
  128. }
  129. image {
  130. width:400px;
  131. height:240px;
  132. display:inline-block;
  133. overflow:hidden;
  134. }