Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
4d4e40fc
Commit
4d4e40fc
authored
May 14, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:主题色替换
parent
9b24141d
Show whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
65 additions
and
65 deletions
+65
-65
config/webpack.config.js
+2
-2
src/bu-components/ChooseMembersModal.less
+1
-1
src/components/CheckBeforeSendCode.less
+4
-4
src/core/antd.less
+11
-11
src/core/global.less
+1
-1
src/core/variables.less
+4
-4
src/modules/college-manage/UserManagePage.tsx
+1
-1
src/modules/college-manage/modal/ChooseMembersModal.less
+1
-1
src/modules/college-manage/modal/SetEmployeeModal.less
+3
-3
src/modules/course-manage/components/LiveCourseList.jsx
+1
-1
src/modules/course-manage/modal/ManageCoursewareModal.less
+1
-1
src/modules/course-manage/modal/PreviewGraphicsModal.less
+2
-2
src/modules/home/Home.jsx
+2
-2
src/modules/home/Home.less
+2
-2
src/modules/knowledge-base/ENUM.js
+1
-1
src/modules/knowledge-base/components/Classification.less
+1
-1
src/modules/knowledge-base/components/WatchData.jsx
+1
-1
src/modules/knowledge-base/modal/AddCourse.jsx
+1
-1
src/modules/knowledge-base/modal/LiveList.jsx
+1
-1
src/modules/knowledge-base/modal/LiveList.less
+2
-2
src/modules/plan-manage/modal/relatedCourseModal.jsx
+1
-1
src/modules/plan-manage/modal/relatedCourseModal.less
+2
-2
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
+1
-1
src/modules/resource-disk/index.less
+1
-1
src/modules/root/Header.less
+1
-1
src/modules/root/Login.less
+2
-2
src/modules/root/Menu.less
+1
-1
src/modules/teach-tool/components/CourseCategorySiderTree.less
+1
-1
src/modules/teach-tool/paper-manage/OperatePaper.less
+1
-1
src/modules/teach-tool/paper-manage/components/PaperList.less
+1
-1
src/modules/teach-tool/paper-manage/components/SelectQuestionList.jsx
+1
-1
src/modules/teach-tool/paper-manage/components/SelectQuestionList.less
+1
-1
src/modules/teach-tool/question-manage/OperateQuestion.jsx
+5
-5
src/modules/teach-tool/question-manage/components/OperateQuestionTab.less
+1
-1
src/modules/teach-tool/question-manage/components/QuestionEditor.less
+1
-1
src/modules/teach-tool/question-manage/components/QuestionList.less
+1
-1
No files found.
config/webpack.config.js
View file @
4d4e40fc
...
...
@@ -129,8 +129,8 @@ module.exports = function (webpackEnv) {
options
:
{
lessOptions
:
{
modifyVars
:
{
'primary-color'
:
'
rgba(255, 183, 20, 1)
'
,
'border-radius-base'
:
'
4
px'
,
'primary-color'
:
'
#2966FF
'
,
'border-radius-base'
:
'
2
px'
,
},
javascriptEnabled
:
true
,
},
...
...
src/bu-components/ChooseMembersModal.less
View file @
4d4e40fc
...
...
@@ -64,7 +64,7 @@
.span-left{
margin-left: 10px;
.span-left-l{
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
}
...
...
src/components/CheckBeforeSendCode.less
View file @
4d4e40fc
...
...
@@ -11,7 +11,7 @@
color: #666;
}
.nc_iconfont {
color: #
FFB714
;
color: #
2966FF
;
font-weight: bold;
border-color: #e8e8e8;
height: 40px;
...
...
@@ -26,11 +26,11 @@
box-sizing: border-box;
}
.nc_scale .nc_ok, .nc_scale .nc_bg {
background: #
FFB714
;
background: #
2966FF
;
border-radius: 4px 0 0 4px;
}
.nc_scale .btn_ok {
color: #
FFB714
;
color: #
2966FF
;
height: 40px;
line-height: 40px;
box-sizing: border-box;
...
...
@@ -42,7 +42,7 @@
.nc-lang-cnt {
color: #666;
a {
color: #
FFB714
;
color: #
2966FF
;
}
}
}
...
...
src/core/antd.less
View file @
4d4e40fc
...
...
@@ -6,7 +6,7 @@
*/
@import './variables.less';
@active-color: #
ffb000
;
@active-color: #
2966FF
;
// 消息提示框
.ant-message {
...
...
@@ -269,7 +269,7 @@ background-color: #F0F2F5 !important;
position: absolute;
width: 30px;
height: 2px;
background: #
ffb000
!important;
background: #
2966FF
!important;
left: 50%;
transform: translateX(-50%);
}
...
...
@@ -349,14 +349,14 @@ mr0 {
background: #F3F6FA;
.ant-select-selected-icon {
color:#
ffb000
!important;
color:#
2966FF
!important;
}
}
.ant-select-dropdown-menu-item-selected {
background: none;
font-weight: 400 !important;
color:#
ffb000
;
color:#
2966FF
;
}
...
...
@@ -459,7 +459,7 @@ mr0 {
.ant-modal {
.ant-input {
&:focus {
border: 1px solid #
ffb000
!important;
border: 1px solid #
2966FF
!important;
}
}
}
...
...
@@ -472,8 +472,8 @@ mr0 {
.ant-calendar-footer-extra {
.ant-tag-blue {
background: #fff;
color: #
ffb000
;
border-color: #
ffb000
;
color: #
2966FF
;
border-color: #
2966FF
;
}
}
}
...
...
@@ -491,7 +491,7 @@ mr0 {
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
color: #
ffb000
!important;
color: #
2966FF
!important;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
...
...
@@ -519,7 +519,7 @@ mr0 {
font-size: 22px !important;
line-height: 22px !important;
float: left !important;
color:#
ffb000
!important;
color:#
2966FF
!important;
margin-right: 16px !important;
&.blue {
color: #5CBAFF !important;
...
...
@@ -545,7 +545,7 @@ mr0 {
margin-right: 16px;
}
>.confirm-icon{
color: #
ffb000
;
color: #
2966FF
;
}
.ant-modal-confirm-content {
margin-left: 38px;
...
...
@@ -679,7 +679,7 @@ td.ant-table-column-sort{
border-color: @xm-color-text-select-primary !important;
border:none !important;
&:hover {
background-color: #
FFB714
!important;
background-color: #
2966FF
!important;
opacity: 0.8 !important;
}
&:focus,
...
...
src/core/global.less
View file @
4d4e40fc
...
...
@@ -1602,7 +1602,7 @@ input:focus {
font-size: 22px !important;
line-height: 22px !important;
float: left !important;
color: #
FFB714
!important;
color: #
2966FF
!important;
margin-right: 16px !important;
}
...
...
src/core/variables.less
View file @
4d4e40fc
@sunLight: #FED951;
@sun: #
FFB714
;
@sunDark: #
FFB714
;
@sun: #
2966FF
;
@sunDark: #
2966FF
;
@orangeLight: #FDBB70;
...
...
@@ -56,7 +56,7 @@
//old
//color
@xm-color-primary:#
FFB714
;
@xm-color-primary:#
2966FF
;
@xm-color-primary_active: #020201;
@xm-color-primary-darker: #ff8534;
@xm-color-selected: #F58E2C;
...
...
@@ -66,7 +66,7 @@
@xm-color-secondary-light: #e28534;
@xm-color-secondary: #ff8534;
@xm-color-secondary-darker: #D65E30;
@xm-color-text-select-primary:#
FFB714
;
@xm-color-text-select-primary:#
2966FF
;
@xm-color-text-select-warning:#ec4b35;
@xm-color-info: #45b2ff;
...
...
src/modules/college-manage/UserManagePage.tsx
View file @
4d4e40fc
...
...
@@ -68,7 +68,7 @@ function UserManagePage() {
<
span
className=
"title"
>
{
val
}
</
span
>
<
span
className=
"tag"
style=
{
{
color
:
item
.
sourceEnum
===
'WORK_WE_CHAT'
?
'#
FFB714
'
:
'#1DCC65'
}
}
style=
{
{
color
:
item
.
sourceEnum
===
'WORK_WE_CHAT'
?
'#
2966FF
'
:
'#1DCC65'
}
}
>
{
item
.
sourceEnum
===
'WORK_WE_CHAT'
?
'@企业微信'
:
'@微信'
}
</
span
>
</
div
>
);
...
...
src/modules/college-manage/modal/ChooseMembersModal.less
View file @
4d4e40fc
...
...
@@ -79,7 +79,7 @@
line-height: 45px;
margin-left: 10px;
.span-left-l{
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
}
...
...
src/modules/college-manage/modal/SetEmployeeModal.less
View file @
4d4e40fc
...
...
@@ -39,9 +39,9 @@
height: 18px;
line-height: 18px;
padding: 0 8px;
border: 1px solid #
FFB714
;
border: 1px solid #
2966FF
;
border-radius: 9px;
color: #
FFB714
;
color: #
2966FF
;
margin-top: 13px;
font-size: 12px;
flex-shrink: 0;
...
...
@@ -54,7 +54,7 @@
left: 0;
height: 100%;
width: 4px;
background: #
FFB714
;
background: #
2966FF
;
}
}
}
...
...
src/modules/course-manage/components/LiveCourseList.jsx
View file @
4d4e40fc
...
...
@@ -32,7 +32,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
FFB714
"
,
color
:
"#
2966FF
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/course-manage/modal/ManageCoursewareModal.less
View file @
4d4e40fc
...
...
@@ -60,7 +60,7 @@
}
&:hover {
.name {
color: #
FFB714
;
color: #
2966FF
;
}
}
}
...
...
src/modules/course-manage/modal/PreviewGraphicsModal.less
View file @
4d4e40fc
...
...
@@ -62,14 +62,14 @@
cursor: pointer;
}
.selected {
color: #
FFB714
;
color: #
2966FF
;
&::after {
content: '';
position: absolute;
bottom: -4px;
width: 20px;
height: 1px;
background: #
FFB714
;
background: #
2966FF
;
left: 50%;
transform: translateX(-50%);
}
...
...
src/modules/home/Home.jsx
View file @
4d4e40fc
...
...
@@ -193,7 +193,7 @@ class Home extends React.Component {
value
:
studyNum
+
'人'
}
});
this
.
_chart
.
line
().
position
(
'time*studyTime'
).
color
(
'#
FFB714
'
).
tooltip
(
'time*studyTime'
,
function
(
time
,
studyTime
){
this
.
_chart
.
line
().
position
(
'time*studyTime'
).
color
(
'#
2966FF
'
).
tooltip
(
'time*studyTime'
,
function
(
time
,
studyTime
){
return
{
name
:
'人均学习时长'
,
value
:
studyTime
+
'分钟'
...
...
@@ -457,7 +457,7 @@ class Home extends React.Component {
<
Geom
type=
"intervalStack"
position=
"percent"
color=
{
[
'item'
,
[
'#
FDB513
'
,
'#5289FA'
]]
}
color=
{
[
'item'
,
[
'#
2966FF
'
,
'#5289FA'
]]
}
tooltip=
{
[
"item*percent"
,
(
item
,
percent
)
=>
{
...
...
src/modules/home/Home.less
View file @
4d4e40fc
...
...
@@ -144,13 +144,13 @@
color: #666;
cursor: pointer;
&.selected {
color: #
FDB513
;
color: #
2966FF
;
&::after {
position: absolute;
width: 24px;
height: 2px;
content: '';
background: #
FDB513
;
background: #
2966FF
;
border-radius: 1px;
left: 9px;
bottom: -4px;
...
...
src/modules/knowledge-base/ENUM.js
View file @
4d4e40fc
...
...
@@ -12,7 +12,7 @@ const ENUM = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
FFB714
"
,
color
:
"#
2966FF
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/knowledge-base/components/Classification.less
View file @
4d4e40fc
...
...
@@ -32,7 +32,7 @@
text-align: center;
margin-top: 100%;
.empty-tree-btn {
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
}
...
...
src/modules/knowledge-base/components/WatchData.jsx
View file @
4d4e40fc
...
...
@@ -39,7 +39,7 @@ class WatchData extends React.Component {
<
WatchDataHeader
type=
{
ENUM
.
CourseTypeEnum
[
type
]
}
courseName=
{
localStorage
.
getItem
(
"WatchData_CourseName"
)
}
color=
"#
FFB714
"
color=
"#
2966FF
"
/>
<
div
className=
"box"
>
...
...
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
4d4e40fc
...
...
@@ -37,7 +37,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
FFB714
"
,
color
:
"#
2966FF
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/knowledge-base/modal/LiveList.jsx
View file @
4d4e40fc
...
...
@@ -22,7 +22,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
FFB714
"
,
color
:
"#
2966FF
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/knowledge-base/modal/LiveList.less
View file @
4d4e40fc
...
...
@@ -152,8 +152,8 @@
}
.ant-tabs-nav .ant-tabs-tab-active {
border: 1px solid #
ffb714
;
color: #
ffb714
;
border: 1px solid #
2966FF
;
color: #
2966FF
;
}
.ant-tabs-top .ant-tabs-ink-bar-animated:after {
...
...
src/modules/plan-manage/modal/relatedCourseModal.jsx
View file @
4d4e40fc
...
...
@@ -15,7 +15,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
FFB714
"
,
color
:
"#
2966FF
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
4d4e40fc
...
...
@@ -24,8 +24,8 @@
}
.ant-tabs-nav .ant-tabs-tab-active{
border: 1px solid #
FFB714
;
color:#
FFB714
;
border: 1px solid #
2966FF
;
color:#
2966FF
;
}
.ant-tabs-top .ant-tabs-ink-bar-animated:after{
...
...
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
View file @
4d4e40fc
...
...
@@ -83,7 +83,7 @@
color: #BFBFBF;
font-size:12px;
&.correct {
color: #
FFB714
;
color: #
2966FF
;
}
}
}
...
...
src/modules/resource-disk/index.less
View file @
4d4e40fc
...
...
@@ -55,7 +55,7 @@
right: 0;
width: 4px;
height: 100%;
background-color: #
FFB714
;
background-color: #
2966FF
;
}
}
...
...
src/modules/root/Header.less
View file @
4d4e40fc
...
...
@@ -17,7 +17,7 @@
.logo-name {
font-size: 14px;
font-weight: 500;
color: #
ffb714
;
color: #
2966FF
;
line-height: 20px;
vertical-align: middle;
font-weight: bold;
...
...
src/modules/root/Login.less
View file @
4d4e40fc
...
...
@@ -366,7 +366,7 @@
font-size: 14px; // font-weight: 300;
color:#5289FA;
&:hover {
color: #
ffb714
;
color: #
2966FF
;
}
&::before {
content: "";
...
...
@@ -450,7 +450,7 @@
text-align:center;
&:hover {
opacity: 0.7;
background: linear-gradient(90deg, #
ffb714
0%, #ffad34 100%);
background: linear-gradient(90deg, #
2966FF
0%, #ffad34 100%);
}
}
}
...
...
src/modules/root/Menu.less
View file @
4d4e40fc
...
...
@@ -2,7 +2,7 @@
@top-height: 50px;
@menu-bakg: #2B2E37;
@active-color: #
FFB714
;
@active-color: #
2966FF
;
.left-container {
position: absolute;
z-index: 2;
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.less
View file @
4d4e40fc
...
...
@@ -24,7 +24,7 @@
text-align: center;
margin-top: 100%;
.empty-tree-btn {
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
}
...
...
src/modules/teach-tool/paper-manage/OperatePaper.less
View file @
4d4e40fc
...
...
@@ -20,7 +20,7 @@
color: #999999;
line-height: 20px;
span {
color: #
ffb714
;
color: #
2966FF
;
}
}
.record-operate {
...
...
src/modules/teach-tool/paper-manage/components/PaperList.less
View file @
4d4e40fc
...
...
@@ -47,7 +47,7 @@
position: relative;
margin-top: 16px;
.empty-list-tip {
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
.record-name {
...
...
src/modules/teach-tool/paper-manage/components/SelectQuestionList.jsx
View file @
4d4e40fc
...
...
@@ -382,7 +382,7 @@ class SelectQuestionList extends Component {
<
div
className=
"select-tip-box"
>
<
div
>
<
span
className=
"icon iconfont tip-icon"
>

</
span
>
<
span
style=
{
{
marginRight
:
8
}
}
>
已选
<
span
style=
{
{
color
:
"#
FFB714
"
}
}
>
{
selectQuestionKeys
.
length
}
</
span
>
题
</
span
>
<
span
style=
{
{
marginRight
:
8
}
}
>
已选
<
span
style=
{
{
color
:
"#
2966FF
"
}
}
>
{
selectQuestionKeys
.
length
}
</
span
>
题
</
span
>
{
selectQuestionKeys
.
length
>
0
&&
(
<
span
>
(
{
singleCount
>
0
&&
` 单选题${singleCount}题 `
}
...
...
src/modules/teach-tool/paper-manage/components/SelectQuestionList.less
View file @
4d4e40fc
...
...
@@ -44,7 +44,7 @@
position: relative;
margin-top: 16px;
.empty-list-tip {
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
.record-name {
...
...
src/modules/teach-tool/question-manage/OperateQuestion.jsx
View file @
4d4e40fc
...
...
@@ -325,7 +325,7 @@ class OperateQuestion extends Component {
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"SINGLE_CHOICE"
?
"#
ffb714
"
:
"#CCCCCC"
,
activeKey
===
"SINGLE_CHOICE"
?
"#
2966FF
"
:
"#CCCCCC"
,
}
}
>

{
" "
}
...
...
@@ -354,7 +354,7 @@ class OperateQuestion extends Component {
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"MULTI_CHOICE"
?
"#
ffb714
"
:
"#CCCCCC"
,
activeKey
===
"MULTI_CHOICE"
?
"#
2966FF
"
:
"#CCCCCC"
,
}
}
>

{
" "
}
...
...
@@ -382,7 +382,7 @@ class OperateQuestion extends Component {
<
span
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"JUDGE"
?
"#
ffb714
"
:
"#CCCCCC"
,
color
:
activeKey
===
"JUDGE"
?
"#
2966FF
"
:
"#CCCCCC"
,
}
}
>

{
" "
}
...
...
@@ -410,7 +410,7 @@ class OperateQuestion extends Component {
className=
"icon iconfont"
style=
{
{
color
:
activeKey
===
"GAP_FILLING"
?
"#
ffb714
"
:
"#CCCCCC"
,
activeKey
===
"GAP_FILLING"
?
"#
2966FF
"
:
"#CCCCCC"
,
}
}
>

{
" "
}
...
...
@@ -439,7 +439,7 @@ class OperateQuestion extends Component {
style=
{
{
color
:
activeKey
===
"INDEFINITE_CHOICE"
?
"#
ffb714
"
?
"#
2966FF
"
:
"#CCCCCC"
,
}
}
>
...
...
src/modules/teach-tool/question-manage/components/OperateQuestionTab.less
View file @
4d4e40fc
...
...
@@ -229,7 +229,7 @@
line-height: 33px;
align-self: stretch;
.option-operate_item__icon:hover {
color: #
ffb714
;
color: #
2966FF
;
}
.icon {
color: #bfbfbf;
...
...
src/modules/teach-tool/question-manage/components/QuestionEditor.less
View file @
4d4e40fc
...
...
@@ -147,7 +147,7 @@
&:hover {
.edtior-media_item__icon {
color: #
ffb714
;
color: #
2966FF
;
}
}
...
...
src/modules/teach-tool/question-manage/components/QuestionList.less
View file @
4d4e40fc
...
...
@@ -44,7 +44,7 @@
position: relative;
margin-top: 16px;
.empty-list-tip {
color: #
ffb714
;
color: #
2966FF
;
cursor: pointer;
}
.record-name {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment