浏览代码

订单为空时显示

DELL 3 年之前
父节点
当前提交
6e3659847f
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      packagePrize/bean/index.vue

+ 15 - 0
packagePrize/bean/index.vue

@@ -205,5 +205,20 @@
 
 	.empty {
 		height: 60vh;
+		.center {
+			text-align: center;
+			
+			&-img {
+				width: 228rpx;
+				height: 320rpx;
+			}
+			
+			&-font {
+				font-size: 30rpx;
+				font-weight: 400;
+				color: #999999;
+				margin-bottom: 250rpx;
+			}
+		}
 	}
 </style>