学员端小程序
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.
 
 
 

29 lines
550 B

<template>
<view class="pageBgImg">
<topNavbar title="签署合同"></topNavbar>
<view class="pad">
<view class="card">
<view class="h2">教学合同</view>
</view>
<view class="btnBg" @click="$goPage('/pages/indexEntry/enroll/payment/payment')">同意并签字确认</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.card {
.h2 {
min-height: 800rpx;
text-align: center;
padding: 40rpx 0;
}
}
.btnBg {
width: 396rpx !important;
margin: 100rpx auto 100rpx auto;
}
</style>