学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
550 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. <topNavbar title="签署合同"></topNavbar>
  4. <view class="pad">
  5. <view class="card">
  6. <view class="h2">教学合同</view>
  7. </view>
  8. <view class="btnBg" @click="$goPage('/pages/indexEntry/enroll/payment/payment')">同意并签字确认</view>
  9. </view>
  10. </view>
  11. </template>
  12. <script>
  13. </script>
  14. <style lang="scss" scoped>
  15. .card {
  16. .h2 {
  17. min-height: 800rpx;
  18. text-align: center;
  19. padding: 40rpx 0;
  20. }
  21. }
  22. .btnBg {
  23. width: 396rpx !important;
  24. margin: 100rpx auto 100rpx auto;
  25. }
  26. </style>