You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

css1.css 3.1 KiB

6 months ago
6 months ago
6 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .hor_line{
  2. width: 100%;
  3. height: 14px;
  4. background-color: #F4F4F4;
  5. }
  6. .form-control{
  7. font-size: 18px;
  8. font-family: 仿宋;
  9. background-color: #ffffff
  10. }
  11. .form-control[readonly] {
  12. background-color: #ffffff
  13. }
  14. .control-label{
  15. font-size: 20px;
  16. }
  17. .daj_head{
  18. width: 100%;
  19. text-align: center;
  20. margin: 20px 0;
  21. }
  22. .daj_head h1{
  23. color: black;
  24. }
  25. .daj_middle {
  26. width: 100%;
  27. margin-top: 20px;
  28. }
  29. .daj_left {
  30. float: left;
  31. width: 20%;
  32. }
  33. .daj_right {
  34. float: left;
  35. width: 66%;
  36. margin-left: 84px;
  37. }
  38. .daj_left_two{
  39. float: left;
  40. width: calc(11% - 6px);
  41. }
  42. .daj_right_two {
  43. float: left;
  44. width: calc(82% - 4px);
  45. margin-left: 83px;
  46. }
  47. .daj_left_three{
  48. float: left;
  49. width: 31%;
  50. }
  51. .daj_right_three {
  52. float: left;
  53. width: 48%;
  54. margin-left: 82px;
  55. }
  56. .daj_middle .daj_frame{
  57. border: 1px solid #d7dff2;
  58. height: 32px;
  59. border-radius: 0;
  60. margin-top: 5px;
  61. }
  62. .fj_btn{
  63. background-color: #FFFFFF;
  64. height: 39px;
  65. width: 121px;
  66. float: left;
  67. margin-right: 8px;
  68. border: 1px solid #FFFFFF;
  69. background-image: url(../../img/use/scfj.png)
  70. }
  71. .fj_box1{
  72. height: 47px;
  73. border: 1px solid #d7dff2;
  74. }
  75. .black_line{
  76. width: 100%;
  77. border: 1px solid #000000;
  78. margin-top: 20px;
  79. }
  80. .half_cut{
  81. float: left;
  82. width: 50%;
  83. }
  84. .wind_up{
  85. margin-top: 40px;
  86. }
  87. .specialSign{
  88. position: relative;
  89. top: -4px;
  90. vertical-align: top;
  91. color: #ff0000;
  92. }
  93. .float-left{
  94. float: left;
  95. }
  96. .float-right{
  97. float: right;
  98. }
  99. .form-label{
  100. text-align: left;
  101. float: left;
  102. font-size: 20px;
  103. }
  104. #table-show tr td{
  105. border: none;
  106. }
  107. .width-30{
  108. width: 30%;
  109. font-size: 18px;
  110. color: #0042a4;
  111. }
  112. .width-8{
  113. width: 8%;
  114. font-size: 16px;
  115. color: #999999;
  116. }
  117. .width-20{
  118. width: 20%;
  119. font-size: 16px;
  120. color: #999999;
  121. }
  122. .opinionTable {
  123. display: flex;
  124. flex-wrap: wrap;
  125. width: 100%;
  126. }
  127. .table-row {
  128. width: 25%;
  129. box-sizing: border-box;
  130. padding: 5px;
  131. }
  132. .float-right{
  133. float: right;
  134. }
  135. .input-container {
  136. position: relative;
  137. }
  138. #departmentsContainer {
  139. position: absolute;
  140. top: 10px;
  141. left: 0;
  142. display: flex;
  143. align-items: center;
  144. overflow: hidden;
  145. white-space: nowrap;
  146. padding-left: 5px;
  147. height: 22px;
  148. }
  149. .department-block {
  150. color: #fff;
  151. background: #1AB394;
  152. border: 1px solid #1AB394;
  153. border-radius: 4px;
  154. margin-right: 5px;
  155. padding: 2px 5px;
  156. display: flex;
  157. height: 100%;
  158. align-items: center;
  159. }
  160. .moveRadian{
  161. border-radius: 0!important;
  162. }
  163. .forceColor{
  164. background-color: #ffffff!important;
  165. }
  166. .yjTable th,.yjTable td{
  167. font-size: 18px;
  168. font-weight: normal;
  169. padding: 10px 0;
  170. }
  171. .zwColor{
  172. color: blue;
  173. }
  174. .radio-box{
  175. padding-top: 4px;
  176. }
  177. .mainText{
  178. padding: 3px 10px;
  179. }
  180. /*-----弹性居中对齐-----*/
  181. .flexLayout{
  182. display: flex;
  183. justify-content: center;
  184. align-items: center;
  185. }
  186. .select-list li .searchTag{
  187. width:275px;
  188. height: 36px;
  189. border: 2px solid #cad0d9;
  190. font-size: 16px;
  191. background: #fff url(../../img/sousuo.png) no-repeat 95% center;
  192. }