edu-introuce.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .introuce {
  2. padding-top: 27rpx;
  3. background-color: #fff;
  4. }
  5. .edu-card {
  6. margin: 0 30rpx;
  7. position: relative;
  8. }
  9. .edu-card-img {
  10. width: 690rpx;
  11. height: 258rpx;
  12. }
  13. .middle {
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. display: flex;
  18. justify-content: space-between;
  19. flex-direction: column;
  20. height: 258rpx;
  21. width: 690rpx;
  22. /* padding: 35rpx 30rpx 40rpx 30rpx; */
  23. }
  24. .title {
  25. flex: 2;
  26. /* flex: 1.65; */
  27. padding-left: 5rpx;
  28. margin: 0 30rpx 0;
  29. font-size: 34rpx;
  30. font-weight: bold;
  31. color: #FFFFFF;
  32. border-bottom: 1rpx solid #fff;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .content {
  37. margin: 0 30rpx 0;
  38. flex: 3;
  39. display: flex;
  40. padding-left: 5rpx;
  41. align-items: center;
  42. }
  43. .logo-img {
  44. width: 75rpx;
  45. height: 75rpx;
  46. }
  47. .logo {
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. width: 87rpx;
  52. height: 87rpx;
  53. background: #FFFFFF;
  54. box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
  55. border-radius: 10rpx;
  56. }
  57. .des {
  58. margin-left: 25rpx;
  59. flex: 1;
  60. display: flex;
  61. flex-direction: column;
  62. justify-content: space-between;
  63. font-size: 24rpx;
  64. color: #FFFFFF;
  65. }
  66. .btn {
  67. height: 44rpx;
  68. line-height: 24rpx;
  69. background: #FFFFFF;
  70. border-radius: 20rpx;
  71. font-size: 24rpx;
  72. color: #FF4330;
  73. padding: 0 15rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: start;
  77. }
  78. .btn-icon {
  79. font-size: 26rpx;
  80. margin-right: 10rpx;
  81. }
  82. .grid-tab {
  83. padding: 30rpx;
  84. }
  85. .grid-text {
  86. padding-top: 20rpx;
  87. font-size: 26rpx;
  88. color: #333;
  89. }
  90. .student {
  91. border-top: 20rpx solid #F3F5F9;
  92. padding: 25rpx 35rpx;
  93. }
  94. .stu-top {
  95. display: flex;
  96. align-items: center;
  97. justify-content: space-between;
  98. margin-bottom: 20rpx;
  99. }
  100. .e-title {
  101. font-size: 36rpx;
  102. font-weight: bold;
  103. color: #37363F;
  104. }
  105. .stu-more {
  106. font-size: 24rpx;
  107. color: #BBBBCF;
  108. display: flex;
  109. align-items: center;
  110. justify-content: start;
  111. }
  112. .ivlist_icon {
  113. font-size: 24rpx;
  114. padding-left: 10rpx;
  115. color: #BBBCD0;
  116. }
  117. .stu-avater {
  118. display: flex;
  119. justify-content: space-around;
  120. }
  121. .card-bg {
  122. border-bottom: 1rpx solid #F3F5F9;
  123. padding: 40rpx;
  124. }
  125. .bottom {
  126. border-top: 20rpx solid #F3F5F9;
  127. padding-bottom: 30rpx;
  128. }
  129. .bottom-title {
  130. margin: 33rpx 35rpx 0;
  131. }
  132. /* 方式一 */
  133. .btns {
  134. display: flex;
  135. align-items: center;
  136. margin-top: 2px;
  137. }
  138. .btns .btn + .btn {
  139. margin-left: 12rpx;
  140. }
  141. .des_team {
  142. margin: 2px 0;
  143. max-width: 500rpx;
  144. overflow: hidden;
  145. text-overflow: ellipsis;
  146. white-space: nowrap;
  147. }
  148. /* 方式二 */
  149. /* .btns{
  150. display: flex;
  151. flex-direction: column;
  152. align-items: center;
  153. margin-top: 2px;
  154. }
  155. .btns .btn + .btn{
  156. margin-top: 3px;
  157. }
  158. .des_team{
  159. margin: 4px 0 0;
  160. } */
  161. .title {
  162. display: flex;
  163. flex-direction: row;
  164. align-items: center;
  165. padding: 3px 0;
  166. }
  167. .title .title_text {
  168. flex: 1;
  169. overflow: hidden;
  170. text-overflow: ellipsis;
  171. display: -webkit-box;
  172. -webkit-line-clamp: 2;
  173. line-clamp: 2;
  174. -webkit-box-orient: vertical;
  175. padding-right: 10rpx;
  176. }
  177. .title .btns {
  178. flex-shrink: 0;
  179. }