learning.wxss 3.1 KB

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