diff --git a/pages/exchange/exchange.wxml b/pages/exchange/exchange.wxml
index c3f2c0d..7b46d75 100644
--- a/pages/exchange/exchange.wxml
+++ b/pages/exchange/exchange.wxml
@@ -2,4 +2,9 @@
+
+
\ No newline at end of file
diff --git a/pages/exchange/exchange.wxss b/pages/exchange/exchange.wxss
index dca9ba8..fb08ea9 100644
--- a/pages/exchange/exchange.wxss
+++ b/pages/exchange/exchange.wxss
@@ -19,4 +19,21 @@
height: 74rpx;
line-height: 74rpx;
font-size: 30rpx;
+}
+.comment{
+ padding: 0 20rpx;
+ margin-top: 60rpx;
+}
+.comment text{
+ display: block;
+}
+.txt1{
+ margin-top: 30rpx;
+ font-size: 34rpx;
+ margin-bottom: 20rpx;
+}
+.txt2,.txt3{
+ font-size: 30rpx;
+ line-height: 40rpx;
+ color: #999;
}
\ No newline at end of file