index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. font-size: 28rpx;
  31. }
  32. .stuHead {
  33. opacity: 0.2;
  34. }
  35. .curStu {
  36. opacity: 1 !important;
  37. }
  38. .toDown{
  39. width: 32rpx;
  40. height: 32rpx;
  41. margin-left: 30rpx;
  42. position: absolute;
  43. right: 0;
  44. top: 8rpx;
  45. display: inline-block;
  46. }
  47. .toDown image{
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .picker{
  52. position: relative;
  53. }
  54. /* end */
  55. /* 轮播图 */
  56. .banner {
  57. height: 600rpx;
  58. }
  59. .banner-box {
  60. width: 100%;
  61. }
  62. .bb-image {
  63. width: 750rpx;
  64. height: 563rpx;
  65. }
  66. .swiper {
  67. position: relative;
  68. }
  69. /* end */
  70. /* 课程数据 */
  71. .class-view {
  72. width: 700rpx;
  73. margin: 40rpx 25rpx;
  74. }
  75. .class-list {
  76. display: flex;
  77. }
  78. .class-box {
  79. width: 220rpx;
  80. height: 110rpx;
  81. display: flex;
  82. box-shadow: 0 20rpx 20rpx #ddd;
  83. margin: 20rpx auto;
  84. }
  85. .class-img {
  86. width: 60rpx;
  87. height: 60rpx;
  88. margin-top: 20rpx;
  89. margin-left: 10rpx;
  90. }
  91. .class-img image {
  92. height: 100%;
  93. width: 100%;
  94. }
  95. .class-detail {
  96. text-align: center;
  97. width: 160rpx;
  98. margin-left: auto;
  99. }
  100. .class-title {
  101. color: #999;
  102. font-size: 24rpx;
  103. height: 40rpx;
  104. line-height: 40rpx;
  105. }
  106. .class-num {
  107. color: #cc6031;
  108. height: 60rpx;
  109. line-height: 60rpx;
  110. }
  111. /* end */
  112. /* 标题 */
  113. .title {
  114. font-size: 32rpx;
  115. font-weight: 600;
  116. }
  117. /* end */
  118. /* 我的应用 */
  119. .app-view {
  120. width: 700rpx;
  121. margin: 40rpx 25rpx;
  122. }
  123. .app-list {
  124. display: flex;
  125. flex-wrap: wrap;
  126. }
  127. .app-box {
  128. flex: 0 0 25%;
  129. width: 150rpx;
  130. text-align: center;
  131. margin: 20rpx 0;
  132. }
  133. .app-img {
  134. height: 60rpx;
  135. width: 60rpx;
  136. margin: 0 auto;
  137. }
  138. .app-img image {
  139. width: 100%;
  140. height: 100%;
  141. }
  142. .app-title {
  143. font-size: 28rpx;
  144. height: 60rpx;
  145. line-height: 60rpx;
  146. }
  147. /* end */
  148. /* 学生秀.老师秀 */
  149. .show-view{
  150. width: 700rpx;
  151. margin: 40rpx 25rpx;
  152. }
  153. .title-view{
  154. display: flex;
  155. }
  156. .more{
  157. margin-left: auto;
  158. color: #999;
  159. font-size: 24rpx;
  160. }
  161. .reset-btn{
  162. width: 120rpx;
  163. padding: 10rpx;
  164. height: 40rpx;
  165. line-height: 40rpx;
  166. color: #999;
  167. text-align: center;
  168. margin: 20rpx auto;
  169. border: 1px solid #999;
  170. border-radius: 40rpx;
  171. }
  172. .none-more{
  173. text-align: center;
  174. color: #999;
  175. }
  176. /* end */