Browse Source

样式调整

htc 6 months ago
parent
commit
1dcba874af
1 changed files with 8 additions and 4 deletions
  1. 8 4
      pages/solution/zncc.vue

+ 8 - 4
pages/solution/zncc.vue

@@ -67,7 +67,7 @@
 		},
 		created() {
 			uni.setNavigationBarTitle({
-				title: '智能仓储管理平台'
+				title: '智能仓储管理系统'
 			})
 		},
 		methods: {
@@ -111,14 +111,18 @@
 	}
 </script>
 
-<style scoped lang="less">
+<style scoped lang="less">
+	::v-deep .desc .memo{
+		padding-right: 193rpx;
+	}
+	
 	.ques {
 		background: url(../../static/imgs/txtBg.png) no-repeat;
 		background-size: 100% 100%;
 		padding: 48rpx 54rpx 74rpx;
 
-		.quesTitle {
-			margin: 0 27rpx;
+		.quesTitle {
+			padding: 0 111rpx;
 			font-size: 42rpx;
 			color: #333;
 			line-height: 60rpx;