From ed58afaaa564c54d22a42593265addce08bd5850 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 16 七月 2019 12:09:26 +0800
Subject: [PATCH] format-code

---
 src/views/successCase/caseSolution.vue |   56 +++++++++++++++++++-------------------------------------
 1 files changed, 19 insertions(+), 37 deletions(-)

diff --git a/src/views/successCase/caseSolution.vue b/src/views/successCase/caseSolution.vue
index a134a74..de65c1d 100644
--- a/src/views/successCase/caseSolution.vue
+++ b/src/views/successCase/caseSolution.vue
@@ -136,13 +136,13 @@
 </template>
 <script>
 	export default {
-		data(){
-			return{
-				
+		data() {
+			return {
+
 			}
 		},
-		methods:{
-			jump(u){
+		methods: {
+			jump (u) {
 				this.$router.push(u)
 			}
 		}
@@ -151,7 +151,7 @@
 
 <style lang="less" scoped>
 	@media (min-width: 751px) {
-		.banner_txt{
+		.banner_txt {
 			font-size: 0.6rem;
 			font-family: SourceHanSansCN-Bold;
 			font-weight: bold;
@@ -160,31 +160,27 @@
 			top: 41%;
 			left: 42%;
 		}
-		.p_hide{
+		.p_hide {
 			display: none;
 		}
-		.industry{
+		.industry {
 			display: none;
 		}
 		.content_title {
 			margin-top: .5rem
 		}
-
 		p {
 			padding: .4rem .4rem 0;
 			color: #676767;
 			font-size: .15rem;
 			line-height: 0.26rem;
 		}
-
 		.solution_box-m {
 			display: none;
 		}
-
 		.content_solution {
 			margin-top: 1rem;
 		}
-
 		.solution_box {
 			float: left;
 			padding: .3rem .4rem;
@@ -207,12 +203,10 @@
 						color:rgba(59,59,60,1);
 					}
 				}
-
 				p {
 					padding: .3rem 0;
 					color: #3E3E3E;
 				}
-
 				.title {
 					width: 100%;
 
@@ -223,7 +217,6 @@
 					}
 				}
 			}
-
 			dd {
 				width: 30%;
 				height: 80%;
@@ -237,12 +230,10 @@
 			dd {
 				float: left;
 			}
-
 			dt {
 				float: right;
 			}
 		}
-
 		.solution_box_in>h3>span:after {
 			content: '';
 			position: absolute;
@@ -256,23 +247,23 @@
 	}
 
 	@media (max-width: 750px) and (min-width: 0) {
-		.m_hide{
+		.m_hide {
 			display: none;
 		}
-		.banner{
+		.banner {
 			margin-top: 1.14rem;
 		}
-		.m_hide{
+		.m_hide {
 			display: none;
 		}
-		.p_txt{
+		.p_txt {
 			font-size:0.24rem;
 			font-family:PingFang-SC-Regular;
 			font-weight:400;
 			color:rgba(62,62,62,1);
 			line-height:0.44rem;
 		}
-		.content_industry_card{
+		.content_industry_card {
 			background: #f4f4f4;
 			padding: 0.3rem;
 			margin-top: 0.4rem;
@@ -296,19 +287,18 @@
 				left: calc(50% - 0.57rem);
 			}
 			
-			p{
+			p {
 				margin: 0.32rem 0;
 				color: #676767;
 			}
-			
-			.content_industry_list{
+			.content_industry_list {
 				display: flex;
 				font-size: 0.24rem;
-				
-				ul{
+
+				ul {
 					flex: 1;
 					margin-top: 0.3rem;
-					li{
+					li {
 						color: #676767;
 						margin-bottom: 0.4rem;
 						font-size:0.24rem;
@@ -319,23 +309,19 @@
 						text-align: center;
 					}
 				}
-				img{
+				img {
 					width: 3.6rem;
 					height: 2rem;
 					margin: auto 0;
 				}
 			}
 		}
-		
-		
 		.center {
 			padding-top: .6rem;
 		}
-
 		.solution_box {
 			display: none;
 		}
-
 		.content_solution {
 			margin-top: .6rem;
 
@@ -371,7 +357,6 @@
 					.dd-img {
 						width: 70%;
 					}
-
 					.title {
 						width: 30%;
 						text-align: center;
@@ -389,13 +374,10 @@
 					}
 				}
 			}
-
 		}
-
 		.content_title {
 			margin: 1rem 0 .3rem 0;
 		}
-
 		.solution_box_in>h3>span:after {
 			content: '';
 			position: absolute;

--
Gitblit v1.8.0