@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; }