diff --git a/sheep/components/s-title-block/s-title-block.vue b/sheep/components/s-title-block/s-title-block.vue
index 513a3cc0..3d639b73 100644
--- a/sheep/components/s-title-block/s-title-block.vue
+++ b/sheep/components/s-title-block/s-title-block.vue
@@ -1,100 +1,109 @@
-
-
-
- {{ data.title }}
-
- {{ data.description }}
-
-
-
- {{ data.more.text }}
-
-
-
+
+
+
+ {{ data.title }}
+
+ {{ data.description }}
+
+
+
+ {{ data.more.text }}
+
+
+
+ .more-box {
+ white-space: nowrap;
+ font-size: 22rpx;
+ color: #999;
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ right: 20rpx;
+ }
+ }
+
\ No newline at end of file