Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
8a018ff8
Commit
8a018ff8
authored
Nov 27, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bww-v1' into wxl-develop
parents
3144a717
d15d959a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
courseDefaultImg.png
image/course/courseDefaultImg.png
+0
-0
CourseDetail.js
src/pages/coursegather/detail/CourseDetail.js
+3
-3
CourseDetail.less
src/pages/coursegather/detail/CourseDetail.less
+5
-4
StaticBox.less
src/pages/coursegather/detail/StaticBox.less
+1
-0
CourseDetail.js
src/pages/onlineclasses/singleclass/CourseDetail.js
+2
-2
CourseDetail.less
src/pages/onlineclasses/singleclass/CourseDetail.less
+5
-4
No files found.
image/course/courseDefaultImg.png
View replaced file @
3144a717
View file @
8a018ff8
16.3 KB
|
W:
|
H:
32.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/coursegather/detail/CourseDetail.js
View file @
8a018ff8
...
...
@@ -239,7 +239,7 @@ class CourseDetailForm extends React.Component {
labelCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
3
},
md
:
{
span
:
2
},
md
:
{
span
:
3
},
lg
:
{
span
:
2
},
xl
:
{
span
:
2
},
xxl
:
{
span
:
1
},
...
...
@@ -247,7 +247,7 @@ class CourseDetailForm extends React.Component {
wrapperCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
21
},
md
:
{
span
:
2
2
},
md
:
{
span
:
2
1
},
lg
:
{
span
:
22
},
xl
:
{
span
:
22
},
xxl
:
{
span
:
23
},
...
...
@@ -292,7 +292,7 @@ class CourseDetailForm extends React.Component {
<
/div
>
<
/div
>
}
<
span
className
=
"ant-form-text"
>
图片建议格式位
JPG
/
PNG
,尺寸
260
*
14
0
,图片大小不超过
10
MB
<
/span
>
<
span
className
=
"ant-form-text"
>
图片建议格式位
JPG
/
PNG
,尺寸
424
*
23
0
,图片大小不超过
10
MB
<
/span
>
<
/FormItem
>
<
FormItem
{...
formItemModalLineLayout
}
label
=
"标题"
>
{
getFieldDecorator
(
'title'
,
{
...
...
src/pages/coursegather/detail/CourseDetail.less
View file @
8a018ff8
...
...
@@ -25,23 +25,24 @@
position: absolute;
width: 100%;
height: 100%;
bottom:
-230px
;
bottom:
0
;
left: 0;
background: rgba(0,0,0,0.7);
transition: bottom 0.2s;
opacity: 0;
display: flex;
align-items: center;
justify-content: space-between;
z-index: -10;
background: rgba(0,0,0,0.7);
transition: opacity .3s linear;
border-radius: 6px;
}
.defaultImg {
width: 424px;
height: 230px;
border-radius: 6px;
}
}
.defaultImgBox:hover .chooseType {
bottom: 0;
opacity: 1;
z-index: 0;
}
...
...
src/pages/coursegather/detail/StaticBox.less
View file @
8a018ff8
...
...
@@ -115,6 +115,7 @@
.switchDay {
position: absolute;
width: 94%;
z-index: 11;
.searchDay {
justify-content: flex-end;
}
...
...
src/pages/onlineclasses/singleclass/CourseDetail.js
View file @
8a018ff8
...
...
@@ -307,7 +307,7 @@ class CourseDetailForm extends React.Component {
labelCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
3
},
md
:
{
span
:
2
},
md
:
{
span
:
3
},
lg
:
{
span
:
2
},
xl
:
{
span
:
2
},
xxl
:
{
span
:
1
},
...
...
@@ -315,7 +315,7 @@ class CourseDetailForm extends React.Component {
wrapperCol
:
{
xs
:
{
span
:
24
},
sm
:
{
span
:
21
},
md
:
{
span
:
2
2
},
md
:
{
span
:
2
1
},
lg
:
{
span
:
22
},
xl
:
{
span
:
22
},
xxl
:
{
span
:
23
},
...
...
src/pages/onlineclasses/singleclass/CourseDetail.less
View file @
8a018ff8
...
...
@@ -25,23 +25,24 @@
position: absolute;
width: 100%;
height: 100%;
bottom:
-230px
;
bottom:
0
;
left: 0;
background: rgba(0,0,0,0.7);
transition: bottom 0.2s;
opacity: 0;
display: flex;
align-items: center;
justify-content: space-between;
z-index: -10;
background: rgba(0,0,0,0.7);
transition: opacity .3s linear;
border-radius: 6px;
}
.defaultImg {
width: 424px;
height: 230px;
border-radius: 6px;
}
}
.defaultImgBox:hover .chooseType {
bottom: 0;
opacity: 1;
z-index: 0;
}
...
...
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