1、消除控件与控件之间的边界
/* 公共样式 用于消除控件与控件之间的边界 */ *{ margin:0; padding:0}
2、设置背景图片大小与控件大小一致
#frame_top{ min-height: 250px; min-width: 1202px; height: 40%; width: 100%; background: url(../img/home/homebg.png) no-repeat; background-size: 100% 100%; }
原文地址:https://www.cnblogs.com/luo1240465012/p/11049855.html
时间: 2024-11-05 11:11:10