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

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