|
|
|
@ -170,11 +170,11 @@ |
|
|
|
|
|
|
|
|
|
.firGoods { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 548rpx; |
|
|
|
|
height: 510rpx; |
|
|
|
|
background-image: url('https://www.royaum.com.cn/static/newGoods/top.png'); |
|
|
|
|
background-repeat: no-repeat; /* 不重复平铺背景图片 */ |
|
|
|
|
background-position: center; /* 居中显示背景图片 */ |
|
|
|
|
background-size: cover; /* 拉伸并填充至元素内部 */ |
|
|
|
|
background-repeat: no-repeat; /* 不重复平铺背景图片 */ |
|
|
|
|
background-position: center top; /* 居中显示背景图片 */ |
|
|
|
|
background-size: 100% auto; /* 拉伸并填充至元素内部 */ |
|
|
|
|
|
|
|
|
|
.topLine { |
|
|
|
|
display: flex; |
|
|
|
|