learning.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* pages/learning/learning.wxss */
  2. .search{
  3. width: 70%;
  4. display: inline-block;
  5. margin-bottom: 20rpx;
  6. }
  7. .tab{
  8. display: flex;
  9. justify-content: space-between;
  10. margin: 20rpx 0;
  11. padding: 0 40rpx;
  12. }
  13. .tab text{
  14. font-size: 30rpx;
  15. color: #666;
  16. }
  17. .tab .active{
  18. color: #3780CD;
  19. }
  20. scroll-view{
  21. height: 100%;
  22. }
  23. .part{
  24. background: #fff;
  25. border-radius: 18rpx;
  26. margin-bottom: 20rpx;
  27. padding: 24rpx;
  28. }
  29. .title{
  30. font-size: 34rpx;
  31. color: #333;
  32. margin-bottom: 28rpx;
  33. }
  34. .title text{
  35. float: right;
  36. color: #3780CD;
  37. font-size: 26rpx;
  38. }
  39. .tj{
  40. display: flex;
  41. justify-content: space-between;
  42. }
  43. .tj navigator{
  44. width: 30%;
  45. }
  46. .tj image{
  47. width: 100%;
  48. height: 200rpx;
  49. }
  50. .tj view{
  51. color: #333;
  52. font-size: 28rpx;
  53. margin: 20rpx 0;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. display: -webkit-box;
  57. -webkit-line-clamp: 2;
  58. -webkit-box-orient: vertical;
  59. white-space: normal;
  60. height: 79rpx;
  61. line-height: 44rpx;
  62. }
  63. .tj text{
  64. display: block;
  65. color: #989898;
  66. font-size: 24rpx;
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. display: -webkit-box;
  70. -webkit-line-clamp: 2;
  71. -webkit-box-orient: vertical;
  72. white-space: normal;
  73. }
  74. .list .hy_ly{
  75. width: 65%;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. white-space: nowrap;
  79. }
  80. .list{
  81. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  82. /* border-radius: 20rpx; */
  83. display: flex;
  84. /* padding: 20rpx; */
  85. /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */
  86. /* margin: 0 20rpx 40rpx; */
  87. border-bottom: 1px solid #F0F0F0;
  88. padding: 28rpx 0;
  89. }
  90. .list image{
  91. width: 25%;
  92. height: 60px;
  93. }
  94. .list>view{
  95. width: 75%;
  96. vertical-align: top;
  97. padding-left: 25rpx;
  98. }
  99. .list .tt{
  100. margin-bottom: 5rpx;
  101. text-overflow: ellipsis;
  102. overflow: hidden;
  103. white-space: nowrap;
  104. font-size: 32rpx;
  105. }
  106. .list text{
  107. color: #888;
  108. display: block;
  109. overflow: hidden;
  110. text-overflow: ellipsis;
  111. display: -webkit-box;
  112. -webkit-line-clamp: 2;
  113. -webkit-box-orient: vertical;
  114. white-space: normal;
  115. font-size: 26rpx;
  116. }
  117. .list .hd_ly{
  118. margin-bottom: 40rpx;
  119. color: #666;
  120. }
  121. .hd_ly text{
  122. font-size: 18rpx;
  123. float: right;
  124. margin-top: 5rpx;
  125. }
  126. .content{
  127. background: #fff;
  128. border-radius: 18rpx;
  129. padding: 20rpx;
  130. }
  131. .ly{
  132. margin-bottom: 28rpx;
  133. }
  134. .ly text{
  135. display: block;
  136. color: #666;
  137. font-size: 24rpx;
  138. }
  139. .ly view{
  140. float: right;
  141. text-align: right;
  142. }
  143. .menu{
  144. width: 28%;
  145. background: #fff;
  146. display: inline-block;
  147. line-height: 64rpx;
  148. border-radius: 15rpx;
  149. margin-left: 2%;
  150. vertical-align: top;
  151. position: relative;
  152. }
  153. .picker{
  154. text-align: center;
  155. color: #999;
  156. font-size: 26rpx;
  157. }
  158. .up{
  159. width: 0;
  160. height: 0;
  161. border: 10rpx solid transparent;
  162. border-top: 12rpx solid #999;
  163. display: inline-block;
  164. position: relative;
  165. top: 3px;
  166. }
  167. .drop_menu{
  168. background: #fff;
  169. box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2);
  170. position: absolute;
  171. width: 100%;
  172. right: 0;
  173. border-radius: 15rpx;
  174. z-index: 9;
  175. top: 70rpx;
  176. }
  177. .drop_menu text{
  178. display: block;
  179. line-height: 60rpx;
  180. text-align: center;
  181. color: #999;
  182. }
  183. .myswiper{
  184. height: calc(100vh - 206rpx);
  185. }
  186. .more{
  187. text-align:center;
  188. color:#999;
  189. padding:10rpx 0;
  190. }