edu.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. .content {
  35. margin: 0 30rpx 0;
  36. flex: 3;
  37. display: flex;
  38. padding-left: 5rpx;
  39. align-items: center;
  40. }
  41. .logo-img {
  42. width: 75rpx;
  43. height: 75rpx;
  44. }
  45. .logo {
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. width: 87rpx;
  50. height: 87rpx;
  51. background: #FFFFFF;
  52. box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
  53. border-radius: 10rpx;
  54. }
  55. .des {
  56. margin-left: 25rpx;
  57. flex: 1;
  58. display: flex;
  59. flex-direction: column;
  60. justify-content: space-between;
  61. font-size: 24rpx;
  62. font-weight: 400;
  63. color: #FFFFFF;
  64. }
  65. .btn {
  66. height: 44rpx;
  67. line-height: 24rpx;
  68. background: #FFFFFF;
  69. border-radius: 20rpx;
  70. font-size: 24rpx;
  71. font-weight: 400;
  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. .empty {
  83. height: 100%;
  84. display: flex;
  85. flex-direction: column;
  86. justify-content: center;
  87. align-items: center;
  88. }