From 5fc3a45361b72ddc13a8f5b9d96dcf9ea9bcf936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com> Date: Tue, 22 Jun 2021 11:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/styles/common.css | 4 ++ pages/center/index.vue | 129 ++++++++++++++++++++++++++++----------- 2 files changed, 98 insertions(+), 35 deletions(-) diff --git a/common/styles/common.css b/common/styles/common.css index 534f5db..a68d65d 100644 --- a/common/styles/common.css +++ b/common/styles/common.css @@ -125,6 +125,10 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo flex-wrap: wrap; } +.lf-text-vertical{ + vertical-align: middle; +} + .lf-line-1{ overflow: hidden; white-space: nowrap; diff --git a/pages/center/index.vue b/pages/center/index.vue index 88ee79b..e2d0f22 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -1,13 +1,61 @@ @@ -16,7 +64,7 @@ export default { data() { return { - title: 'Hello' + } }, onLoad() { @@ -28,35 +76,46 @@ } - +