您的位置:首页技术文章
文章详情页

为什么背景图无法正常显示

【字号: 日期:2024-05-21 11:37:35浏览:83作者:猪猪

问题描述

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>

问题解答

回答1:

为什么背景图无法正常显示

相关文章: