From c1e688c8a52dd517a2b10125ff9fd1ede7499ce3 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期五, 29 四月 2022 11:20:32 +0800 Subject: [PATCH] # --- App.vue | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) diff --git a/App.vue b/App.vue index 1d9a541..b6f1679 100644 --- a/App.vue +++ b/App.vue @@ -84,7 +84,7 @@ }, onHide: function() { console.log('App Hide') - } + }, } </script> @@ -281,10 +281,10 @@ transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); } -.square-2 { + .square-2 { background-color: #ffffff; box-shadow: 0px 0px 5px #d9d9d9; - width: 94%; + width: 96%; height: 200rpx; border-radius: 20rpx; margin: 20rpx auto 20rpx auto; @@ -341,7 +341,7 @@ float: left; height: 80rpx; line-height: 80rpx; - width: 60%; + width: 70%; margin: 10rpx 2.5%; border-radius: 15rpx; border: 1px solid #eeeeee; @@ -381,7 +381,7 @@ display: inline-block; height: 80rpx; width: 30%; - margin: 15rpx 0 10rpx 3% ; + margin: 10rpx 0 10rpx 3% ; } .square-none { width: 100%; @@ -390,7 +390,7 @@ .square-1 { background-color: #ffffff; box-shadow: 0px 0px 5px #d9d9d9; - width: 94%; + width: 96%; height: 100rpx; border-radius: 20rpx; margin: 20rpx auto 20rpx auto; @@ -415,7 +415,7 @@ /* background-color: #57a3ff; */ display: inline-block; height: 100rpx; - width: 35%; + width: 25%; } .pda-btn { background-color: #1E9FFF; @@ -427,4 +427,25 @@ font-size: 32rpx; color: #FFFFFF; } + .square-form { + background-color: #ffffff; + box-shadow: 0px 0px 5px #d9d9d9; + width: 96%; + height: 150rpx; + border-radius: 20rpx; + margin: 20rpx auto 20rpx auto; + } + .form-title { + height: 50%; + line-height: 80rpx; + text-indent: 20rpx; + font-size: 32rpx; + font-weight: 700; + } + .form-input{ + height: 50%; + } + .form-input input { + margin-left: 40rpx; + } </style> -- Gitblit v1.9.1