洛阳学员端
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.

104 lines
1.6 KiB

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