diff --git a/components/canvasShow/basics/classifyHeader/app/index.vue b/components/canvasShow/basics/classifyHeader/app/index.vue index 0cea243..feb3f9c 100644 --- a/components/canvasShow/basics/classifyHeader/app/index.vue +++ b/components/canvasShow/basics/classifyHeader/app/index.vue @@ -23,14 +23,16 @@ + +
- - + -->
@@ -98,6 +100,8 @@ @@ -250,6 +280,15 @@ position: relative; } + .collect-img { + width: 56rpx; + height: 56rpx; + position: absolute; + right: 35rpx; + top: 15rpx; + z-index: 999; + } + &-img { width: 286upx; height: 306upx; diff --git a/components/canvasShow/basics/text.vue b/components/canvasShow/basics/text.vue index e49b720..5ced305 100644 --- a/components/canvasShow/basics/text.vue +++ b/components/canvasShow/basics/text.vue @@ -65,7 +65,9 @@ .btn-more{ position: absolute; right: 0; - top: 10upx; + top: 30rpx; + margin-right: 30rpx; + color: #90919C; } } } diff --git a/components/canvasShow/canvasShowPage.vue b/components/canvasShow/canvasShowPage.vue index fd85cde..107c36c 100644 --- a/components/canvasShow/canvasShowPage.vue +++ b/components/canvasShow/canvasShowPage.vue @@ -8,6 +8,8 @@ :terminal="terminal" :typeId="typeId" :shopId="shopId"> + + + + + + - + @@ -50,7 +50,7 @@ }" @click="flyToService" > - + @@ -175,8 +175,8 @@ export default { } .search_box { - width: 60rpx; - height: 60rpx; + width: 48rpx; + height: 48rpx; } } }