base.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .screening {
  2. background: #fff;
  3. padding: 5px 5px 5px;
  4. border-radius: 5px;
  5. display: flex;
  6. align-items: center;
  7. justify-content: flex-start;
  8. .screening-title {
  9. // width: 60px;
  10. margin-right: 5px;
  11. span {
  12. display: inline-block;
  13. width: 3px;
  14. height: 14px;
  15. background: #9f643a;
  16. border-radius: 1px;
  17. margin-right: 14px;
  18. }
  19. div {
  20. font-size: 18px;
  21. font-family: PingFang SC;
  22. font-weight: 400;
  23. color: #9f643a;
  24. }
  25. img{
  26. width:30px;
  27. }
  28. }
  29. .screening-form {
  30. flex: 1;
  31. // margin-top: 22px;
  32. }
  33. .screening-item {
  34. flex: 1;
  35. min-width: 200px;
  36. max-width: 370px;
  37. // margin-right: 37px;
  38. margin-right: 16px;
  39. // margin-bottom: 20px;
  40. span {
  41. font-size: 14px;
  42. font-family: PingFang SC;
  43. font-weight: 400;
  44. color: #333333;
  45. // margin-right: 15px;
  46. display: inline-block;
  47. min-width: 70px;
  48. text-align: right;
  49. }
  50. .input {
  51. flex: 1;
  52. // width: 246px;
  53. // height: 38px;
  54. // border: 2px solid #D8D8D8;
  55. // outline: none;
  56. // font-size: 14px;
  57. // font-family: PingFang SC;
  58. // font-weight: 400;
  59. // padding: 0 11px;
  60. // box-sizing: border-box;
  61. }
  62. }
  63. .screen-btn {
  64. width: 58px;
  65. height: 38px;
  66. background: #9f643a;
  67. margin-right: 22px;
  68. // margin-bottom: 20px;
  69. img {
  70. width: 26px;
  71. }
  72. }
  73. .screen-yellow {
  74. background: #FFAE45 !important;
  75. margin-right: 0;
  76. }
  77. }
  78. .p-tab {
  79. div {
  80. width: 70px;
  81. height: 28px;
  82. background: rgba($color:#9f643a,$alpha:0.1);
  83. // opacity: 0.1;
  84. border-radius: 8px 8px 0px 0px;
  85. margin-right: 4px;
  86. font-size: 13px;
  87. font-family: PingFang SC;
  88. font-weight: 400;
  89. color: #333333;
  90. cursor: pointer;
  91. white-space:nowrap ;
  92. overflow: hidden ;
  93. text-overflow: ellipsis;
  94. padding: 0 10px;
  95. }
  96. .p-active {
  97. color: #fff;
  98. background: #9f643a;
  99. }
  100. }
  101. .screening-item::v-deep .el-select{
  102. width: 100%;
  103. }
  104. .screening-item::v-deep .el-autocomplete{
  105. width: 100%;
  106. }
  107. .today-table ::v-deep .el-table td{
  108. padding: 2.5px 0;
  109. }
  110. .today-table ::v-deep .el-table th{
  111. padding: 4px 0;
  112. }
  113. .today-table ::v-deep .el-table .cell{
  114. padding: 0 5px;
  115. }
  116. .today-page{
  117. margin-top: 10px;
  118. }
  119. .screening-item ::v-deep .el-date-editor.el-input, .el-date-editor.el-input__inner{
  120. flex: 1;
  121. width: auto;
  122. }
  123. .screening-item ::v-deep .el-input--prefix .el-input__inner{
  124. padding-left: 25px;
  125. }
  126. .screening-item ::v-deep .el-input--suffix .el-input__inner{
  127. padding-right: 5px;
  128. }
  129. .screening-item .el-input__prefix{
  130. left: 0;
  131. }