diff --git a/pageC/components/merchant/list-item.vue b/pageC/components/merchant/list-item.vue index 192f51b..fda4ffc 100644 --- a/pageC/components/merchant/list-item.vue +++ b/pageC/components/merchant/list-item.vue @@ -3,6 +3,7 @@ + @@ -27,6 +28,15 @@ width: 100%; height: 100%; } + .backs { + width: 100%; + height: 100%; + position: absolute; + top: 0; + right: 0; + background-color: rgba($color: #000000, $alpha: 0.35); + z-index: 9; + } .play-video { position: absolute; width: 100rpx; diff --git a/pageC/components/merchant/video-top.vue b/pageC/components/merchant/video-top.vue index 47f3702..a9e4556 100644 --- a/pageC/components/merchant/video-top.vue +++ b/pageC/components/merchant/video-top.vue @@ -1,6 +1,7 @@ @@ -16,6 +17,15 @@ height: 100%; z-index: 9; } + .backs { + width: 100%; + height: 100%; + position: absolute; + top: 0; + right: 0; + background-color: rgba(0, 0, 0, 0.35); + z-index: 9; + } .play-video { position: absolute; width: 100rpx; diff --git a/pageE/static/mine/38.png b/pageE/static/mine/38.png new file mode 100644 index 0000000..c33d201 Binary files /dev/null and b/pageE/static/mine/38.png differ diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 15bfc0f..046f4d4 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -179,7 +179,7 @@ export default { { name: 'wait_evaluation', title: '待评价', - img: '/static/image/mine/3.png', + img: '/static/image/mine/40.png', link: '/order/Index?current=6', number: '', }, @@ -441,7 +441,7 @@ export default { @include image-size($image-width: 35rpx, $image-height: 35rpx); } > view:nth-child(5){ - @include image-size($image-width: 37rpx, $image-height: 37rpx); + @include image-size($image-width: 43rpx, $image-height: 35rpx); } > view:nth-child(6){ @include image-size($image-width: 33rpx, $image-height: 35rpx); diff --git a/static/image/mine/40.png b/static/image/mine/40.png new file mode 100644 index 0000000..c33d201 Binary files /dev/null and b/static/image/mine/40.png differ