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

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