Commit 9a96a991 authored by youjie's avatar youjie

no message

parent 87841243
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
授权登录 授权登录
</view> </view>
</indexassembly> </indexassembly>
</view>
<view class="indicate">
此小程序仅适用于“进阶思维”内部学员或教师使用,暂不对外开放
</view> </view>
</view> </view>
...@@ -53,6 +56,15 @@ ...@@ -53,6 +56,15 @@
</script> </script>
<style scoped> <style scoped>
.indicate{
font-size: 24rpx;
color: #F1F1F1;
padding: 50rpx 50rpx;
text-align: center;
line-height: 35rpx;
position: fixed;
bottom: 30rpx;
}
.login-content{ .login-content{
position: relative; position: relative;
width: 100%; 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