123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- @charset "utf-8";
- .socialSecurityQuery-content{
- margin: 0 auto;
- width: 1280px;
- height: 1023px;
- background: url(../../images/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .socialSecurityQuery-content-body {
- width: 100%;
- height: auto;
- }
- .content-body-main{
- margin-top: 226px;
- height:650px;
- }
- .body-main-warpper{
- background: white;
- width:1100px;
- margin: 0 auto;
- height: 600px;
- overflow-y: auto;
- padding: 30px 50px;
- }
- .body-main-warpper::-webkit-scrollbar {/*滚动条整体样式*/
- width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 15px;
- }
- .body-main-warpper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
- border-radius: 8px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #0482d0;
- }
- .body-main-warpper::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 8px;
- background: #fff;
- }
- .main-top-title{
- font-family: "MicrosoftYaHei";
- font-size: 20px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #4d4d4d;
- padding-bottom: 15px;
- }
- .top-title-img{
- float:left;
- }
- .top-title-span{
- float:left;
- margin-top: -5px;
- margin-left: 10px;
- }
- .main-top-table{
- width:100%;
- text-align: center;
- height:90px;
- }
- .main-top-table{
- border-right:1px solid #c2c2c2;
- border-bottom:1px solid #c2c2c2
- }
- .main-top-table td,.main-top-table th{
- border-left:1px solid #c2c2c2;
- border-top:1px solid #c2c2c2
- }
- .main-top-table th{
- font-family: "MicrosoftYaHei";
- font-size: 16px;
- font-weight: bold;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #4d4d4d;
- }
- .main-top-table td{
- font-family: "MicrosoftYaHei";
- font-size: 16px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #4d4d4d;
- }
- .title-two{
- padding-top: 20px;
- }
- .title-two span{
- float: left;
- display: inline-block;
- }
- .social-account{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- margin-top: -5px;
- letter-spacing: 0px;
- color: #ff8b00;
- }
- .body-main-bottom{
- padding-top: 10px;
- }
- .bottom-tab-title{
- display: inline-block;
- font-family: "MicrosoftYaHei";
- font-size: 20px;
- font-weight: normal;
- font-stretch: normal;
- letter-spacing: 0px;
- color: #666666;
- /* color: #0482d0;*/
- }
- .bottom-tab-title{
- cursor: pointer;
- }
- .bottom-tab-title-active{
- color: #0482d0 !important;
- }
- .bottom-tab-title img{
- margin: 0px 30px;
- float: left;
- }
- .main-bottom-tab .bottom-tab-title span{
- float: left;
- margin-top: -3px;
- }
- .main-bottom-tab{
- /*padding-bottom: 10px;*/
- border-bottom: 1px solid #e6e6e6;
- }
- .main-bottom-content{
- margin-top: 10px;
- }
- .content-info-tab{
- /*padding-bottom: 10px;*/
- /* border-bottom: 1px solid #e6e6e6;*/
- }
- .info-tab-ul{
- font-family: "MicrosoftYaHei";
- font-size: 18px;
- font-weight: normal;
- letter-spacing: 0px;
- color: #666666;
- }
- .tab-ul-li{
- float: left;
- margin-right: 65px;
- cursor: pointer;
- border-bottom: 1px solid #c2c2c2;
- line-height: 35px;
- margin-bottom: -1px;
- }
- .tab-ul-li-active{
- color: #0482d0 !important;
- border-bottom: 1px solid #0482d0 !important;
- }
- .content-info-content{
- height:240px;
- }
- .content-info-content-table{
- width:1000px;
- margin: 0 auto;
- border-bottom:1px solid #c2c2c2
- }
- .content-info-content-table td,.content-info-content-table th{
- border-top:1px solid #c2c2c2
- }
- .content-info-content-table th{
- font-family: "MicrosoftYaHei-Bold";
- font-size: 16px;
- font-weight: bold;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #4d4d4d;
- height:40px;
- }
- .content-info-content-table td{
- text-align: center;
- font-family: "MicrosoftYaHei-Bold";
- font-size: 16px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #4d4d4d;
- width: 160px;
- height:40px;
- }
- /*
- background-color: #e6e6e6;*/
|