洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
1.5 KiB

10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
  1. .consultItem {
  2. width: 100%;
  3. .top_row {
  4. display: flex;
  5. width: 100%;
  6. height: 116rpx;
  7. border-bottom: 2rpx dashed #E8E9EC;
  8. justify-content: space-between;
  9. align-items: center;
  10. .flex {
  11. width: 0;
  12. flex: 1;
  13. }
  14. .tag {
  15. // width: 176rpx;
  16. height: 60rpx;
  17. background: rgba(250, 149, 25, 0.1);
  18. border-radius: 8rpx;
  19. text-align: center;
  20. font-size: 28rpx;
  21. color: #FA7919;
  22. margin-right: 24rpx;
  23. white-space: nowrap;
  24. padding: 10rpx 18rpx;
  25. }
  26. .schoolName {
  27. font-size: 28rpx;
  28. color: #333;
  29. margin-left: 20rpx;
  30. flex: 1;
  31. }
  32. .status {
  33. display: flex;
  34. align-items: center;
  35. justify-content: flex-end;
  36. width: 140rpx;
  37. flex-shrink: 0;
  38. text-align: right;
  39. .text {
  40. font-size: 28rpx;
  41. color: $themC;
  42. white-space: nowrap;
  43. }
  44. }
  45. }
  46. .target {
  47. // border-bottom: 2rpx dashed #E8E9EC;
  48. }
  49. .row {
  50. display: flex;
  51. justify-content: space-between;
  52. padding: 24rpx 0;
  53. .leftLab {
  54. display: flex;
  55. align-items: center;
  56. .icon {
  57. width: 30rpx;
  58. height: 32rpx;
  59. }
  60. .lab {
  61. margin-left: 10rpx;
  62. font-size: 28rpx;
  63. color: #ADADAD;
  64. }
  65. }
  66. .name {
  67. font-size: 28rpx;
  68. color: #333;
  69. }
  70. }
  71. .border_bottom {
  72. border-top: 2rpx dashed #E8E9EC;
  73. padding: 30rpx 10rpx 16rpx 0;
  74. .dateBox {
  75. .date {
  76. font-size: 28rpx;
  77. color: #ADADAD;
  78. margin-bottom: 16rpx;
  79. }
  80. }
  81. .btnBg {
  82. width: 212rpx;
  83. margin: 30rpx auto;
  84. }
  85. }
  86. }