index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .article{
  2. padding: 40rpx 20rpx 120rpx;
  3. font-size: 24rpx;
  4. line-height: 1.8;
  5. background: #fff;
  6. }
  7. .article .title{
  8. font-size: 38rpx;
  9. font-weight: 700;
  10. }
  11. .article .title text{
  12. font-size: 24rpx;
  13. color: #666;
  14. margin-left: 20rpx;
  15. }
  16. .article .leader{
  17. display: flex;
  18. flex-direction: row;
  19. margin: 20rpx 0;
  20. align-items: center;
  21. }
  22. .article .leader .leader_headImg{
  23. width: 120rpx;
  24. }
  25. .article .leader .leader_headImg image{
  26. width: 120rpx;
  27. height: 120rpx;
  28. border-radius: 60rpx;
  29. }
  30. .article .leader .leader_info{
  31. flex-grow:1;
  32. margin-left:20rpx;
  33. }
  34. .article .leader .leader_info .leader_info_name{
  35. font-size: 28rpx;
  36. font-weight: 700;
  37. }
  38. .article .leader .leader_info .leader_info_name text{
  39. font-weight: 500;
  40. }
  41. .article .leader .leader_info .leader_info_detail{
  42. overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
  43. text-overflow: ellipsis;/*可以用来多行文本的情况下,用省略号“…”隐藏超出范围的文本 。*/
  44. display: -webkit-box;/*必须结合的属性 ,将对象作为弹性伸缩盒子模型显示 。*/
  45. -webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
  46. -webkit-box-orient: vertical;
  47. }
  48. .article .leader .flexBox{
  49. align-items:center;
  50. }
  51. .article .leader_header::after{
  52. content: '\e977';
  53. display: block;
  54. color: #b2b2b2;
  55. font-size: 56rpx;
  56. font-family: 'icomoon';
  57. margin-left: 20rpx;
  58. }
  59. .article .courseInfo{
  60. color: #666;
  61. }
  62. .sign_info{
  63. padding-top: 20rpx;
  64. }
  65. .sign_info .sign_title{
  66. overflow: hidden;
  67. border-bottom: 4rpx solid #b1b1b1;
  68. padding: 6rpx;
  69. display: flex;
  70. flex-direction: row;
  71. justify-content:space-between
  72. }
  73. .sign_info .sign_title text:first-child{
  74. font-size: 32rpx;
  75. }
  76. .chlid_List .card{
  77. border-radius: 10rpx;
  78. border: 4rpx solid #ee3a43;
  79. position: relative;
  80. padding: 10rpx 20rpx;
  81. margin-top: 20rpx;
  82. background: url('http://img.bbztx.com/image_test/upload/thumbs/20210126/logo/1611643102043008688.png') no-repeat;
  83. background-size: 100% 100%;
  84. display: flex;
  85. flex-direction: row;
  86. align-items: center;
  87. box-shadow: 0rpx 5rpx 8rpx #999;
  88. }
  89. .chlid_List .card .card_left{
  90. width: 100rpx;
  91. }
  92. .chlid_List .card .card_right{
  93. flex-grow: 1;
  94. margin-left: 20rpx;
  95. }
  96. .chlid_List .card .card_left image{
  97. width: 100rpx;
  98. height: 100rpx;
  99. border-radius: 50rpx;
  100. }
  101. .chlid_List .card .child_name{
  102. font-weight: 700;
  103. font-size: 28rpx;
  104. }
  105. .chlid_List .card .child_info{
  106. position: relative;
  107. display: flex;
  108. flex-direction: row;
  109. margin: 10rpx 0;
  110. }
  111. .chlid_List .card .child_course >text{
  112. margin-right: 20rpx;
  113. }
  114. .chlid_List .card .child_info view{
  115. margin-right: 20rpx;
  116. padding: 0 10rpx;
  117. background: #ee3a43;
  118. color: #fff;
  119. border-radius: 10rpx;
  120. line-height: 1.5;
  121. }
  122. .chlid_List .card button{
  123. position: absolute;
  124. top: calc(50% - 13rpx);
  125. right: 40rpx;
  126. }
  127. .noneCrad{
  128. padding: 40rpx;
  129. font-size: 28rpx;
  130. text-align: center;
  131. }
  132. .btn{
  133. width: 100%;
  134. height: 100rpx;
  135. color: #fff;
  136. display: flex;
  137. flex-direction: column;
  138. align-items:center;
  139. justify-content:center;
  140. position: fixed;
  141. bottom: 0;
  142. }
  143. .btn > view:first-child{
  144. font-size: 32rpx;
  145. }
  146. /* 按钮样式 */
  147. .yuyue{
  148. background: #ee3a43;
  149. }
  150. .mane{
  151. background: #02bc97;
  152. }
  153. .jishu{
  154. background: #666;
  155. }
  156. .quxiao{
  157. border: 2rpx solid #ee3a43;
  158. color: #666;
  159. background: #fff;
  160. }
  161. .daishangke{
  162. background:#4db1ec;
  163. }
  164. .shangke{
  165. background:#ff7e8d;
  166. }
  167. .jieshu{
  168. background:#767576
  169. }
  170. .daipin{
  171. background: #179B16;
  172. }