diff --git a/common.scss b/common.scss index 5fd3072..de989b9 100644 --- a/common.scss +++ b/common.scss @@ -37,4 +37,21 @@ margin: 0; width: 0; height: 0; +} + + +.flex { + display: flex; + align-items: center; + justify-content: center; +} + +.flex-column { + flex-direction: column; +} + +.card { + background-color: #FFFFFF; + border-radius: 16rpx; + padding: 19rpx 18rpx; } \ No newline at end of file diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 9c70362..8461658 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -1,8 +1,12 @@