首页| 版块| 我的| 发帖| 消息
主题:关于论坛后台登录页logo [电脑版]
zhangjingyu发表于 2022-02-27 22:27
登录文件是template/admin/adminlogoin.htm,对应的样式就在这个文件中。主要是.head和.logo:
/*logo*/
.logo{background:url($imgpath/admin/login/logo.png) center top no-repeat;height:64px;width:210px;overflow:hidden;text-indent:-2000em;}
/*layout*/
.wrap{width:800px;height:580px;margin-left:auto;margin-right:auto;background:url($imgpath/admin/login/bg.jpg) center 0 no-repeat;}
.head{padding:100px 0 0 200px;}

可以修改为:
.head{padding:64px 0 0 200px;}
.logo{background:url($imgpath/214/logo.png) center top no-repeat;height:100px;width:260px;overflow:hidden;text-indent:-2000em;}
回帖(1):
1楼:修改文件,后台logo没有论坛的logo好看。
(zhangjingyu)

全部回帖(1)» | 最新回帖
收藏本主题 | 发表新主题