socialSecurityQuery.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. @charset "utf-8";
  2. .socialSecurityQuery-content{
  3. margin: 0 auto;
  4. width: 1280px;
  5. height: 1023px;
  6. background: url(../../images/aio/index-bg.png) no-repeat;
  7. overflow: hidden;
  8. }
  9. .socialSecurityQuery-content-body {
  10. width: 100%;
  11. height: auto;
  12. }
  13. .content-body-main{
  14. margin-top: 226px;
  15. height:650px;
  16. }
  17. .body-main-warpper{
  18. background: white;
  19. width:1100px;
  20. margin: 0 auto;
  21. height: 600px;
  22. overflow-y: auto;
  23. padding: 30px 50px;
  24. }
  25. .body-main-warpper::-webkit-scrollbar {/*滚动条整体样式*/
  26. width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
  27. height: 15px;
  28. }
  29. .body-main-warpper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  30. border-radius: 8px;
  31. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  32. background: #0482d0;
  33. }
  34. .body-main-warpper::-webkit-scrollbar-track {
  35. /*滚动条里面轨道*/
  36. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  37. border-radius: 8px;
  38. background: #fff;
  39. }
  40. .main-top-title{
  41. font-family: "MicrosoftYaHei";
  42. font-size: 20px;
  43. font-weight: normal;
  44. font-stretch: normal;
  45. line-height: 30px;
  46. letter-spacing: 0px;
  47. color: #4d4d4d;
  48. padding-bottom: 15px;
  49. }
  50. .top-title-img{
  51. float:left;
  52. }
  53. .top-title-span{
  54. float:left;
  55. margin-top: -5px;
  56. margin-left: 10px;
  57. }
  58. .main-top-table{
  59. width:100%;
  60. text-align: center;
  61. height:90px;
  62. }
  63. .main-top-table{
  64. border-right:1px solid #c2c2c2;
  65. border-bottom:1px solid #c2c2c2
  66. }
  67. .main-top-table td,.main-top-table th{
  68. border-left:1px solid #c2c2c2;
  69. border-top:1px solid #c2c2c2
  70. }
  71. .main-top-table th{
  72. font-family: "MicrosoftYaHei";
  73. font-size: 16px;
  74. font-weight: bold;
  75. font-stretch: normal;
  76. line-height: 30px;
  77. letter-spacing: 0px;
  78. color: #4d4d4d;
  79. }
  80. .main-top-table td{
  81. font-family: "MicrosoftYaHei";
  82. font-size: 16px;
  83. font-weight: normal;
  84. font-stretch: normal;
  85. line-height: 30px;
  86. letter-spacing: 0px;
  87. color: #4d4d4d;
  88. }
  89. .title-two{
  90. padding-top: 20px;
  91. }
  92. .title-two span{
  93. float: left;
  94. display: inline-block;
  95. }
  96. .social-account{
  97. font-family: "MicrosoftYaHei";
  98. font-size: 22px;
  99. font-weight: normal;
  100. font-stretch: normal;
  101. margin-top: -5px;
  102. letter-spacing: 0px;
  103. color: #ff8b00;
  104. }
  105. .body-main-bottom{
  106. padding-top: 10px;
  107. }
  108. .bottom-tab-title{
  109. display: inline-block;
  110. font-family: "MicrosoftYaHei";
  111. font-size: 20px;
  112. font-weight: normal;
  113. font-stretch: normal;
  114. letter-spacing: 0px;
  115. color: #666666;
  116. /* color: #0482d0;*/
  117. }
  118. .bottom-tab-title{
  119. cursor: pointer;
  120. }
  121. .bottom-tab-title-active{
  122. color: #0482d0 !important;
  123. }
  124. .bottom-tab-title img{
  125. margin: 0px 30px;
  126. float: left;
  127. }
  128. .main-bottom-tab .bottom-tab-title span{
  129. float: left;
  130. margin-top: -3px;
  131. }
  132. .main-bottom-tab{
  133. /*padding-bottom: 10px;*/
  134. border-bottom: 1px solid #e6e6e6;
  135. }
  136. .main-bottom-content{
  137. margin-top: 10px;
  138. }
  139. .content-info-tab{
  140. /*padding-bottom: 10px;*/
  141. /* border-bottom: 1px solid #e6e6e6;*/
  142. }
  143. .info-tab-ul{
  144. font-family: "MicrosoftYaHei";
  145. font-size: 18px;
  146. font-weight: normal;
  147. letter-spacing: 0px;
  148. color: #666666;
  149. }
  150. .tab-ul-li{
  151. float: left;
  152. margin-right: 65px;
  153. cursor: pointer;
  154. border-bottom: 1px solid #c2c2c2;
  155. line-height: 35px;
  156. margin-bottom: -1px;
  157. }
  158. .tab-ul-li-active{
  159. color: #0482d0 !important;
  160. border-bottom: 1px solid #0482d0 !important;
  161. }
  162. .content-info-content{
  163. height:240px;
  164. }
  165. .content-info-content-table{
  166. width:1000px;
  167. margin: 0 auto;
  168. border-bottom:1px solid #c2c2c2
  169. }
  170. .content-info-content-table td,.content-info-content-table th{
  171. border-top:1px solid #c2c2c2
  172. }
  173. .content-info-content-table th{
  174. font-family: "MicrosoftYaHei-Bold";
  175. font-size: 16px;
  176. font-weight: bold;
  177. font-stretch: normal;
  178. line-height: 30px;
  179. letter-spacing: 0px;
  180. color: #4d4d4d;
  181. height:40px;
  182. }
  183. .content-info-content-table td{
  184. text-align: center;
  185. font-family: "MicrosoftYaHei-Bold";
  186. font-size: 16px;
  187. font-weight: normal;
  188. font-stretch: normal;
  189. line-height: 30px;
  190. letter-spacing: 0px;
  191. color: #4d4d4d;
  192. width: 160px;
  193. height:40px;
  194. }
  195. /*
  196. background-color: #e6e6e6;*/