怎样让背景图像不平铺? 2021-07-26 11:42:49 网络 作者:本站 点击: CSS样式表定义: <style type="text/css"> <!-- body { background-image: url(image/bg.gif); background-repeat: no-repeat} --> </style> 标签: