index.wxss 2.3 KB

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