Commit 1916b93d0d35891aa929549663d615a2b3f299e1
1 parent
aa252907
评论按钮底部加样式
Showing
2 changed files
with
3 additions
and
1 deletions
pages/user/add_comment/add_comment.wxml
pages/user/add_comment/add_comment.wxss
@@ -148,7 +148,7 @@ page{ | @@ -148,7 +148,7 @@ page{ | ||
148 | } | 148 | } |
149 | 149 | ||
150 | .Whether .Submission { | 150 | .Whether .Submission { |
151 | - margin-top: 40rpx; | 151 | + margin: 40rpx 0 40rpx 0; |
152 | } | 152 | } |
153 | 153 | ||
154 | .Whether .white { | 154 | .Whether .white { |
@@ -159,3 +159,4 @@ page{ | @@ -159,3 +159,4 @@ page{ | ||
159 | line-height: 58rpx; | 159 | line-height: 58rpx; |
160 | } | 160 | } |
161 | 161 | ||
162 | + |