浏览代码

修改页面底部logo图片

raolu 6 年之前
父节点
当前提交
555f604b9f
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      css/cross.css
  2. 二进制
      images/logo_dibu_img.png

+ 3 - 3
css/cross.css

@ -312,11 +312,11 @@ input[type="reset"],input[type="submit"],input[type="file"],input[type="radio"],
body:after {
	content: '';
    height: 21px;
    width: 80px;
    width: 99px;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background-size: 80px 21px;
    background-size: 99px 21px;
    background-position: 50%;
    margin-left: -40px;
    margin-left: -45px;
    position: fixed;
    left: 50%;
    bottom: 10px;

二进制
images/logo_dibu_img.png