diff --git a/pages/study/index.vue b/pages/study/index.vue
index 358a1cc..826edcf 100644
--- a/pages/study/index.vue
+++ b/pages/study/index.vue
@@ -14,13 +14,16 @@
-
+
学习任务
我报名的
+
+ 成长路径
+
@@ -123,6 +126,15 @@
+
+
+
您确定要重新学习吗?
@@ -755,6 +767,34 @@
color: #333333;
padding: 33px 25px 33px 25px;
}
+ .learn{
+ .learn_header{
+ display: flex;
+ justify-content: space-between;
+ .learn_left{
+ .text{
+ width: 192rpx;
+ height: 44rpx;
+ font-weight: 600;
+ font-size: 32rpx;
+ color: #333333;
+ line-height: 44rpx;
+ text-align: left;
+ }
+ .image{
+ width: 32rpx;
+ height: 32rpx;
+ }
+ }
+ .learn_right{
+ width: 300rpx;
+ height: 54rpx;
+ background: #387DF7;
+ box-shadow: 2rpx 4rpx 16rpx 0rpx rgba(56,125,247,0.34);
+ border-radius: 40rpx;
+ }
+ }
+ }
.delcoures{
position: absolute;
width: 180upx;
@@ -1123,7 +1163,7 @@
color: #666;
font-size: 32upx;
.tabbar-item {
- flex: 1;
+ // flex: 1;
position: relative;
.border-bottom-one{
width: 120upx;
diff --git a/project.config.json b/project.config.json
new file mode 100644
index 0000000..b8ffa9a
--- /dev/null
+++ b/project.config.json
@@ -0,0 +1,29 @@
+{
+ "appid": "wxa5b4dd61b812ce01",
+ "compileType": "miniprogram",
+ "libVersion": "3.4.5",
+ "packOptions": {
+ "ignore": [],
+ "include": []
+ },
+ "setting": {
+ "coverView": true,
+ "es6": true,
+ "postcss": true,
+ "minified": true,
+ "enhance": true,
+ "showShadowRootInWxmlPanel": true,
+ "packNpmRelationList": [],
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ },
+ "condition": false
+ },
+ "condition": {},
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 2
+ }
+}
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
new file mode 100644
index 0000000..5e087bd
--- /dev/null
+++ b/project.private.config.json
@@ -0,0 +1,7 @@
+{
+ "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
+ "projectname": "learning-system-mobile",
+ "setting": {
+ "compileHotReLoad": true
+ }
+}
\ No newline at end of file
diff --git a/static/images/learnpath/why.png b/static/images/learnpath/why.png
new file mode 100644
index 0000000..44227e7
Binary files /dev/null and b/static/images/learnpath/why.png differ