Browse Source

修改来宾终端主体展示

xiaoyue5430 3 years ago
parent
commit
77faa66fed

+ 5 - 1
spring-cloud/server-page/src/main/resources/static/lbzd/css/ztzs.css

@@ -24,7 +24,6 @@ li{
 .ztzs .ztzs-list{
 	display: flex;
 	flex-wrap: wrap;
-	justify-content: space-between;
 	width: 100%;
 	height: 85%;
 	padding: 0 2%;
@@ -33,6 +32,7 @@ li{
 .ztzs-list .ztzs-item{
 	width: 30%;
 	height: 30%;
+	margin-right: 5%;
 	margin-bottom: 1.5%;
 }
 
@@ -41,6 +41,10 @@ li{
 	height: 100%;
 }
 
+.ztzs-list .ztzs-item:nth-child(3n){
+	margin-right: 0;
+}
+
 .ztzs-list .ztzs-item:nth-child(7){
 	margin-bottom: 0;
 }