Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online
Commits
56ff9a29
提交
56ff9a29
authored
10月 24, 2018
作者:
GOD_ZYX
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
蓝星项目发布
上级
1c241e1f
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
14 行增加
和
10 行删除
+14
-10
app.json
learnOnline/app.json
+1
-1
bg.png
learnOnline/pages/index/icons/bg.png
+0
-0
hd-logo.png
learnOnline/pages/index/icons/hd-logo.png
+0
-0
index.json
learnOnline/pages/index/index.json
+1
-1
index.wxml
learnOnline/pages/index/index.wxml
+1
-1
index.wxss
learnOnline/pages/index/index.wxss
+3
-2
courseContent.json
...Online/pages/learnSystem/courseContent/courseContent.json
+2
-1
home.json
learnOnline/pages/learnSystem/home/home.json
+2
-1
show.json
learnOnline/pages/videoPlayer/show.json
+2
-1
project.config.json
learnOnline/project.config.json
+2
-2
没有找到文件。
learnOnline/app.json
浏览文件 @
56ff9a29
...
...
@@ -20,7 +20,7 @@
"window"
:
{
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA
学习系统"
"navigationBarTitleText"
:
"
紫荆教育
学习系统"
},
"tabBar"
:
{
"borderStyle"
:
"#dcdcdc"
,
...
...
learnOnline/pages/index/icons/bg.png
查看替换文件 @
1c241e1f
浏览文件 @
56ff9a29
43.6 KB
|
W:
|
H:
66.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
learnOnline/pages/index/icons/hd-logo.png
查看替换文件 @
1c241e1f
浏览文件 @
56ff9a29
3.8 KB
|
W:
|
H:
13.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
learnOnline/pages/index/index.json
浏览文件 @
56ff9a29
{
"navigationBarTitleText"
:
"
MBA
学习系统"
,
"navigationBarTitleText"
:
"
紫荆教育
学习系统"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarBackgroundColor"
:
"#414141"
,
"disableScroll"
:
true
...
...
learnOnline/pages/index/index.wxml
浏览文件 @
56ff9a29
...
...
@@ -4,7 +4,7 @@
<view class='container'>
<image class='bg' src='./icons/bg.png' mode='aspectFill'></image>
<image class='logo' src='./icons/hd-logo.png' mode='aspectFit'></image>
<view class='text'>
在线学习系统
</view>
<view class='text'>
蓝星青年干部综合管理能力提升培训
</view>
<button class='btn' open-type='getUserInfo' bindgetuserinfo='getUserInfo'>登录</button>
<view class='test-id' bindtap='guestLogin'>游客登录</view>
<view class='userinfo'>
...
...
learnOnline/pages/index/index.wxss
浏览文件 @
56ff9a29
...
...
@@ -4,6 +4,6 @@
.container { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #e5e5e5; }
.container .bg { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; }
.container .logo { position: absolute; z-index: 1; top: 233rpx; left: 50%; width: 344rpx; height: 47rpx; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.container .text { position: absolute; z-index: 1; top: 303rpx; left: 0; width: 100%; color: #fff; font-size:
54rpx; letter-spacing: 14
rpx; line-height: 54rpx; text-align: center; font-weight: 300; }
.container .btn { position: absolute; left: 50%; bottom: 253rpx; width: 500rpx; height: 80rpx; line-height: 80rpx; font-size: 30rpx; font-weight: 300; color: #
fff; background: #b49441
; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.container .text { position: absolute; z-index: 1; top: 303rpx; left: 0; width: 100%; color: #fff; font-size:
38rpx; letter-spacing: 2
rpx; line-height: 54rpx; text-align: center; font-weight: 300; }
.container .btn { position: absolute; left: 50%; bottom: 253rpx; width: 500rpx; height: 80rpx; line-height: 80rpx; font-size: 30rpx; font-weight: 300; color: #
0069ac; background: #fff
; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.test-id { position: absolute; left: 0; bottom: 200rpx; width: 100%; font-size: 28rpx; color: #fff; text-align: center; }
\ No newline at end of file
learnOnline/pages/learnSystem/courseContent/courseContent.json
浏览文件 @
56ff9a29
...
...
@@ -2,5 +2,5 @@
"enablePullDownRefresh"
:
true
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA
学习系统"
"navigationBarTitleText"
:
"
紫荆教育
学习系统"
}
\ No newline at end of file
learnOnline/pages/learnSystem/home/home.json
浏览文件 @
56ff9a29
{
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA
学习系统"
"navigationBarTitleText"
:
"
紫荆教育
学习系统"
}
\ No newline at end of file
learnOnline/pages/videoPlayer/show.json
浏览文件 @
56ff9a29
{
"navigationBarBackgroundColor"
:
"#3f3f3f"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarTitleText"
:
"
MBA
学习系统"
,
"navigationBarTitleText"
:
"
紫荆教育
学习系统"
,
"backgroundColor"
:
"#535353"
,
"disableScroll"
:
true
}
\ No newline at end of file
learnOnline/project.config.json
浏览文件 @
56ff9a29
...
...
@@ -9,8 +9,8 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.3.0"
,
"appid"
:
"wx
944151f4ea4203a4
"
,
"projectname"
:
"learnOnline"
,
"appid"
:
"wx
16a1940e7554fed5
"
,
"projectname"
:
"learnOnline
-bluestar
"
,
"isGameTourist"
:
false
,
"condition"
:
{
"search"
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论