diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 5fcead6..51d2dec 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -20,7 +20,7 @@ 更多照片 - + diff --git a/pages/index/index.vue b/pages/index/index.vue index 17bd770..61dccc9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1108,7 +1108,8 @@ .popup-content{ width: 613rpx; height: 320rpx; - background: #FFFFFF; + background:#fff url(../../static/background-img3.png)no-repeat ; + background-size: 130%; border-radius: 36rpx; display: flex; flex-direction: column; diff --git a/static/background-img3.png b/static/background-img3.png new file mode 100644 index 0000000..8c22ea6 Binary files /dev/null and b/static/background-img3.png differ