followup_new.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. input{
  2. padding:0 8px;
  3. }
  4. .followup_content{
  5. max-width:950px;
  6. margin:0 auto;
  7. font-size:14px;
  8. }
  9. .flexContent{
  10. display: flex;
  11. display: -webkit-flex;
  12. align-items: center;
  13. flex-wrap: wrap;
  14. }
  15. .flexAround{
  16. justify-content: space-around;
  17. }
  18. .flexBetween{
  19. justify-content: space-between;
  20. }
  21. .right{
  22. justify-content: flex-end;
  23. }
  24. .followup_label{
  25. font-weight:normal;
  26. margin-bottom:0;
  27. letter-spacing: 1px;
  28. }
  29. .flex_1{
  30. flex:1;
  31. }
  32. .flex_2{
  33. flex:2;
  34. }
  35. .center{
  36. text-align:center;
  37. justify-content: center;
  38. }
  39. .form-line{
  40. margin:10px 0;
  41. }
  42. .followup_input{
  43. font-size:14px;
  44. height:34px;
  45. line-height: 34px;
  46. border-radius:0;
  47. border: 1px solid #8c8d8f;
  48. }
  49. /* 带边框的表格 */
  50. .borderBox{
  51. width:100%;
  52. border:1px solid #8c8d8f;
  53. margin:25px 0;
  54. padding:10px;
  55. position: relative;
  56. }
  57. .borderTitle{
  58. position: absolute;
  59. display: inline-block;
  60. font-size: 15px;
  61. top:-10px;
  62. left:10px;
  63. padding:0 8px;
  64. background:#fff;
  65. letter-spacing: 2px;
  66. }
  67. .w-180{
  68. width:180px;
  69. }
  70. .w-120{
  71. width:120px;
  72. }
  73. .w-150{
  74. width:150px;
  75. }
  76. .w-70{
  77. min-width:70px;
  78. }
  79. .w-45{
  80. width:45px;
  81. }
  82. .w-50{
  83. width:50px;
  84. }
  85. .w-80{
  86. width:80px;
  87. }
  88. .w-90{
  89. width:90px;
  90. }
  91. .w-100{
  92. width:100px;
  93. }
  94. .w-110{
  95. width:110px;
  96. }
  97. .w-130{
  98. width:130px;
  99. }
  100. .w-200{
  101. width:200px;
  102. }
  103. .w-250{
  104. width:250px;
  105. }
  106. .w-558{
  107. width:558px;
  108. }
  109. .w-450{
  110. width:450px;
  111. }
  112. .w-20_{
  113. width:20%;
  114. }
  115. .w-15_{
  116. width:15%;
  117. }
  118. .w-10_{
  119. width:10%;
  120. }
  121. .marginr-8{
  122. margin-right:8px;
  123. }
  124. .marginr-15{
  125. margin-right:15px;
  126. }
  127. .margintb-8{
  128. margin:8px 0
  129. }
  130. .margintb-15{
  131. margin:15px 0
  132. }
  133. .el-input__inner{
  134. border-radius:0 !important;height:34px !important;line-height:34px !important;
  135. border: 1px solid #8c8d8f !important;
  136. padding:0 auto !important;
  137. }
  138. .el-select .el-input__inner{
  139. padding:0 8px !important;
  140. }
  141. .el-input__inner:-moz-placeholder, .followup_input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */
  142. color: #999 !important;
  143. }
  144. .el-input__inner::-webkit-input-placeholder,.followup_input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  145. color: #999 !important;
  146. }
  147. .el-input__inner::-moz-placeholder,.followup_input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  148. color: #999 !important;
  149. }
  150. .el-input__inner:-ms-input-placeholder, .followup_input:-ms-input-placeholder{ /* Internet Explorer 10+ 适配ie*/
  151. color: #999 !important;
  152. }
  153. .color666{
  154. color:#666;
  155. }
  156. .color777{
  157. color:#777;
  158. }
  159. .color888{
  160. color:#888;
  161. }
  162. .el-input__icon{
  163. color:#888;
  164. }
  165. .plr-8{
  166. padding:0 8px;
  167. }
  168. .f-13{
  169. font-size:13px;
  170. }
  171. .f-18{
  172. font-size:18px;
  173. }
  174. .el-radio{
  175. margin-bottom:0 !important;
  176. }
  177. .inlineBlock{
  178. display: inline-block;
  179. }
  180. .letterPace1{
  181. letter-spacing: 1px;
  182. margin:3px 0;
  183. line-height: 28px;
  184. }
  185. .mtb20{
  186. margin: 20px 0;
  187. }
  188. .el-icon-date{
  189. height:34px !important;
  190. line-height:34px !important;
  191. }