Explorar el Código

订单为空时显示

DELL hace 3 años
padre
commit
6e3659847f
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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>