Parcourir la source

整体样式重新调整优化

like il y a 7 mois
Parent
commit
169a0254b9

+ 10 - 4
snowy-admin-web/src/components/HomeCard/SysCountCard/index.vue

@@ -78,7 +78,7 @@
 			margin-bottom: 10px;
 			box-sizing: border-box;
 			background-color: #ffffff;
-			border-radius: 5px;
+			border-radius: 10px;
 			display: flex;
 			justify-content: center;
 
@@ -86,11 +86,11 @@
 				width: 50%;
 				padding: 30px 10px 20px 30px;
 				.left-title {
-					font-size: 16px;
+					font-size: 18px;
 				}
 				.left-count {
 					padding-top: 10px;
-					font-size: 30px;
+					font-size: 45px;
 					white-space: nowrap;
 					overflow: hidden;
 					text-overflow: ellipsis;
@@ -99,8 +99,14 @@
 
 			.card-right {
 				width: 50%;
-				padding-top: 10px;
+				display: flex;
+				justify-content: center;
+				align-items: center;
 				text-align: center;
+
+				.right-img {
+					width: 60%;
+				}
 			}
 		}
 		.ant-card-body:nth-child(5n) {

+ 3 - 2
snowy-admin-web/src/views/auth/login/login.vue

@@ -238,12 +238,13 @@
 <style lang="less" scoped>
 	.login-wrapper {
 		width: 100%;
-		min-height: 600px;
+		min-height: 800px;
 		height: 100vh;
 		display: flex;
 		flex-direction: column;
-		padding: 5% 0;
 		align-items: center;
+		justify-content: flex-start;
+		padding-top: 10%;
 		background-image: url('/src/assets/images/login/logo_background.png');
 		background-size: cover;
 		background-position: center;

+ 5 - 1
snowy-admin-web/src/views/motoring/bigscreen/index.vue

@@ -43,7 +43,7 @@
 									</div>
 								</div>
 								<div class="info-right">
-									<img src="/src/assets/images/bigscreen/img.png" alt="" srcset="" />
+									<img src="/src/assets/images/bigscreen/img.png" style="width: 115%; padding-top: 35px" />
 								</div>
 							</div>
 							<div class="right-foot">
@@ -345,6 +345,10 @@
 							.info-left::-webkit-scrollbar {
 								display: none;
 							}
+
+							.info-right {
+								padding: 0 40px 0 30px;
+							}
 						}
 
 						.right-foot {