noticePrit.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. @charset "utf-8";
  2. .noticePrit-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. .noticePrit-content-info{
  10. width: 1100px;
  11. margin: 230px auto 0px auto;
  12. height: 500px;
  13. background: #fff;
  14. overflow-y: auto;
  15. }
  16. /*滚动条样式*/
  17. .noticePrit-content-info::-webkit-scrollbar {/*滚动条整体样式*/
  18. width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
  19. height: 15px;
  20. }
  21. .noticePrit-content-info::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  22. border-radius: 8px;
  23. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  24. background: #0482d0;
  25. }
  26. .noticePrit-content-info::-webkit-scrollbar-track {/*滚动条里面轨道*/
  27. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  28. border-radius: 8px;
  29. background:#fff;
  30. }
  31. .content-info-title{
  32. float: right;
  33. margin-top: 35px;
  34. }
  35. .info-title-img{
  36. float:left;
  37. }
  38. .info-title-content{
  39. float: left;
  40. width: 289px;
  41. height: 23px;
  42. font-family: "MicrosoftYaHei";
  43. font-size: 24px;
  44. font-weight: normal;
  45. font-stretch: normal;
  46. line-height: 90px;
  47. letter-spacing: 0px;
  48. color: #0f0f0f;
  49. margin: -15px 15px 0px 15px;
  50. }
  51. .content-info-form{
  52. margin-top: 20px;
  53. padding: 0px 40px;
  54. font-family: "MicrosoftYaHei";
  55. font-size: 22px;
  56. font-weight: normal;
  57. font-stretch: normal;
  58. line-height: 40px;
  59. letter-spacing: 0px;
  60. color: #0d0d0d;
  61. /* overflow-y: auto;*/
  62. height: 406px;
  63. position: relative;
  64. }
  65. .info-form-tltle{
  66. text-align: center;
  67. font-family: "SimHei";
  68. font-size: 26px;
  69. font-weight: normal;
  70. font-stretch: normal;
  71. line-height: 90px;
  72. letter-spacing: 0px;
  73. color: #0f0f0f;
  74. }
  75. .info-form-tip{
  76. text-indent: 42px;
  77. }
  78. .info-form-ul{
  79. padding: 0px 40px;
  80. }
  81. .form-ul-title{
  82. font-size: 22px;
  83. font-weight: normal;
  84. font-stretch: normal;
  85. line-height: 40px;
  86. letter-spacing: 0px;
  87. font-family: "SimHei";
  88. color: #0d0d0d;
  89. }
  90. .form-ul-title img{
  91. float: left;
  92. margin: 9px 10px 0px 0px;
  93. }
  94. .form-ul-title p{
  95. float: left;
  96. }
  97. .form-ul-content{
  98. font-size: 22px;
  99. font-weight: normal;
  100. font-stretch: normal;
  101. line-height: 40px;
  102. letter-spacing: 0px;
  103. font-family: "SimHei";
  104. color: #666;
  105. }
  106. .form-ul-tip{
  107. font-size: 22px;
  108. font-weight: normal;
  109. font-stretch: normal;
  110. line-height: 40px;
  111. letter-spacing: 0px;
  112. font-family: "SimHei";
  113. color: #9c4444;
  114. }
  115. .info-form-footer{
  116. float: right;
  117. }
  118. .btn-content{
  119. height: 146px;
  120. width: 1100px;
  121. margin: 0 auto;
  122. padding: 37px 180px;
  123. }
  124. .btnStyle{
  125. font-family: "MicrosoftYaHei";
  126. font-size: 24px;
  127. font-weight: normal;
  128. font-stretch: normal;
  129. width:270px;
  130. line-height: 65px;
  131. letter-spacing: 0px;
  132. color: #ffffff;
  133. background: none;
  134. border: 2px solid #0064f6;
  135. background-color:#0064f6;
  136. border-radius: 8px;
  137. text-align: center;
  138. cursor: pointer;
  139. }
  140. .btnStyle a{
  141. color: #ffffff;
  142. }
  143. .bthPrint{
  144. float: left;
  145. }
  146. .btnCancle{
  147. float: right;
  148. }
  149. .info-form-code{
  150. position: absolute;
  151. top:0px;
  152. right: 0px;
  153. }
  154. .info-form-code-p{
  155. text-align: center;
  156. }
  157. .info-form-code-p p{
  158. display: inline-block;
  159. }