Browse Source

修改页面底部的logo图片

raolu 6 years ago
parent
commit
4d13c5888d

+ 3 - 3
common/cross/css/cross.css

@ -1903,11 +1903,11 @@ button {
body:after {
body:after {
	content: '';
	content: '';
    height: 21px;
    height: 21px;
    width: 80px;
    width: 99px;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background-size: 80px 21px;
    background-size: 99px 21px;
    background-position: 50%;
    background-position: 50%;
    margin-left: -40px;
    margin-left: -45px;
    position: fixed;
    position: fixed;
    left: 50%;
    left: 50%;
    bottom: 10px;
    bottom: 10px;

+ 3 - 3
common/cross/css/cross.min.css

@ -2045,11 +2045,11 @@ body {
body:after {
body:after {
	content: '';
	content: '';
    height: 21px;
    height: 21px;
    width: 80px;
    width: 99px;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background-size: 80px 21px;
    background-size: 99px 21px;
    background-position: 50%;
    background-position: 50%;
    margin-left: -40px;
    margin-left: -45px;
    position: fixed;
    position: fixed;
    left: 50%;
    left: 50%;
    bottom: 10px;
    bottom: 10px;

+ 3 - 3
common/cross/css/cross.ui.css

@ -3373,11 +3373,11 @@ body{
body:after {
body:after {
	content: '';
	content: '';
    height: 21px;
    height: 21px;
    width: 80px;
    width: 99px;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background: url(../images/logo_dibu_img.png) no-repeat;
    background-size: 80px 21px;
    background-size: 99px 21px;
    background-position: 50%;
    background-position: 50%;
    margin-left: -40px;
    margin-left: -45px;
    position: fixed;
    position: fixed;
    left: 50%;
    left: 50%;
    bottom: 10px;
    bottom: 10px;

BIN
common/cross/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 {
body:after {
	content: '';
	content: '';
	height: 21px;
	height: 21px;
	width: 80px;
	width: 99px;
	background: url(../images/logo_dibu_img.png) no-repeat;
	background: url(../images/logo_dibu_img.png) no-repeat;
	background-size: 80px 21px;
	background-size: 99px 21px;
	background-position: 50%;
	background-position: 50%;
	margin-left: -40px;
	margin-left: -45px;
	position: fixed;
	position: fixed;
	left: 50%;
	left: 50%;
	bottom: 10px;
	bottom: 10px;