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.8 KiB

6 months ago
6 months ago
6 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. .table-row {
  123. width: 25%;
  124. box-sizing: border-box;
  125. padding: 5px;
  126. }
  127. .float-right{
  128. float: right;
  129. }
  130. .input-container {
  131. position: relative;
  132. }
  133. .moveRadian{
  134. border-radius: 0!important;
  135. }
  136. .forceColor{
  137. background-color: #ffffff!important;
  138. }
  139. .yjTable th,.yjTable td{
  140. font-size: 18px;
  141. font-weight: normal;
  142. padding: 10px 0;
  143. }
  144. .zwColor{
  145. color: blue;
  146. }
  147. .radio-box{
  148. padding-top: 4px;
  149. }
  150. .mainText{
  151. padding: 3px 10px;
  152. }
  153. /*-----弹性居中对齐-----*/
  154. .flexLayout{
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. }
  159. .select-list li .searchTag{
  160. width:275px;
  161. height: 36px;
  162. border: 2px solid #cad0d9;
  163. font-size: 16px;
  164. background: #fff url(../../img/sousuo.png) no-repeat 95% center;
  165. }
  166. /*-----百度百科样式-----*/
  167. dd,dl{
  168. margin: 0;
  169. }
  170. .basicInfo_UxXSa {
  171. background: url(../../img/use/basicInfo-bg.png);
  172. margin: 10px 0 10px;
  173. }
  174. .basicInfo_UxXSa:after {
  175. clear: both;
  176. content: "";
  177. display: block
  178. }
  179. .basicInfo_UxXSa .basicInfoBlock_q4iJb {
  180. float: left;
  181. width: 33.33%;
  182. }
  183. .basicInfo_UxXSa .basicInfoBlock_q4iJb .itemWrapper_yeNiB {
  184. position: relative
  185. }
  186. .basicInfo_UxXSa .basicInfoBlock_q4iJb .itemWrapper_yeNiB:after {
  187. clear: both;
  188. content: "";
  189. display: block
  190. }
  191. .basicInfo_UxXSa .basicInfoBlock_q4iJb .basicInfoItem_aRc0i {
  192. display: block;
  193. float: left;
  194. line-height: 26px;
  195. margin: 0;
  196. padding: 0
  197. }
  198. .basicInfo_UxXSa .basicInfoBlock_q4iJb .basicInfoItem_aRc0i.itemName_PqU2f {
  199. color: #999;
  200. font-weight: 700;
  201. overflow: hidden;
  202. padding: 0 5px 0 12px;
  203. text-overflow: ellipsis;
  204. white-space: nowrap;
  205. min-width: 150px;
  206. }
  207. .basicInfo_UxXSa .basicInfoBlock_q4iJb .basicInfoItem_aRc0i.itemName_PqU2f:before {
  208. content: "";
  209. display: block
  210. }
  211. .basicInfo_UxXSa .basicInfoBlock_q4iJb .basicInfoItem_aRc0i.itemValue_OfJ1R {
  212. zoom: 1;
  213. color: #333;
  214. float: left;
  215. position: relative;
  216. min-width: 80px;
  217. word-break: break-all
  218. }