diff --git a/src/views/ServiceList/ServiceList.vue b/src/views/ServiceList/ServiceList.vue
index c5bbb75..1c5314d 100644
--- a/src/views/ServiceList/ServiceList.vue
+++ b/src/views/ServiceList/ServiceList.vue
@@ -11,8 +11,10 @@
@@ -93,6 +95,9 @@ function go() {
height: 98px;
background: #d6bd86;
border-radius: 16px;
+ .text-container {
+ @include fl(center, flex-end);
+ }
.text {
margin-right: 8px;
font-size: 28px;
@@ -103,6 +108,7 @@ function go() {
line-height: 36px;
}
.textC {
+ margin-bottom: 1px;
font-size: 16px;
font-family: 'font_regular';
color: #fff;