diff --git a/ant-design-vue-jeecg/src/views/shopping/shopHome.vue b/ant-design-vue-jeecg/src/views/shopping/shopHome.vue index dddc9e10..f0578cf2 100644 --- a/ant-design-vue-jeecg/src/views/shopping/shopHome.vue +++ b/ant-design-vue-jeecg/src/views/shopping/shopHome.vue @@ -42,31 +42,32 @@ -
-
-
-

最新定制

-
-

Latest customization

-
-
-
- -

- {{ item.title1 }}|{{ item.title2 }} -

-

- 价格:¥{{ item.price }}元 -

-
-
-
- 了解更多 - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -161,7 +162,7 @@ @click="tjspxq(item.id,item.title2)" > -

+

{{ item.title1 }}|{{ item.title2 }}

@@ -189,7 +190,7 @@ @click="tjspxq(item.id,item.title2)" > -

+

{{ item.title1 }}|{{ item.title2 }}

@@ -948,23 +949,31 @@ min-width: 270px; flex-direction: column; align-items: center; - padding-bottom: 30px; + padding-bottom: 10px; + padding-top: 10px; margin-bottom: 30px; margin-right: 11px; } .section5 .tabs .jz .item img { - width: 80%; + width: 90%; + height: 309px; + object-fit: cover; } .section5 .tabs .jz .item p { width: 100%; box-sizing: border-box; text-overflow: ellipsis; - padding-left: 28px; - padding-right: 28px; + padding: 15px; overflow: hidden; text-align: left; white-space: nowrap; } + .section5 .tabs .jz .item p.title_6{ + border-bottom: 1px dashed rgba(116,105,87,0.3) ; + color: #333; + font-size: 20px; + padding: 20px; + } .section5 .tabs .jz .item p .line { margin-left: 8px; margin-right: 8px; @@ -973,8 +982,8 @@ width: 100%; padding-left: 28px; box-sizing: border-box; - margin-top: 30px; - margin-bottom: 20px; + /*margin-top: 30px;*/ + /*margin-bottom: 20px;*/ } .section5 .tabs .jz .item div .el-tag { margin-right: 10px;