select-subject.module.less 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .filterTitle {
  2. font-size: 18px;
  3. font-weight: 500;
  4. color: #000000;
  5. line-height: 25px;
  6. text-align: center;
  7. padding: 20px 0;
  8. }
  9. .btnGroup {
  10. padding: 18px 13px;
  11. border: 1px solid #F2F2F2;
  12. :global {
  13. .van-button {
  14. font-size: 16px;
  15. line-height: 22px;
  16. }
  17. }
  18. }
  19. .searchResult {
  20. padding: 15px 16px 0;
  21. overflow: hidden;
  22. // margin-bottom: 20px;
  23. .searchTitle {
  24. color: #333333;
  25. line-height: 22px;
  26. font-size: 15px;
  27. font-weight: 600;
  28. }
  29. }
  30. .radio-group {
  31. display: flex;
  32. margin-top: 12px;
  33. margin-bottom: 15px;
  34. flex-wrap: wrap;
  35. .radio:first-child {
  36. :global {
  37. .van-radio__label {
  38. margin-left: 0;
  39. }
  40. }
  41. }
  42. }
  43. .radio {
  44. :global {
  45. .van-radio__icon {
  46. display: none;
  47. }
  48. .van-tag--large {
  49. width: 80px;
  50. height: 32px;
  51. font-size: 16px;
  52. text-align: center;
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. }
  57. .van-tag {
  58. box-sizing: border-box;
  59. }
  60. .van-tag--default {
  61. // color: var(--van-tag-text-default-color);
  62. color: #333333;
  63. }
  64. .van-tag--primary {
  65. background-color: #fff;
  66. }
  67. .van-tag--primary.van-tag--plain {
  68. background: #FFF3F5;
  69. }
  70. }
  71. }
  72. .organ-radio {
  73. :global {
  74. .van-tag--large {
  75. width: auto;
  76. min-width: 80px;
  77. padding: 0 12px;
  78. margin-bottom: 8px;
  79. margin-right: 8px;
  80. font-size: 14px;
  81. }
  82. }
  83. }
  84. .btn {
  85. padding: 5px 14px;
  86. &+.btn {
  87. margin-left: 10px;
  88. }
  89. }