富茂链客Pcg官网
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

104 rindas
2.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <link rel="stylesheet" href="../css/iti.css">
  8. </head>
  9. <body>
  10. <head class="headerBox">
  11. <!-- <div ></div> -->
  12. <a href="../index.html"><img class="imgBox" src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/shouye/home_logo.png" alt=""></a>
  13. <div class="contenBox">
  14. <a href="../index.html" class="item">首页</a>
  15. </div>
  16. <div class="goBox">
  17. <!-- <div class="zx">立即咨询</div> -->
  18. <a target="_blank" href="https://dbt.zoosnet.net/LR/Chatpre.aspx?id=DBT86461431&lng=cn" class="zx">立即咨询</a>
  19. <a target="_blank" href="https://admin.malls.iformall.com/#/login" class="goA">登录</a>
  20. </div>
  21. </head>
  22. </body>
  23. </html>
  24. <style>
  25. .headerBox {
  26. width: 100%;
  27. height: 80px;
  28. background: #FFFFFF;
  29. overflow: hidden;
  30. position: fixed;
  31. top: 0;
  32. left: 0;
  33. }
  34. .imgBox {
  35. float: left;
  36. margin-left: 40px;
  37. margin-top: 17px;
  38. /* width: 158px;
  39. height: 45px; */
  40. }
  41. .contenBox {
  42. float: left;
  43. margin-left: 162px;
  44. margin-top: 32px;
  45. overflow: hidden;
  46. }
  47. .item {
  48. font-size: 16px;
  49. font-family: Microsoft YaHei;
  50. font-weight: 400;
  51. color: #333333;
  52. line-height: 16px;
  53. float: left;
  54. cursor: pointer;
  55. margin-right: 80px;
  56. }
  57. .goBox {
  58. overflow: hidden;
  59. float: right;
  60. margin-top: 22px;
  61. margin-right: 40px;
  62. }
  63. .zx {
  64. width: 108px;
  65. height: 36px;
  66. background: #FF4800;
  67. border-radius: 6px;
  68. float: left;
  69. margin-right: 14px;
  70. font-size: 16px;
  71. font-family: Microsoft YaHei;
  72. font-weight: 400;
  73. color: #FFFFFF;
  74. line-height: 36px;
  75. text-align: center;
  76. cursor: pointer;
  77. }
  78. .goA {
  79. width: 78px;
  80. height: 36px;
  81. background: #0067ED;
  82. border-radius: 6px;
  83. float: left;
  84. font-size: 16px;
  85. font-family: Microsoft YaHei;
  86. font-weight: 400;
  87. color: #FFFFFF;
  88. line-height: 36px;
  89. text-align: center;
  90. }
  91. </style>