diff --git a/pages/activity/stationStemys.vue b/pages/activity/stationStemys.vue
index ea8808d..cf40e77 100644
--- a/pages/activity/stationStemys.vue
+++ b/pages/activity/stationStemys.vue
@@ -26,15 +26,17 @@
- {{detail.title}}
+
+
+
+
+ {{detail.title}}
+
- {{detail.createtime_text}}
-
-
-
+ {{detail.createtime_text}}
@@ -214,7 +216,7 @@
.center {
margin: 30rpx;
width: 690rpx;
- height: 278rpx;
+ // height: 278rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
padding: 30rpx;
@@ -233,11 +235,12 @@
font-weight: 800;
font-size: 34rpx;
color: #202020 ;
+ display: flex;
+ align-items: center;
+ justify-content: start;
}
.jiao {
- position: absolute;
- left: 0;
- top: 0;
+ margin-right: 20rpx;
}
}
\ No newline at end of file