Ei kuvausta
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.

footer.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. #footer{
  2. position: relative;
  3. }
  4. .content-12{
  5. margin-top:10px;
  6. float: left;
  7. width: 100%;
  8. background: none;
  9. /*box-shadow: 0px -5px 25px 0px rgba(3, 8, 82, 0.1);*/
  10. /* 线性渐变 */
  11. /* background: linear-gradient(175.91deg, rgb(232, 241, 251) 10.638%,rgba(255, 255, 255, 0) 11.093%);*/
  12. /* transform: rotate(0.70deg);*/
  13. position: relative;
  14. }
  15. .content-12-1{
  16. width: 50%;
  17. /* 线性渐变 */
  18. background: linear-gradient(172.91deg, rgb(255, 255, 255,0.7) 11.638%,rgb(232, 241, 251,0.7) 14.093%);
  19. /* transform: rotate(0.70deg);*/
  20. position: absolute;
  21. top:0; left:0;z-index:500;bottom: 0;
  22. }
  23. .content-12-2{
  24. width: 50%;
  25. /* 线性渐变 */
  26. background: linear-gradient(-172.91deg, rgb(255, 255, 255,0.7) 11.638%,rgb(232, 241, 251,0.7) 14.093%);
  27. /* transform: rotate(0.70deg);*/
  28. position: absolute;
  29. top: 0;right: 0;bottom: 0;
  30. z-index:1000;
  31. }
  32. .content-12-3{
  33. position: absolute;
  34. top: 0;
  35. /* left: 50%;
  36. margin-left: -1500px; */
  37. bottom: 0;
  38. z-index: 1047;
  39. width: 100%;
  40. /* border-top-left-radius: 100%;
  41. border-top-right-radius: 100%; */
  42. background: rgb(232, 241, 251,0.7);
  43. box-shadow: 0px -5px 25px 0px rgba(3, 8, 82, 0.1);
  44. }
  45. .box-12{
  46. width: 100%;
  47. height: 400px;
  48. margin:0 auto;
  49. display: block;
  50. padding: 5px 0px 10px 0px;
  51. margin-bottom:10px;
  52. padding-top:25px;
  53. position: relative;z-index:2000;
  54. }
  55. .box-01{
  56. padding: 0 4%;
  57. width: 100%;
  58. }
  59. .font-66966{
  60. color: rgb(40, 45, 108);
  61. font-family: "HarmonyOS Sans SC";
  62. font-size: 17px;
  63. font-weight: 400;
  64. line-height: 134%;
  65. letter-spacing: 1px;
  66. text-align: center;
  67. }
  68. .font-6669633{
  69. color: rgb(94, 97, 145);
  70. font-family: "HarmonyOS Sans SC";
  71. font-size: 36px;
  72. font-weight: 300;
  73. line-height: 100%;
  74. letter-spacing: 0px;
  75. text-align: left;
  76. margin-top: 5px;
  77. }
  78. .qy-200{
  79. /* height: 40px; */
  80. line-height: 40px;
  81. margin-top:15px;
  82. }
  83. .box-dd{
  84. margin-bottom: 10px;
  85. }
  86. .qy-200 img{
  87. vertical-align: middle;
  88. margin-top: -15px;
  89. margin-right: 10px;
  90. }
  91. .qy-300{
  92. margin-top:10px;
  93. padding-left:7%;
  94. }
  95. .qy-300 a{
  96. /* max-width: 30%; */
  97. margin: 5px 1%;
  98. display: block;
  99. width: auto;
  100. float:left;
  101. height: 39px;
  102. }
  103. .qy-300 a img{
  104. width: 100%;height: 100%;
  105. }
  106. .qy-400{
  107. height: 3px;
  108. border-bottom: 1px solid #000;
  109. opacity: 0.1;
  110. margin-top:10px;
  111. }
  112. .qy-500{
  113. margin-top:5px;
  114. margin-bottom: 60px;
  115. }
  116. .qy-500 .p1{
  117. color: rgb(94, 97, 145);
  118. font-family: "HarmonyOS Sans SC";
  119. font-size: 15px;
  120. font-weight: 400;
  121. line-height: 100%;
  122. letter-spacing: 0px;
  123. padding: 10px 0px;
  124. }
  125. .qy-500 .p2{
  126. color: rgb(94, 97, 145);
  127. font-family: "HarmonyOS Sans SC";
  128. font-size: 14px;
  129. font-weight: 400;
  130. line-height: 152%;
  131. letter-spacing: 0px;
  132. text-align: center;
  133. }
  134. .font-6669633 p{
  135. display: inline;
  136. }
  137. .font-6669633 p{
  138. display: inline;
  139. }
  140. .footer-nav{
  141. z-index: 9999;
  142. }
  143. .footer-nav {
  144. position: fixed;
  145. display: flex;
  146. align-items: center;
  147. width: 100%;
  148. background-color: #fff;
  149. bottom: 0;
  150. height: 50px;
  151. border-top: 1px solid #eee;
  152. }
  153. .footer-nav .nav-item {
  154. flex: 1;
  155. text-align: center;
  156. font-size: 12px
  157. }
  158. .footer-nav .nav-item i {
  159. font-size: 20px;
  160. }
  161. .footer-nav .nav-item.cur {
  162. color: #ff7600;
  163. }