@@ -74,7 +74,7 @@
</view>
<view class="btn-box">
- <view @click="formSubmit" class="btn main-center cross-center">
+ <view @click="formSubmit" class="btn main-center cross-center" style="background-color: #F84469;">
提交
@@ -592,7 +592,7 @@
width: #{702rpx};
margin: 0 auto;
border-radius: #{40rpx};
- background-color: #ff6699;
+ background-color: #F84469;
color: #fff;
font-size: #{32rpx};
text-align: center;