followup_newplan.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. [v-cloak]{display: none;}
  2. .red{color: red !important;}
  3. .hide{display: none;}
  4. img {
  5. border: 0;
  6. font-size: 0;
  7. vertical-align: top;
  8. }
  9. .c-btn, .c-btn-full, .c-btn-large, .c-btn-big, .c-btn-small, .c-btn-tiny, .c-btn-screenful, .c-btn-icon, .c-btn-label, .c-btn-label-l, .c-btn-label-r {
  10. display: inline-block;
  11. vertical-align: baseline;
  12. outline: none;
  13. cursor: pointer;
  14. border: 0;
  15. background: none;
  16. text-align: center;
  17. text-decoration: none;
  18. padding: 12px 34px;
  19. color: #fff;
  20. position: relative;
  21. font: 14px/1 \5FAE\8F6F\96C5\9ED1,tahoma,arial,\5b8b\4f53;
  22. line-height: normal !important;
  23. box-sizing: border-box;
  24. -webkit-box-sizing: border-box;
  25. -moz-box-sizing: border-box;
  26. }
  27. .c-btn-12b7f5 {
  28. background-color: #12b7f5;
  29. color: #ffffff;
  30. }
  31. .c-btn-f96565 {
  32. background-color: #f96565;
  33. }
  34. .c-12b7f5 {
  35. color: #12b7f5;
  36. }
  37. .flex {
  38. display: -webkit-flex;
  39. display: -webkit-box;
  40. display: flex;
  41. }
  42. .f_g_1 {
  43. -webkit-flex-grow: 1;
  44. -webkit-box-flex: 1;
  45. flex-grow: 1;
  46. }
  47. .f_s_0 {
  48. -webkit-flex-shrink: 0;
  49. flex-shrink: 0;
  50. }
  51. .newPlan{
  52. background: #ffffff;
  53. height: calc(100% - 0px);
  54. }
  55. .newPlan .listDo .f_s_0{
  56. height: 28px;line-height: 28px;cursor: pointer;
  57. }
  58. .newPlan .listDo .f_s_0:hover{
  59. color:#12B7F5;
  60. }
  61. .el-form .el-button {
  62. border-radius: 2px;
  63. min-width: 80px;
  64. padding: 0 12px;
  65. width: 90px;
  66. height: 34px;
  67. }
  68. .el-form .el-form-item .el-input__inner{
  69. border-radius: 2px;
  70. height: 28px;
  71. line-height: 28px;
  72. }
  73. .el-form .el-form-item .el-form-item__label {
  74. font-weight: normal;
  75. line-height: 28px;
  76. margin-bottom: 0;
  77. }
  78. .el-form-item__content {
  79. line-height: 28px;
  80. position: relative;
  81. font-size: 14px;
  82. }
  83. .el-input__icon{
  84. line-height: 28px;
  85. }
  86. .pt7{
  87. padding-top: 7px;
  88. }
  89. #div_items {
  90. position:absolute;;
  91. top:198px;
  92. left: 119px;
  93. width: 220px;
  94. height: 170px;
  95. border: 1px solid #DCDFE6;
  96. border-top: 0px;
  97. overflow: auto;
  98. z-index: 1000;
  99. border-radius:2%;
  100. background-color: #fff;
  101. display: none;
  102. }
  103. .div_item{
  104. padding: 5px;
  105. padding-left: 11px;
  106. }