浏览代码

卡片阴影

Xiao_123 1 月之前
父节点
当前提交
ee0d222908
共有 2 个文件被更改,包括 2 次插入0 次删除
  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;
   margin: 30rpx;
   border-radius: 20rpx;
   border-radius: 20rpx;
   padding: 30rpx;
   padding: 30rpx;
+  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.17);
   &:last-child {
   &:last-child {
     margin-bottom: 0;
     margin-bottom: 0;
   }
   }

+ 1 - 0
pagesA/seenMe/index.vue

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