登录文件是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;}