Browse Source

卡片阴影

Xiao_123 1 month ago
parent
commit
ee0d222908
2 changed files with 2 additions and 0 deletions
  1. 1 0
      pagesA/collect/company.vue
  2. 1 0
      pagesA/seenMe/index.vue

+ 1 - 0
pagesA/collect/company.vue

@@ -80,6 +80,7 @@ const loadingMore = () => {
   margin: 30rpx;
   border-radius: 20rpx;
   padding: 30rpx;
+  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.17);
   &:last-child {
     margin-bottom: 0;
   }

+ 1 - 0
pagesA/seenMe/index.vue

@@ -109,6 +109,7 @@ const handleToBuyVip = () => {
   margin: 30rpx;
   border-radius: 20rpx;
   padding: 30rpx;
+  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.17);
   &:last-child {
     margin-bottom: 0;
   }