You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.3 KiB

3 years ago
  1. .header{
  2. width: 100%;
  3. height: 90px;
  4. /* position: fixed;
  5. top: 0px;
  6. background: #fff;
  7. box-shadow: 0px 0px 3px #888888; */
  8. flex: 0 0 auto;
  9. }
  10. .header>.content{
  11. width: 1240px;
  12. height: 100%;
  13. display: flex;
  14. justify-content: space-between;
  15. margin: 0 auto;
  16. }
  17. .header>.content>.logo{
  18. width: 145px;
  19. height: 50px;
  20. background: #000;
  21. margin: auto 0;
  22. }
  23. .header>.content>.nav{
  24. display: flex;
  25. }
  26. .header>.content>.nav>li{
  27. padding: 0 20px;
  28. line-height: 90px;
  29. font-size: 20px;
  30. }
  31. .header>.content>.nav>li>a{
  32. color: #000;
  33. }
  34. .text{
  35. min-height: 80%;
  36. width: 1240px;
  37. margin: 0 auto;
  38. /*min-height: 600px;*/
  39. flex: 1 0 auto;
  40. /*margin-bottom: 80px;*/
  41. }
  42. .text .page-header{
  43. margin-bottom: 10px;
  44. }
  45. .active{
  46. color: #edb183 !important;
  47. }
  48. html,body{
  49. height: 100%;
  50. display: flex;
  51. flex-direction: column;
  52. }
  53. .footer {
  54. background: url('../img/sdtttr.png') no-repeat;
  55. background-size: 100% 100%;
  56. height: 90px;
  57. width: 100%;
  58. position: relative;
  59. flex: 0 0 auto;
  60. }
  61. .footer-cert {
  62. position: absolute;
  63. top: 50%;
  64. left: 50%;
  65. transform: translate(-50%, -50%);
  66. }
  67. .footer-cert,
  68. .footer-cert a {
  69. color: #fff;
  70. }
  71. .active {
  72. color: #edb183 !important;
  73. }
  74. .footer-item {
  75. display: block;
  76. text-align: center;
  77. }