edu.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .loginBtn {
  2. width: 481rpx !important;
  3. height: 83rpx !important;
  4. }
  5. .edu-card {
  6. margin: 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. }
  23. .title {
  24. flex: 2;
  25. padding-left: 5rpx;
  26. margin: 0 30rpx 0;
  27. font-size: 34rpx;
  28. font-weight: bold;
  29. color: #FFFFFF;
  30. border-bottom: 1rpx solid #fff;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .title .title_text{
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. display: -webkit-box;
  38. -webkit-line-clamp: 2;
  39. line-clamp: 2;
  40. -webkit-box-orient: vertical;
  41. padding-right: 10rpx;
  42. padding-top: 5rpx;
  43. /* display: inline-block; */
  44. }
  45. .content {
  46. margin: 0 30rpx 0;
  47. flex: 3;
  48. display: flex;
  49. padding-left: 5rpx;
  50. align-items: center;
  51. }
  52. .logo-img {
  53. width: 75rpx;
  54. height: 75rpx;
  55. }
  56. .logo {
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. width: 87rpx;
  61. height: 87rpx;
  62. background: #FFFFFF;
  63. box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
  64. border-radius: 10rpx;
  65. }
  66. .des {
  67. margin-left: 25rpx;
  68. flex: 1;
  69. display: flex;
  70. flex-direction: column;
  71. justify-content: space-between;
  72. font-size: 24rpx;
  73. color: #FFFFFF;
  74. }
  75. .des .des-info{
  76. padding-right: 6rpx;
  77. }
  78. .des-info.team-info{
  79. overflow: hidden;
  80. text-overflow: ellipsis;
  81. display: -webkit-box;
  82. -webkit-line-clamp: 2;
  83. line-clamp: 2;
  84. -webkit-box-orient: vertical;
  85. }
  86. .des-info.group-info{
  87. white-space: nowrap;
  88. overflow: hidden;
  89. text-overflow: ellipsis;
  90. max-width: 380rpx;
  91. }
  92. .btn {
  93. height: 44rpx;
  94. line-height: 24rpx;
  95. background: #FFFFFF;
  96. border-radius: 20rpx;
  97. font-size: 24rpx;
  98. color: #FF4330;
  99. padding: 0 15rpx;
  100. display: flex;
  101. align-items: center;
  102. justify-content: start;
  103. }
  104. .btn-icon {
  105. font-size: 26rpx;
  106. margin-right: 10rpx;
  107. }
  108. .empty {
  109. height: 100%;
  110. display: flex;
  111. flex-direction: column;
  112. justify-content: center;
  113. align-items: center;
  114. }