Why does the background image not display properly?
Goshawk
Goshawk 2019-01-12 19:15:16
0
3
1188


css代码:

.header{

width: 1226px;

height: 100px;

margin: 0px auto;

line-height: 90px;

padding-left: 40px;

}

.content{

width: 100%;

height: 580px;

background: url(../img/login.png);

}

html代码:

<div class="content">

<div class="login_content">

<div class="login_form">

</div>

</div>

</div>


Goshawk
Goshawk

reply all(1)
Goshawk

QQ截图20190112191144.png

  • reply Please post the source code, it makes me confused.
    皮皮爱吃瓜子 author 2019-01-13 09:02:03
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template