💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
``` .header .header_c{ height:68px; background-color:rgb(238, 24, 106); } .header .header_c h1{ height:68px; width:140px; float:left; } .header .header_c h1 a{ display:block; text-indent: -1000em; overflow: hidden; background:url(../images/logo.png) no-repeat center center; } ``` 先设置父盒子宽度 高度 A标签里的文字行高 A标签先 display;block 转成块 然后text-indent -1000em 缩进没影了 overflow:hidden; 再清除样式 background:url(../images/logo.png) 再引入图片