class-info.module.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .classInfo {
  2. .infoField {
  3. width: 50vw;
  4. font-size: 16px;
  5. :global {
  6. .van-tab {
  7. font-size: 16px;
  8. }
  9. .van-tabs__nav--line {
  10. padding-left: 0;
  11. }
  12. .van-tab--active {
  13. color: #000;
  14. }
  15. // .van-tab--shrink {
  16. // padding-left: 0;
  17. // }
  18. }
  19. }
  20. .boxStyle {
  21. background: transparent !important;
  22. width: 18px;
  23. height: 18px;
  24. border: transparent !important;
  25. }
  26. :global {
  27. .van-radio {
  28. display: inline-block;
  29. align-items: inherit;
  30. overflow: inherit;
  31. }
  32. .van-radio__icon {
  33. height: 18px;
  34. line-height: 18px;
  35. display: inline-block;
  36. vertical-align: sub;
  37. }
  38. .van-radio__label {
  39. line-height: 18px;
  40. }
  41. }
  42. .radioGroup {
  43. padding-top: 14px;
  44. display: flex;
  45. }
  46. .radio {
  47. width: 80px;
  48. height: 28px;
  49. line-height: 28px;
  50. background: #F8F8F8;
  51. border: 1px solid #F8F8F8;
  52. border-radius: 5px;
  53. font-size: 16px;
  54. color: #C0C0C0;
  55. text-align: center;
  56. &+.radio {
  57. margin-left: 12px;
  58. }
  59. &.active {
  60. background: #E9FFF8;
  61. border: 1px solid var(--van-primary);
  62. color: var(--van-primary);
  63. }
  64. }
  65. .imgContainer {
  66. width: 150px;
  67. height: 85px;
  68. border-radius: 10px;
  69. overflow: hidden;
  70. margin: 0 0 12px;
  71. position: relative;
  72. :global {
  73. .van-radio {
  74. position: absolute;
  75. bottom: 10px;
  76. right: 20px;
  77. z-index: 9;
  78. }
  79. }
  80. }
  81. .btnGroup {
  82. padding: 0 14px;
  83. padding-bottom: 15px;
  84. }
  85. }
  86. .class-info-tip {
  87. font-size: 14px;
  88. color: #999999;
  89. line-height: 27px;
  90. padding: 0 12px 12px;
  91. span {
  92. color: #ff4e19;
  93. }
  94. }
  95. .photoTip {
  96. font-size: 14px;
  97. color: #999999;
  98. line-height: 27px;
  99. padding: 5px 0;
  100. }