学员端小程序
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.

98 lines
1.5 KiB

1 year ago
10 months ago
1 year ago
10 months ago
1 year ago
10 months ago
1 year ago
10 months ago
1 year ago
10 months ago
1 year ago
10 months ago
1 year ago
11 months ago
1 year 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. width: 140rpx;
  36. flex-shrink: 0;
  37. text-align: right;
  38. .text {
  39. font-size: 28rpx;
  40. color: $themC;
  41. white-space: nowrap;
  42. }
  43. }
  44. }
  45. .target {
  46. // border-bottom: 2rpx dashed #E8E9EC;
  47. }
  48. .row {
  49. display: flex;
  50. justify-content: space-between;
  51. padding: 24rpx 0;
  52. .leftLab {
  53. display: flex;
  54. align-items: center;
  55. .icon {
  56. width: 30rpx;
  57. height: 30rpx;
  58. }
  59. .lab {
  60. margin-left: 10rpx;
  61. font-size: 28rpx;
  62. color: #ADADAD;
  63. }
  64. }
  65. .name {
  66. font-size: 28rpx;
  67. color: #333;
  68. }
  69. }
  70. .border_bottom {
  71. border-top: 2rpx dashed #E8E9EC;
  72. padding: 30rpx 10rpx 16rpx 0;
  73. .dateBox {
  74. .date {
  75. font-size: 28rpx;
  76. color: #ADADAD;
  77. margin-bottom: 16rpx;
  78. }
  79. }
  80. .btnBg {
  81. width: 212rpx;
  82. margin: 30rpx auto;
  83. }
  84. }
  85. }