123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- @charset "utf-8";
- .noticePrit-content{
- margin: 0 auto;
- width: 1280px;
- height: 1023px;
- background: url(../../images/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .noticePrit-content-info{
- width: 1100px;
- margin: 230px auto 0px auto;
- height: 500px;
- background: #fff;
- overflow-y: auto;
- }
- /*滚动条样式*/
- .noticePrit-content-info::-webkit-scrollbar {/*滚动条整体样式*/
- width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 15px;
- }
- .noticePrit-content-info::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
- border-radius: 8px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #0482d0;
- }
- .noticePrit-content-info::-webkit-scrollbar-track {/*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- border-radius: 8px;
- background:#fff;
- }
- .content-info-title{
- float: right;
- margin-top: 35px;
- }
- .info-title-img{
- float:left;
- }
- .info-title-content{
- float: left;
- width: 289px;
- height: 23px;
- font-family: "MicrosoftYaHei";
- font-size: 24px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 90px;
- letter-spacing: 0px;
- color: #0f0f0f;
- margin: -15px 15px 0px 15px;
- }
- .content-info-form{
- margin-top: 20px;
- padding: 0px 40px;
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 40px;
- letter-spacing: 0px;
- color: #0d0d0d;
- /* overflow-y: auto;*/
- height: 406px;
- position: relative;
- }
- .info-form-tltle{
- text-align: center;
- font-family: "SimHei";
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 90px;
- letter-spacing: 0px;
- color: #0f0f0f;
- }
- .info-form-tip{
- text-indent: 42px;
- }
- .info-form-ul{
- padding: 0px 40px;
- }
- .form-ul-title{
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 40px;
- letter-spacing: 0px;
- font-family: "SimHei";
- color: #0d0d0d;
- }
- .form-ul-title img{
- float: left;
- margin: 9px 10px 0px 0px;
- }
- .form-ul-title p{
- float: left;
- }
- .form-ul-content{
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 40px;
- letter-spacing: 0px;
- font-family: "SimHei";
- color: #666;
- }
- .form-ul-tip{
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 40px;
- letter-spacing: 0px;
- font-family: "SimHei";
- color: #9c4444;
- }
- .info-form-footer{
- float: right;
- }
- .btn-content{
- height: 146px;
- width: 1100px;
- margin: 0 auto;
- padding: 37px 180px;
- }
- .btnStyle{
- font-family: "MicrosoftYaHei";
- font-size: 24px;
- font-weight: normal;
- font-stretch: normal;
- width:270px;
- line-height: 65px;
- letter-spacing: 0px;
- color: #ffffff;
- background: none;
- border: 2px solid #0064f6;
- background-color:#0064f6;
- border-radius: 8px;
- text-align: center;
- cursor: pointer;
- }
- .btnStyle a{
- color: #ffffff;
- }
- .bthPrint{
- float: left;
- }
- .btnCancle{
- float: right;
- }
- .info-form-code{
- position: absolute;
- top:0px;
- right: 0px;
- }
- .info-form-code-p{
- text-align: center;
- }
- .info-form-code-p p{
- display: inline-block;
- }
|