我的课堂页面样式更改

课程栏、加号、下面的三个图标、试卷“进入答题”色号
master
yang 5 years ago
parent c4f55879d4
commit 0b47aa0777

@ -68,7 +68,7 @@
"backgroundColor": "#f5f5f5" "backgroundColor": "#f5f5f5"
}, },
"tabBar": { "tabBar": {
"selectedColor": "#00b0f0", "selectedColor": "#1890ff",
"color": "#8a8a8a", "color": "#8a8a8a",
"list": [ "list": [
{ {
@ -77,12 +77,7 @@
"iconPath": "images/tab_study_default.png", "iconPath": "images/tab_study_default.png",
"selectedIconPath": "images/tab_study_pressed.png" "selectedIconPath": "images/tab_study_pressed.png"
}, },
{
"pagePath": "pages/courses/courses",
"text": "课堂列表",
"iconPath": "images/tab_contact_default.png",
"selectedIconPath": "images/tab_contact_pressed.png"
},
{ {
"pagePath": "pages/findmore/findmore", "pagePath": "pages/findmore/findmore",
"text": "发现", "text": "发现",

@ -1,23 +1,23 @@
.bg0{ .bg0{
background-image: linear-gradient(to bottom right,#dd6098,#d47782); background-image: linear-gradient(to bottom right,#FEAC5E, #C779D0,#4BC0C8);/*#FEAC5E, #C779D0,#4BC0C8*/
} }
.bg1{ .bg1{
background-image: linear-gradient(to bottom right,#56A9EF,#3B99F1); background-image: linear-gradient(to bottom right,#f8cdda, #1d2b64);/*#f8cdda, #1d2b64*/
} }
.bg2{ .bg2{
background-image: linear-gradient(to bottom right,#7585E5,#6080e0); background-image: linear-gradient(to bottom right, #43cea2, #185a9d);/*#43cea2, #185a9d*/
} }
.bg3{ .bg3{
background-image: linear-gradient(to bottom right,#Ff806c, #F38462); background-image: linear-gradient(to bottom right, #2c3e50, #3498db);/*#2c3e50, #3498db*/
} }
.bg4{ .bg4{
background-image: linear-gradient(to bottom right,#c0a077,#c79769); background-image: linear-gradient(to bottom right, #b92b27, #1565c0);/*#b92b27, #1565c0*/
} }
.bg5{ .bg5{
background-image: linear-gradient(to bottom right,#469493,#30b490); background-image: linear-gradient(to bottom right,#5fc3e4, #e55d87);/*#5fc3e4, #e55d87*/
} }
.bg6{ .bg6{
background-image: linear-gradient(to bottom right,#b5764D,#c26b50); background-image: linear-gradient(to bottom right, #3a1c71, #d76d77, #ffaf7b);/*#3a1c71, #d76d77, #ffaf7b*/
} }
.header{ .header{
text-align: end; text-align: end;
@ -55,7 +55,7 @@
white-space: nowrap; white-space: nowrap;
font-size: 17px; font-size: 17px;
font-weight: bold; font-weight: bold;
margin-bottom: 4px; margin-bottom: 7px;
} }
.school{ .school{
padding-right: 10px; padding-right: 10px;

@ -12,7 +12,7 @@
} }
.tappable{ .tappable{
color: #4cacff; color: #1890ff;
padding: 0 12px; padding: 0 12px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -14,7 +14,7 @@
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
<!-- {{imgDir}}add.png -->
<image class="add-course" src="{{imgDir}}add.png" bindtap="show_join_course_modal"></image> <image class="add-course" src="{{imgDir}}add.png" bindtap="show_join_course_modal"></image>
<add-tips/> <add-tips/>

@ -23,8 +23,8 @@ page{
margin-right: 48rpx; margin-right: 48rpx;
margin-bottom: 36rpx; margin-bottom: 36rpx;
bottom: 0; bottom: 0;
width: 48px; width: 45px;
height: 48px; height: 45px;
} }
.none-content{ .none-content{

@ -1,4 +1,6 @@
{ {
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": []
@ -6,11 +8,16 @@
"setting": { "setting": {
"urlCheck": true, "urlCheck": true,
"es6": true, "es6": true,
"enhance": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
"newFeature": true, "newFeature": true,
"coverView": true, "coverView": true,
"nodeModules": false,
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
@ -18,12 +25,13 @@
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
} },
"bundle": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.8.3", "libVersion": "2.10.1",
"appid": "wx2a901996834ef5fb", "appid": "wxc5c2b711f23f3a1d",
"projectname": "smart-class", "projectname": "educoder_weapp",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },
@ -39,13 +47,78 @@
"current": -1, "current": -1,
"list": [] "list": []
}, },
"plugin": {
"current": -1,
"list": []
},
"game": { "game": {
"currentL": -1, "currentL": -1,
"list": [] "list": []
}, },
"miniprogram": { "gamePlugin": {
"current": -1, "current": -1,
"list": [] "list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": -1,
"name": "pages/exercises/exercises",
"pathName": "pages/exercises/exercises",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/course/course",
"pathName": "pages/course/course",
"query": "",
"scene": null
},
{
"id": 3,
"name": "course/pages/course/course",
"pathName": "course/pages/course/course",
"query": "course_id=3518",
"scene": null
},
{
"id": 5,
"name": "mark",
"pathName": "pages/mark/mark",
"query": "",
"scene": null
},
{
"id": 6,
"name": "question_setting",
"pathName": "exercise/pages/question_setting/question_setting",
"query": "exercise_id=3971",
"scene": null
},
{
"id": 7,
"name": "course_invite",
"pathName": "course/pages/course_invite/course_invite",
"query": "course_id=5141&invite_code=8FR54",
"scene": null
},
{
"id": 6,
"name": "exercise",
"pathName": "exercise/pages/exercise/exercise",
"query": "exercise_id=4159",
"scene": null
},
{
"id": 8,
"name": "pages/my/my",
"pathName": "pages/my/my",
"query": "exercise_id=3970",
"scene": null
}
]
} }
} }
} }
Loading…
Cancel
Save