main.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. body,
  2. h1,
  3. h2,
  4. h3,
  5. h4,
  6. h5,
  7. h6,
  8. p,
  9. ul,
  10. ol,
  11. form {
  12. margin: 0;
  13. }
  14. .main-frame {
  15. position: relative;
  16. min-height: 100%;
  17. z-index: 1;
  18. }
  19. .main-frame .main-frame-bd {
  20. min-height: 500px;
  21. padding: 0 0 140px;
  22. zoom: 1;
  23. }
  24. .m-content {
  25. position: relative;
  26. /* padding-top: 95px; */
  27. /* border: 1px solid #e8e8e8; */
  28. }
  29. .ng-scope {
  30. border: 0px dashed red;
  31. }
  32. .clear{
  33. clear: both;
  34. }
  35. .clear:after {
  36. display: block;
  37. content: "clear";
  38. height: 0;
  39. clear: both;
  40. overflow: hidden;
  41. visibility: hidden;
  42. }
  43. .plr3{
  44. padding-left: 30px;
  45. padding-right: 30px;
  46. }
  47. .pl3{
  48. padding-left: 30px;
  49. }
  50. .post-main{
  51. width: 900px;
  52. margin:30px auto;
  53. }
  54. .m-pages {
  55. clear: both;
  56. padding: 10px 0;
  57. text-align: center;
  58. margin-top: 20px;
  59. }
  60. .p-wrap-full {
  61. width: 1200px;
  62. margin-left: auto;
  63. margin-right: auto;
  64. }
  65. .btn-r {
  66. width: 80px;
  67. height: 30px;
  68. line-height: 30px;
  69. font-size: 14px;
  70. text-align: center;
  71. color: #fff;
  72. background-color: #3290d4;
  73. border: 0;
  74. cursor: pointer;
  75. display: inline-block;
  76. border-radius: 5px;
  77. }
  78. .m-notice-detail {
  79. padding: 0 20px;
  80. }
  81. .abs {
  82. position: absolute;
  83. }
  84. .return-btn {
  85. width: 100px;
  86. right: 0;
  87. bottom: 19px;
  88. }
  89. .ui-ipt {
  90. background-color: #fff;
  91. border: 1px solid #ddd;
  92. padding: 11px 8px;
  93. margin: 0;
  94. color: #666;
  95. box-sizing: border-box;
  96. vertical-align: middle;
  97. display: inline-block;
  98. border-radius: 5px;
  99. }
  100. .ipt,
  101. .slt,
  102. .ui-ipt,
  103. .ui-slt {
  104. width: 200px;
  105. background-color: #fff;
  106. border: 1px solid #ddd;
  107. padding: 8px;
  108. margin: 0;
  109. color: #999;
  110. -moz-border-radius: 5px;
  111. -webkit-border-radius: 5px;
  112. border-radius: 5px;
  113. }
  114. .ipt:disabled,
  115. .slt:disabled,
  116. .ui-ipt:disabled,
  117. .ui-slt:disabled {
  118. background-color: #f2f2f2;
  119. color: #bbb;
  120. }
  121. .ipt1 {
  122. width: 278px;
  123. height: 37px;
  124. background-color: #fff;
  125. border: 1px solid #ddd;
  126. padding: 0 8px;
  127. margin: 0;
  128. -moz-border-radius: 5px;
  129. -webkit-border-radius: 5px;
  130. border-radius: 5px;
  131. outline: none;
  132. }
  133. li {
  134. display: list-item;
  135. text-align: -webkit-match-parent;
  136. }
  137. .ul-form li {
  138. margin-bottom: 8px;
  139. position: relative;
  140. }
  141. .ul-form .tips {
  142. color: #fb8181;
  143. padding-left: 8px;
  144. font-size: 12px;
  145. }
  146. .ul-form .tips .p-ico2 {
  147. width: 14px;
  148. height: 14px;
  149. background-position: -70px -290px;
  150. margin-right: 5px;
  151. }
  152. ul, ol {
  153. padding-left: 0;
  154. list-style-type: none;
  155. }
  156. input {
  157. -webkit-writing-mode: horizontal-tb !important;
  158. text-rendering: auto;
  159. color: -internal-light-dark(black, white);
  160. letter-spacing: normal;
  161. word-spacing: normal;
  162. text-transform: none;
  163. text-indent: 0px;
  164. text-shadow: none;
  165. display: inline-block;
  166. text-align: start;
  167. appearance: textfield;
  168. background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  169. -webkit-rtl-ordering: logical;
  170. cursor: text;
  171. margin: 0em;
  172. font: 400 13.3333px Arial;
  173. /* padding: 1px 2px; */
  174. border-width: 2px;
  175. border-style: inset;
  176. border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  177. border-image: initial;
  178. }
  179. input:focus{
  180. outline-offset: 0px;
  181. /* outline: none;
  182. border: 1px solid #fff; */
  183. }
  184. .title-box {
  185. border-bottom: 1px solid #e6e6e6;
  186. }
  187. .clear {
  188. clear: both;
  189. *zoom: 1;
  190. }
  191. .footer {
  192. height: 110px;
  193. min-width: 1200px;
  194. padding-top:30px;
  195. position: relative;
  196. text-align: center;
  197. background-color: #f5f5f5;
  198. border-top: 1px solid #e6e6e6;
  199. }
  200. a, span {
  201. display: inline-block;
  202. }
  203. .panel-tit {
  204. font-size: 18px;
  205. font-weight: bold;
  206. }
  207. .m-right-block {
  208. width: 1009px;
  209. margin: 0 auto;
  210. min-height: 700px;
  211. background: #fff;
  212. border-radius: 1rem;
  213. margin-bottom: 2rem;
  214. margin-top: 2rem;
  215. /* border-left: 1px solid #e8e8e8; */
  216. }
  217. .m-right-block .right-block-bd {
  218. padding: 13px 20px;
  219. }
  220. .m-right-block .right-block-bd .tit-block {
  221. border-bottom: 1px solid #e8e8e8;
  222. padding-bottom: 5px;
  223. }
  224. .m-right-block .right-block-bd .tit-block .tit-txt {
  225. font-size: 16px;
  226. }
  227. .m-right-block .right-block-bd .tit-block-1 {
  228. color: #3290d4;
  229. font-size: 15px;
  230. border-left: 4px solid #3290d4;
  231. height: 15px;
  232. line-height: 15px;
  233. padding-left: 5px;
  234. margin-bottom: 8px;
  235. }
  236. .btn-normal {
  237. width: 80px;
  238. height: 30px;
  239. line-height: 30px;
  240. font-size: 14px;
  241. text-align: center;
  242. color: #fff;
  243. background-color: #ff914b;
  244. border: 0;
  245. cursor: pointer;
  246. display: inline-block;
  247. border-radius: 5px;
  248. }
  249. .banner-box {
  250. width: 100%;
  251. height: 415px;
  252. /* background: url("/static/images/nav_bg.png") no-repeat center top; */
  253. position: relative;
  254. z-index: 1;
  255. }
  256. .opacity-bg {
  257. border-radius: 10px;
  258. background:#3876da;
  259. /* background: rgba(0,0,0,0.2); */
  260. /* background: url("../../assets/images/opacity-bg_hash548c17198c.png"); */
  261. color: #fff;
  262. }
  263. .typelist .p-ico {
  264. display: block;
  265. width: 40px;
  266. height: 40px;
  267. margin: 0 auto 10px;
  268. }
  269. .typelist .i1 {
  270. color: #196fad;
  271. background-position: 0px -77px;
  272. }
  273. .typelist .i2 {
  274. color: #196fad;
  275. background-position: -40px -77px;
  276. }
  277. .typelist .i3 {
  278. background-position: -80px -77px;
  279. }
  280. .typelist .i4 {
  281. background-position: -120px -77px;
  282. }
  283. .typelist .i5 {
  284. background-position: -161px -77px;
  285. }
  286. .typelist .i6 {
  287. background-position: -200px -77px;
  288. }
  289. .typelist .i7 {
  290. background-position: -310px -400px;
  291. }
  292. .typelist .i8 {
  293. background-position: -100px -470px;
  294. }
  295. .typelist .i9 {
  296. background-position: -150px -470px;
  297. }
  298. .typelist .i10 {
  299. background-position: -205px -469px;
  300. }