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 @@ } - +