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
6f05f3a9
Commit
6f05f3a9
authored
May 14, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:可点击文字链颜色修改
parent
4d4e40fc
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
101 additions
and
105 deletions
+101
-105
src/bu-components/ChooseMembersModal.less
+1
-1
src/bu-components/CopyFileModal.less
+1
-1
src/bu-components/ManagingMembersModal.less
+1
-1
src/bu-components/SelectPrepareFileModal.less
+2
-2
src/bu-components/ShowTip.less
+1
-1
src/components/ShowTips.less
+1
-1
src/components/TableSelectedData.less
+2
-2
src/core/antd.less
+2
-6
src/core/global.less
+3
-3
src/modules/college-manage/modal/ChooseMembersModal.less
+1
-1
src/modules/course-manage/components/AddLiveBasic.less
+2
-2
src/modules/course-manage/components/AddLiveClass.less
+1
-1
src/modules/course-manage/components/AddLiveIntro.less
+1
-1
src/modules/course-manage/components/LiveCourseList.jsx
+1
-1
src/modules/course-manage/components/LiveCourseList.less
+4
-4
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
+3
-3
src/modules/course-manage/graphics-course/components/GraphicsCourseList.less
+2
-2
src/modules/course-manage/modal/ManageCoursewareModal.jsx
+1
-1
src/modules/course-manage/modal/RelatedPlanModal.less
+2
-2
src/modules/course-manage/video-course/components/VideoCourseList.jsx
+3
-3
src/modules/course-manage/video-course/components/VideoCourseList.less
+2
-2
src/modules/home/Home.jsx
+2
-2
src/modules/home/Home.less
+2
-2
src/modules/knowledge-base/components/KnowledgeBaseList.less
+4
-4
src/modules/knowledge-base/modal/LiveList.less
+4
-4
src/modules/plan-manage/components/BasicInfo.less
+1
-1
src/modules/plan-manage/components/EmployeeShareData.less
+1
-1
src/modules/plan-manage/components/PlanList.jsx
+3
-3
src/modules/plan-manage/components/PlanList.less
+2
-2
src/modules/plan-manage/components/TrainingTask.less
+2
-2
src/modules/plan-manage/components/UserLearningData.less
+1
-1
src/modules/plan-manage/modal/relatedCourseModal.less
+3
-3
src/modules/prepare-lesson/index.less
+2
-2
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
+2
-2
src/modules/resource-disk/index.less
+4
-4
src/modules/root/CollegeManagePage.less
+7
-7
src/modules/root/Header.less
+1
-1
src/modules/root/Login.less
+2
-2
src/modules/store-manage/CourseCatalogPage.less
+3
-3
src/modules/store-manage/StoreDecorationPage.less
+2
-2
src/modules/store-manage/StoreInfo.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.less
+3
-3
src/modules/teach-tool/question-manage/components/OperateQuestionTab.jsx
+3
-3
src/modules/teach-tool/question-manage/components/OperateQuestionTab.less
+2
-2
src/modules/teach-tool/question-manage/components/QuestionEditor.less
+1
-1
src/modules/teach-tool/question-manage/components/QuestionList.less
+1
-1
src/modules/teach-tool/question-manage/modal/BatchImportQuestionModal.jsx
+2
-2
src/modules/teach-tool/question-manage/modal/BatchImportQuestionModal.less
+1
-1
No files found.
src/bu-components/ChooseMembersModal.less
View file @
6f05f3a9
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
margin-right: 10px;
margin-right: 10px;
color: #999;
color: #999;
.span-right-l{
.span-right-l{
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/bu-components/CopyFileModal.less
View file @
6f05f3a9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
margin-bottom: 10px;
margin-bottom: 10px;
}
}
.bread:hover{
.bread:hover{
color: #
5289FA
;
color: #
2966FF
;
}
}
}
}
...
...
src/bu-components/ManagingMembersModal.less
View file @
6f05f3a9
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
.managing-right{
.managing-right{
float: right;
float: right;
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
.tool-tip-right{
.tool-tip-right{
margin-right: 4px;
margin-right: 4px;
...
...
src/bu-components/SelectPrepareFileModal.less
View file @
6f05f3a9
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
&:not(:last-child) {
&:not(:last-child) {
cursor: pointer;
cursor: pointer;
&:hover {
&:hover {
color: #
5289FA
;
color: #
2966FF
;
}
}
&::before {
&::before {
content: '/';
content: '/';
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
}
}
.footer__left {
.footer__left {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/bu-components/ShowTip.less
View file @
6f05f3a9
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
padding: 0 12px;
padding: 0 12px;
line-height: 32px;
line-height: 32px;
span.icon {
span.icon {
color:#
FF9D14
;
color:#
2966FF
;
line-height: 20px;
line-height: 20px;
}
}
p {
p {
...
...
src/components/ShowTips.less
View file @
6f05f3a9
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
padding: 0 12px;
padding: 0 12px;
line-height: 32px;
line-height: 32px;
.icon {
.icon {
color:#
FF9D14
;
color:#
2966FF
;
font-size:14px;
font-size:14px;
}
}
p {
p {
...
...
src/components/TableSelectedData.less
View file @
6f05f3a9
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
border-radius:4px;
border-radius:4px;
margin: 16px 10px 13px 0;
margin: 16px 10px 13px 0;
.iconfont {
.iconfont {
color: #
FF9D14
;
color: #
2966FF
;
}
}
.selected-text {
.selected-text {
margin-left: 10px;
margin-left: 10px;
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
.click-clear {
.click-clear {
float: right;
float: right;
cursor: pointer;
cursor: pointer;
color: #
5289FA
;
color: #
2966FF
;
&:hover {
&:hover {
color: rgba(85, 168, 253, 0.8);
color: rgba(85, 168, 253, 0.8);
}
}
...
...
src/core/antd.less
View file @
6f05f3a9
...
@@ -684,7 +684,7 @@ td.ant-table-column-sort{
...
@@ -684,7 +684,7 @@ td.ant-table-column-sort{
}
}
&:focus,
&:focus,
&:active{
&:active{
background-color:#
FFA100
!important;
background-color:#
5C8AFF
!important;
}
}
}
}
...
@@ -738,11 +738,7 @@ td.ant-table-column-sort{
...
@@ -738,11 +738,7 @@ td.ant-table-column-sort{
box-shadow: none !important;
box-shadow: none !important;
border-right: 0px !important;
border-right: 0px !important;
}
}
// .ant-input-search:focus{
// border-top:1px solid #FFA100 !important;
// border-right:1px solid #FFA100 !important;
// border-bottom:1px solid #FFA100 !important;
// }
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button span{
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button span{
color:#bfbfbf !important;
color:#bfbfbf !important;
font-size:12px;
font-size:12px;
...
...
src/core/global.less
View file @
6f05f3a9
...
@@ -1678,11 +1678,11 @@ input:focus {
...
@@ -1678,11 +1678,11 @@ input:focus {
align-items: center;
align-items: center;
flex-wrap: wrap;
flex-wrap: wrap;
.operate-text {
.operate-text {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.operate__item {
.operate__item {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
margin: 0 8px;
margin: 0 8px;
...
@@ -1690,7 +1690,7 @@ input:focus {
...
@@ -1690,7 +1690,7 @@ input:focus {
}
}
}
}
.more{
.more{
color: #
5289FA
;
color: #
BFBFBF
;
cursor: pointer;
cursor: pointer;
cursor: pointer;
cursor: pointer;
}
}
...
...
src/modules/college-manage/modal/ChooseMembersModal.less
View file @
6f05f3a9
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
margin-right: 10px;
margin-right: 10px;
color: #999;
color: #999;
.span-right-l{
.span-right-l{
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/modules/course-manage/components/AddLiveBasic.less
View file @
6f05f3a9
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
.default-btn {
.default-btn {
margin-left: 16px;
margin-left: 16px;
color: #
5289FA
;
color: #
BFBFBF
;
cursor: pointer;
cursor: pointer;
&.disabled {
&.disabled {
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
}
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled){
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled){
font-weight:normal !important;
font-weight:normal !important;
color:#
FF9D14
!important;
color:#
2966FF
!important;
}
}
#imgCutModalNew {
#imgCutModalNew {
width: 500px;
width: 500px;
...
...
src/modules/course-manage/components/AddLiveClass.less
View file @
6f05f3a9
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
.select-day {
.select-day {
margin-bottom: 4px;
margin-bottom: 4px;
.mark-day {
.mark-day {
color: #
5289FA
;
color: #
2966FF
;
}
}
}
}
}
}
...
...
src/modules/course-manage/components/AddLiveIntro.less
View file @
6f05f3a9
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
}
}
.checkExample {
.checkExample {
width: 60px;
width: 60px;
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.warmup {
.warmup {
...
...
src/modules/course-manage/components/LiveCourseList.jsx
View file @
6f05f3a9
...
@@ -360,7 +360,7 @@ class LiveCourseList extends React.Component {
...
@@ -360,7 +360,7 @@ class LiveCourseList extends React.Component {
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
<
span
className=
"iconfont icon"
className=
"iconfont icon"
style=
{
{
color
:
"#
5289FA
"
}
}
style=
{
{
color
:
"#
2966FF
"
}
}
>
>


</
span
>
</
span
>
...
...
src/modules/course-manage/components/LiveCourseList.less
View file @
6f05f3a9
...
@@ -83,13 +83,13 @@
...
@@ -83,13 +83,13 @@
}
}
.courseware{
.courseware{
font-size: 14px;
font-size: 14px;
color: #
5289FA
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
text-align:right;
text-align:right;
cursor:pointer;
cursor:pointer;
}
}
.quota-icon{
.quota-icon{
color:#
5289FA
;
color:#
2966FF
;
cursor:pointer;
cursor:pointer;
}
}
.operate {
.operate {
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
align-items: center;
align-items: center;
flex-wrap: wrap;
flex-wrap: wrap;
.operate__item {
.operate__item {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
margin: 0 8px;
margin: 0 8px;
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
}
}
}
}
.operate-text {
.operate-text {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.course-start-end {
.course-start-end {
...
...
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
View file @
6f05f3a9
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @Date: 2020-08-05 10:12:45
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-0
3-27 16:24:47
* @LastEditTime: 2021-0
5-14 18:07:44
* @Description: 视频课-列表模块
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -218,7 +218,7 @@ class GraphicsCourseList extends React.Component {
...
@@ -218,7 +218,7 @@ class GraphicsCourseList extends React.Component {
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
<
span
className=
"iconfont icon"
className=
"iconfont icon"
style=
{
{
color
:
"#
5289FA
"
}
}
style=
{
{
color
:
"#
2966FF
"
}
}
>
>


</
span
>
</
span
>
...
...
src/modules/course-manage/graphics-course/components/GraphicsCourseList.less
View file @
6f05f3a9
...
@@ -28,14 +28,14 @@
...
@@ -28,14 +28,14 @@
padding:16px;
padding:16px;
}
}
.operate-text {
.operate-text {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
display: flex;
display: flex;
&__item {
&__item {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/course-manage/modal/ManageCoursewareModal.jsx
View file @
6f05f3a9
...
@@ -284,7 +284,7 @@ class ManageCoursewareModal extends React.Component {
...
@@ -284,7 +284,7 @@ class ManageCoursewareModal extends React.Component {
onCancel=
{
()
=>
{
}
}
onCancel=
{
()
=>
{
}
}
>
>
<
span
style=
{
{
<
span
style=
{
{
color
:
'#
5289FA
'
,
color
:
'#
2966FF
'
,
cursor
:
'pointer'
cursor
:
'pointer'
}
}
>
删除
</
span
>
}
}
>
删除
</
span
>
</
Popconfirm
>
</
Popconfirm
>
...
...
src/modules/course-manage/modal/RelatedPlanModal.less
View file @
6f05f3a9
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
justify-content: space-between;
justify-content: space-between;
.tip{
.tip{
font-size:14px;
font-size:14px;
color:#
FF9D14
;
color:#
2966FF
;
margin-right:8px;
margin-right:8px;
}
}
.text{
.text{
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
margin-right:30px;
margin-right:30px;
}
}
.clear{
.clear{
color:#
5289FA
;
color:#
BFBFBF
;
font-size:14px;
font-size:14px;
}
}
...
...
src/modules/course-manage/video-course/components/VideoCourseList.jsx
View file @
6f05f3a9
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @Date: 2020-08-05 10:12:45
* @LastEditors:
yuananting
* @LastEditors:
wufan
* @LastEditTime: 2021-0
3-24 19:34:48
* @LastEditTime: 2021-0
5-14 18:09:27
* @Description: 视频课-列表模块
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -207,7 +207,7 @@ class VideoCourseList extends React.Component {
...
@@ -207,7 +207,7 @@ class VideoCourseList extends React.Component {
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
<
span
className=
"iconfont icon"
className=
"iconfont icon"
style=
{
{
color
:
"#
5289FA
"
}
}
style=
{
{
color
:
"#
2966FF
"
}
}
>
>


</
span
>
</
span
>
...
...
src/modules/course-manage/video-course/components/VideoCourseList.less
View file @
6f05f3a9
...
@@ -28,14 +28,14 @@
...
@@ -28,14 +28,14 @@
padding:16px;
padding:16px;
}
}
.operate-text {
.operate-text {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
display: flex;
display: flex;
&__item {
&__item {
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/home/Home.jsx
View file @
6f05f3a9
...
@@ -187,7 +187,7 @@ class Home extends React.Component {
...
@@ -187,7 +187,7 @@ class Home extends React.Component {
}
}
}
}
})
})
this
.
_chart
.
line
().
position
(
'time*studyNum'
).
color
(
'#
5289FA
'
).
tooltip
(
'time*studyNum'
,
function
(
time
,
studyNum
){
this
.
_chart
.
line
().
position
(
'time*studyNum'
).
color
(
'#
2966FF
'
).
tooltip
(
'time*studyNum'
,
function
(
time
,
studyNum
){
return
{
return
{
name
:
'学习人数'
,
name
:
'学习人数'
,
value
:
studyNum
+
'人'
value
:
studyNum
+
'人'
...
@@ -457,7 +457,7 @@ class Home extends React.Component {
...
@@ -457,7 +457,7 @@ class Home extends React.Component {
<
Geom
<
Geom
type=
"intervalStack"
type=
"intervalStack"
position=
"percent"
position=
"percent"
color=
{
[
'item'
,
[
'#2966FF'
,
'#
5289FA
'
]]
}
color=
{
[
'item'
,
[
'#2966FF'
,
'#
2966FF
'
]]
}
tooltip=
{
[
tooltip=
{
[
"item*percent"
,
"item*percent"
,
(
item
,
percent
)
=>
{
(
item
,
percent
)
=>
{
...
...
src/modules/home/Home.less
View file @
6f05f3a9
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
&.unfinished {
&.unfinished {
top: 152px;
top: 152px;
.spot {
.spot {
background: #
5289FA
;
background: #
2966FF
;
}
}
}
}
&.finished {
&.finished {
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
align-items: center;
align-items: center;
color: #666;
color: #666;
.student-dot {
.student-dot {
background: #
5289FA
;
background: #
BFBFBF
;
height: 8px;
height: 8px;
width: 8px;
width: 8px;
border-radius: 50%;
border-radius: 50%;
...
...
src/modules/knowledge-base/components/KnowledgeBaseList.less
View file @
6f05f3a9
...
@@ -30,13 +30,13 @@
...
@@ -30,13 +30,13 @@
}
}
.courseware {
.courseware {
font-size: 14px;
font-size: 14px;
color: #
5289fa
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
text-align: right;
text-align: right;
cursor: pointer;
cursor: pointer;
}
}
.quota-icon {
.quota-icon {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
align-items: center;
align-items: center;
flex-wrap: wrap;
flex-wrap: wrap;
.operate__item {
.operate__item {
color: #
5289fa
;
color: #
BFBFBF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
margin: 0 8px;
margin: 0 8px;
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
}
}
}
}
.operate-text {
.operate-text {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.course-start-end {
.course-start-end {
...
...
src/modules/knowledge-base/modal/LiveList.less
View file @
6f05f3a9
...
@@ -71,13 +71,13 @@
...
@@ -71,13 +71,13 @@
}
}
.courseware {
.courseware {
font-size: 14px;
font-size: 14px;
color: #
5289fa
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
text-align: right;
text-align: right;
cursor: pointer;
cursor: pointer;
}
}
.quota-icon {
.quota-icon {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
align-items: center;
align-items: center;
flex-wrap: wrap;
flex-wrap: wrap;
.operate__item {
.operate__item {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
margin: 0 8px;
margin: 0 8px;
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
}
}
}
}
.operate-text {
.operate-text {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.course-start-end {
.course-start-end {
...
...
src/modules/plan-manage/components/BasicInfo.less
View file @
6f05f3a9
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
.opt-btns{
.opt-btns{
.default-btn {
.default-btn {
margin:0 8px;
margin:0 8px;
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.disabled {
&.disabled {
color: #CCC;
color: #CCC;
...
...
src/modules/plan-manage/components/EmployeeShareData.less
View file @
6f05f3a9
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
}
}
.operate-item{
.operate-item{
font-size:14px;
font-size:14px;
color:#
5289FA
;
color:#
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.learn-num{
.learn-num{
...
...
src/modules/plan-manage/components/PlanList.jsx
View file @
6f05f3a9
/*
/*
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:46:46
* @Date: 2021-02-20 16:46:46
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-0
3-16 15:53:59
* @LastEditTime: 2021-0
5-14 18:12:50
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -131,7 +131,7 @@ function PlanList(props) {
...
@@ -131,7 +131,7 @@ function PlanList(props) {
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
className=
"operate-text"
>
更多
</
span
>
<
span
<
span
className=
"iconfont icon"
className=
"iconfont icon"
style=
{
{
color
:
"#
5289FA
"
}
}
style=
{
{
color
:
"#
2966FF
"
}
}
>
>


</
span
>
</
span
>
...
...
src/modules/plan-manage/components/PlanList.less
View file @
6f05f3a9
...
@@ -37,14 +37,14 @@
...
@@ -37,14 +37,14 @@
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
}
}
.operate-text {
.operate-text {
color: #
5289FA
;
color: #
BFBFBF
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
display: flex;
display: flex;
&__item {
&__item {
color: #
5289FA
;
color: #
BFBFBF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/plan-manage/components/TrainingTask.less
View file @
6f05f3a9
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
font-size:14px;
font-size:14px;
}
}
.add-task-btn{
.add-task-btn{
color: #
5289FA
;
color: #
2966FF
;
font-size:14px;
font-size:14px;
}
}
}
}
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
.course-box{
.course-box{
.add-course-con{
.add-course-con{
padding:16px 51px;
padding:16px 51px;
color: #
5289FA
;
color: #
2966FF
;
font-size:14px;
font-size:14px;
.add-course-btn-disabled{
.add-course-btn-disabled{
font-size:14px;
font-size:14px;
...
...
src/modules/plan-manage/components/UserLearningData.less
View file @
6f05f3a9
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
.operate-area{
.operate-area{
.operate-item{
.operate-item{
font-size:14px;
font-size:14px;
color:#
5289FA
;
color:#
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.split{
.split{
...
...
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
6f05f3a9
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
text-align:left;
text-align:left;
display:inline-block;
display:inline-block;
span{
span{
color:#
5289FA
;
color:#
2966FF
;
}
}
}
}
.search-container{
.search-container{
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
.tip-icon{
.tip-icon{
color:#
FF9D14
;
color:#
2966FF
;
font-size:14px;
font-size:14px;
margin-right:4px;
margin-right:4px;
}
}
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
}
}
.clear-btn{
.clear-btn{
text-align:right;
text-align:right;
color:#
5289FA
;
color:#
2966FF
;
font-size:14px;
font-size:14px;
}
}
}
}
...
...
src/modules/prepare-lesson/index.less
View file @
6f05f3a9
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
&:not(:last-child) {
&:not(:last-child) {
cursor: pointer;
cursor: pointer;
&:hover {
&:hover {
color: #
5289FA
;
color: #
2966FF
;
}
}
&::before {
&::before {
content: '/';
content: '/';
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
}
}
.file-path {
.file-path {
cursor: pointer;
cursor: pointer;
color: #
5289FA
;
color: #
2966FF
;
}
}
.ant-dropdown-trigger {
.ant-dropdown-trigger {
cursor: pointer;
cursor: pointer;
...
...
src/modules/prepare-lesson/modal/SelectPrepareFileModal.less
View file @
6f05f3a9
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
&:not(:last-child) {
&:not(:last-child) {
cursor: pointer;
cursor: pointer;
&:hover {
&:hover {
color: #
5289FA
;
color: #
2966FF
;
}
}
&::before {
&::before {
content: '/';
content: '/';
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
}
}
.footer__left {
.footer__left {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/modules/resource-disk/index.less
View file @
6f05f3a9
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
position: absolute;
position: absolute;
left: 33px;
left: 33px;
bottom: 24px;
bottom: 24px;
color: #
5289FA
;
color: #
2966FF
;
}
}
}
}
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
&:not(:last-child) {
&:not(:last-child) {
cursor: pointer;
cursor: pointer;
&:hover {
&:hover {
color: #
5289FA
;
color: #
2966FF
;
}
}
&::before {
&::before {
content: '/';
content: '/';
...
@@ -204,12 +204,12 @@
...
@@ -204,12 +204,12 @@
}
}
&__text:hover {
&__text:hover {
color: #
5289FA
;
color: #
2966FF
;
}
}
}
}
.file-path {
.file-path {
cursor: pointer;
cursor: pointer;
color: #
5289FA
;
color: #
2966FF
;
}
}
.ant-dropdown-trigger {
.ant-dropdown-trigger {
cursor: pointer;
cursor: pointer;
...
...
src/modules/root/CollegeManagePage.less
View file @
6f05f3a9
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
}
}
.logout {
.logout {
font-size: 14px;
font-size: 14px;
color: #
5289FA
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
@@ -99,8 +99,8 @@
...
@@ -99,8 +99,8 @@
padding: 0 8px;
padding: 0 8px;
line-height: 18px;
line-height: 18px;
border-radius: 9px;
border-radius: 9px;
border: 1px solid #
5289FA
;
border: 1px solid #
2966FF
;
color: #
5289FA
;
color: #
2966FF
;
font-size: 12px;
font-size: 12px;
}
}
}
}
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
left: 50%;
left: 50%;
top: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #
5289FA
;
color: #
2966FF
;
font-size: 16px;
font-size: 16px;
}
}
.control-box {
.control-box {
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
.control-button {
.control-button {
margin-left: 10px;
margin-left: 10px;
cursor: pointer;
cursor: pointer;
color: #
5289FA
;
color: #
2966FF
;
}
}
.disable-button {
.disable-button {
display: none;
display: none;
...
@@ -168,14 +168,14 @@
...
@@ -168,14 +168,14 @@
}
}
.disable-button {
.disable-button {
display: block;
display: block;
color: #
5289FA
;
color: #
2966FF
;
}
}
}
}
}
}
}
}
}
}
.college-create {
.college-create {
border: 1px dashed #
5289FA
;
border: 1px dashed #
2966FF
;
}
}
}
}
}
}
...
...
src/modules/root/Header.less
View file @
6f05f3a9
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
line-height: 20px;
line-height: 20px;
}
}
.url-link {
.url-link {
color: #
5289fa
;
color: #
2966FF
;
font-size: 14px;
font-size: 14px;
line-height: 20px;
line-height: 20px;
}
}
...
...
src/modules/root/Login.less
View file @
6f05f3a9
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
border-radius: 3px;
border-radius: 3px;
margin-top: 60px;
margin-top: 60px;
font-size: 14px; // font-weight: 300;
font-size: 14px; // font-weight: 300;
color:#
5289FA
;
color:#
2966FF
;
&:hover {
&:hover {
color: #2966FF;
color: #2966FF;
}
}
...
@@ -397,7 +397,7 @@
...
@@ -397,7 +397,7 @@
}
}
.refresh {
.refresh {
font-size: 14px;
font-size: 14px;
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/modules/store-manage/CourseCatalogPage.less
View file @
6f05f3a9
...
@@ -4,19 +4,19 @@
...
@@ -4,19 +4,19 @@
}
}
.add-btn{
.add-btn{
font-weight: 400;
font-weight: 400;
color: #
5289FA
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
cursor: pointer;
cursor: pointer;
}
}
.edit-btn{
.edit-btn{
font-weight: 400;
font-weight: 400;
color: #
5289FA
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
cursor: pointer;
cursor: pointer;
}
}
.delete-btn{
.delete-btn{
font-weight: 400;
font-weight: 400;
color: #
5289FA
;
color: #
2966FF
;
line-height: 20px;
line-height: 20px;
cursor: pointer;
cursor: pointer;
}
}
...
...
src/modules/store-manage/StoreDecorationPage.less
View file @
6f05f3a9
...
@@ -51,14 +51,14 @@
...
@@ -51,14 +51,14 @@
.operation {
.operation {
.edit {
.edit {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
.divider-line {
.divider-line {
color:#BFBFBF
color:#BFBFBF
}
}
.delete {
.delete {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
...
src/modules/store-manage/StoreInfo.less
View file @
6f05f3a9
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
.operate-con{
.operate-con{
.upload-btn{
.upload-btn{
color:#
5289FA
;
color:#
2966FF
;
font-size:14px;
font-size:14px;
margin-bottom:4px;
margin-bottom:4px;
}
}
...
...
src/modules/teach-tool/paper-manage/OperatePaper.less
View file @
6f05f3a9
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
display: flex;
display: flex;
&__item {
&__item {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/teach-tool/paper-manage/components/PaperList.less
View file @
6f05f3a9
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
display: flex;
display: flex;
&__item {
&__item {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/teach-tool/paper-manage/components/SelectQuestionList.less
View file @
6f05f3a9
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
display: flex;
display: flex;
&__item {
&__item {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
.tip-icon {
.tip-icon {
color: #
ff9d14
;
color: #
2966FF
;
font-size: 14px;
font-size: 14px;
margin-right: 4px;
margin-right: 4px;
}
}
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
font-size: 14px;
font-size: 14px;
}
}
.clear-btn {
.clear-btn {
color: #
5289fa
;
color: #
2966FF
;
font-size: 14px;
font-size: 14px;
cursor: pointer;
cursor: pointer;
}
}
...
...
src/modules/teach-tool/question-manage/components/OperateQuestionTab.jsx
View file @
6f05f3a9
/*
/*
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-02-25 14:34:29
* @Date: 2021-02-25 14:34:29
* @LastEditors:
yuananting
* @LastEditors:
wufan
* @LastEditTime: 2021-0
3-29 16:22:15
* @LastEditTime: 2021-0
5-14 18:17:08
* @Description: 助学工具-题库-操作题目Tab
* @Description: 助学工具-题库-操作题目Tab
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -600,7 +600,7 @@ class OperateQuestionTab extends Component {
...
@@ -600,7 +600,7 @@ class OperateQuestionTab extends Component {
/>
/>
)
}
)
}
<
Tag
<
Tag
style=
{
{
color
:
"#
5289FA
"
,
fontSize
:
14
}
}
style=
{
{
color
:
"#
2966FF
"
,
fontSize
:
14
}
}
onClick=
{
()
=>
{
onClick=
{
()
=>
{
this
.
addAnswerTag
(
optionItem
);
this
.
addAnswerTag
(
optionItem
);
}
}
}
}
...
...
src/modules/teach-tool/question-manage/components/OperateQuestionTab.less
View file @
6f05f3a9
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
color: #999999;
color: #999999;
margin-top: 8px;
margin-top: 8px;
.fill-info_icon {
.fill-info_icon {
color: #
5289fa
;
color: #
2966FF
;
font-size: 14px;
font-size: 14px;
padding-left: 9px;
padding-left: 9px;
cursor: pointer;
cursor: pointer;
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
border-radius: 4px;
border-radius: 4px;
border: 1px dashed #e8e8e8;
border: 1px dashed #e8e8e8;
font-size: 14px;
font-size: 14px;
color: #
5289fa
;
color: #
2966FF
;
line-height: 44px;
line-height: 44px;
text-align: center;
text-align: center;
cursor: pointer;
cursor: pointer;
...
...
src/modules/teach-tool/question-manage/components/QuestionEditor.less
View file @
6f05f3a9
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
}
}
.editor-fill-info_icon {
.editor-fill-info_icon {
color: #
5289fa
!important;
color: #
2966FF
!important;
font-size: 14px;
font-size: 14px;
padding-left: 9px !important;
padding-left: 9px !important;
cursor: pointer;
cursor: pointer;
...
...
src/modules/teach-tool/question-manage/components/QuestionList.less
View file @
6f05f3a9
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
display: flex;
display: flex;
&__item {
&__item {
color: #
5289fa
;
color: #
2966FF
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
...
...
src/modules/teach-tool/question-manage/modal/BatchImportQuestionModal.jsx
View file @
6f05f3a9
...
@@ -183,11 +183,11 @@ class BatchImportQuestionModal extends Component {
...
@@ -183,11 +183,11 @@ class BatchImportQuestionModal extends Component {
/>
/>
<
p
className=
"status"
>
导入完成
</
p
>
<
p
className=
"status"
>
导入完成
</
p
>
<
p
className=
"status-tip"
>
<
p
className=
"status-tip"
>
<
span
style=
{
{
color
:
successCnt
===
0
?
""
:
"#
FF9D14
"
}
}
>
<
span
style=
{
{
color
:
successCnt
===
0
?
""
:
"#
2966FF
"
}
}
>
{
successCnt
}
{
successCnt
}
</
span
>
</
span
>
个题目导入成功,
个题目导入成功,
<
span
style=
{
{
color
:
failCnt
===
0
?
""
:
"#
FF9D14
"
}
}
>
<
span
style=
{
{
color
:
failCnt
===
0
?
""
:
"#
2966FF
"
}
}
>
{
failCnt
}
{
failCnt
}
</
span
>
</
span
>
个题目导入失败。
个题目导入失败。
...
...
src/modules/teach-tool/question-manage/modal/BatchImportQuestionModal.less
View file @
6f05f3a9
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
}
}
.down-btn {
.down-btn {
text-align: left;
text-align: left;
color: #
5289fa
;
color: #
2966FF
;
font-size: 12px;
font-size: 12px;
display: block;
display: block;
margin-top: 8px;
margin-top: 8px;
...
...
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