buyer端 部分颜色优化以及部分间距优化

This commit is contained in:
lemon橪
2021-12-23 19:02:29 +08:00
parent d762d18c7b
commit 4bb7bd4603
8 changed files with 27 additions and 13 deletions

View File

@@ -86,7 +86,7 @@
<img
width="1200"
class="hover-pointer mb_20"
@click="linkTo(element.options.url)"
:src="element.options.img"
alt=""
@@ -134,6 +134,7 @@ export default {
.model-item {
position: relative;
margin-bottom: 10px;
}
/** 热门广告 */

View File

@@ -63,7 +63,7 @@ export default {
justify-content: center;
width: 100%;
margin-bottom: 10px;
background-color: rgb(218, 217, 217);
background-color: #f3f5f7;
height: 60px;
align-items: center;
position: relative;