23.通用的css样式

2019-06-12  本文已影响0人  jqClub

1.设置图片铺满背景

.login {
    max-width: 750px;
    height:103%;
    margin:0 auto;
    background: url('../images/account-bg.png') no-repeat center center/cover;
}
上一篇 下一篇

猜你喜欢

热点阅读