Commit 9a96a991 authored by youjie's avatar youjie

no message

parent 87841243
......@@ -15,6 +15,9 @@
授权登录
</view>
</indexassembly>
</view>
<view class="indicate">
此小程序仅适用于“进阶思维”内部学员或教师使用,暂不对外开放
</view>
</view>
......@@ -53,6 +56,15 @@
</script>
<style scoped>
.indicate{
font-size: 24rpx;
color: #F1F1F1;
padding: 50rpx 50rpx;
text-align: center;
line-height: 35rpx;
position: fixed;
bottom: 30rpx;
}
.login-content{
position: relative;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment