index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .container {
  2. padding: 0;
  3. margin: 0;
  4. color: #333;
  5. }
  6. /* 顶部学生信息 */
  7. .head-view {
  8. display: flex;
  9. width: 700rpx;
  10. margin: 25rpx;
  11. }
  12. .head-left {
  13. display: flex;
  14. width: 350rpx;
  15. }
  16. .head-img-view {
  17. width: 60rpx;
  18. margin-right: 10rpx;
  19. }
  20. .head-img-view image {
  21. height: 60rpx;
  22. width: 60rpx;
  23. border-radius: 60rpx;
  24. }
  25. .section {
  26. height: 60rpx;
  27. line-height: 60rpx;
  28. text-align: center;
  29. width: 350rpx;
  30. }
  31. .stuHead {
  32. opacity: 0.2;
  33. }
  34. .curStu {
  35. opacity: 1 !important;
  36. }
  37. /* end */
  38. /* 轮播图 */
  39. .banner {
  40. height: 600rpx;
  41. }
  42. .banner-box {
  43. width: 100%;
  44. }
  45. .bb-image {
  46. width: 750rpx;
  47. height: 563rpx;
  48. }
  49. .swiper {
  50. position: relative;
  51. }
  52. /* end */
  53. /* 课程数据 */
  54. .class-view {
  55. width: 700rpx;
  56. margin: 40rpx 25rpx;
  57. }
  58. .class-list {
  59. display: flex;
  60. }
  61. .class-box {
  62. width: 220rpx;
  63. height: 110rpx;
  64. display: flex;
  65. box-shadow: 0 20rpx 20rpx #ddd;
  66. margin: 20rpx auto;
  67. }
  68. .class-img {
  69. width: 60rpx;
  70. height: 60rpx;
  71. margin-top: 20rpx;
  72. margin-left: 10rpx;
  73. }
  74. .class-img image {
  75. height: 100%;
  76. width: 100%;
  77. }
  78. .class-detail {
  79. text-align: center;
  80. width: 160rpx;
  81. margin-left: auto;
  82. }
  83. .class-title {
  84. color: #999;
  85. font-size: 24rpx;
  86. height: 40rpx;
  87. line-height: 40rpx;
  88. }
  89. .class-num {
  90. color: #cc6031;
  91. height: 60rpx;
  92. line-height: 60rpx;
  93. }
  94. /* end */
  95. /* 标题 */
  96. .title {
  97. font-size: 36rpx;
  98. font-weight: 600;
  99. }
  100. /* end */
  101. /* 我的应用 */
  102. .app-view {
  103. width: 700rpx;
  104. margin: 40rpx 25rpx;
  105. }
  106. .app-list {
  107. display: flex;
  108. flex-wrap: wrap;
  109. }
  110. .app-box {
  111. flex: 0 0 25%;
  112. width: 150rpx;
  113. text-align: center;
  114. margin: 20rpx 0;
  115. }
  116. .app-img {
  117. height: 80rpx;
  118. width: 80rpx;
  119. margin: 0 auto;
  120. }
  121. .app-img image {
  122. width: 100%;
  123. height: 100%;
  124. }
  125. .app-title {
  126. font-size: 28rpx;
  127. height: 60rpx;
  128. line-height: 60rpx;
  129. }
  130. /* end */
  131. /* 学生秀.老师秀 */
  132. .show-view{
  133. width: 700rpx;
  134. margin: 40rpx 25rpx;
  135. }
  136. .title-view{
  137. display: flex;
  138. }
  139. .more{
  140. margin-left: auto;
  141. color: #999;
  142. }
  143. .reset-btn{
  144. width: 120rpx;
  145. padding: 10rpx;
  146. height: 40rpx;
  147. line-height: 40rpx;
  148. color: #999;
  149. text-align: center;
  150. margin: 20rpx auto;
  151. border: 1px solid #999;
  152. border-radius: 40rpx;
  153. }
  154. /* end */