<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="../css/iti.css"> </head> <body> <head class="headerBox"> <!-- <div ></div> --> <a href="../index.html"><img class="imgBox" src="https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/shouye/home_logo.png" alt=""></a> <div class="contenBox"> <a href="../index.html" class="item">首页</a> </div> <div class="goBox"> <!-- <div class="zx">立即咨询</div> --> <a target="_blank" href="https://dbt.zoosnet.net/LR/Chatpre.aspx?id=DBT86461431&lng=cn" class="zx">立即咨询</a> <a target="_blank" href="https://admin.malls.iformall.com/#/login" class="goA">登录</a> </div> </head> </body> </html> <style> .headerBox { width: 100%; height: 80px; background: #FFFFFF; overflow: hidden; position: fixed; top: 0; left: 0; } .imgBox { float: left; margin-left: 40px; margin-top: 17px; /* width: 158px; height: 45px; */ } .contenBox { float: left; margin-left: 162px; margin-top: 32px; overflow: hidden; } .item { font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; color: #333333; line-height: 16px; float: left; cursor: pointer; margin-right: 80px; } .goBox { overflow: hidden; float: right; margin-top: 22px; margin-right: 40px; } .zx { width: 108px; height: 36px; background: #FF4800; border-radius: 6px; float: left; margin-right: 14px; font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; color: #FFFFFF; line-height: 36px; text-align: center; cursor: pointer; } .goA { width: 78px; height: 36px; background: #0067ED; border-radius: 6px; float: left; font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; color: #FFFFFF; line-height: 36px; text-align: center; } </style>