Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
Project
Project
Details
Activity
Releases
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
王旭
mt-education-mobile
Commits
67a3e179
Commit
67a3e179
authored
Nov 12, 2019
by
Breaker-93
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
音频样式微调(背景充满);
关注图标替换;
parent
f55b3d22
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
followed.png
src/assets/images/followed.png
+0
-0
global.less
src/assets/style/global.less
+2
-0
EduAudio.vue
src/components/EduAudio.vue
+5
-2
index.vue
src/views/CourseDetail/index.vue
+7
-4
No files found.
src/assets/images/followed.png
View replaced file @
f55b3d22
View file @
67a3e179
980 Bytes
|
W:
|
H:
955 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/style/global.less
View file @
67a3e179
...
...
@@ -49,3 +49,5 @@
@commnTitleSize:36px;
@commnSize:30px;
@smallSize:26px;
@selectColor: #4498F0; // #4498F0
src/components/EduAudio.vue
View file @
67a3e179
...
...
@@ -110,7 +110,7 @@ export default {
}
.audio-wrap
{
display
:
flex
;
height
:
calc
(
100%
-
48px
)
;
height
:
100%
;
background
:
#4498f0
;
flex-direction
:
column
;
align-items
:
center
;
...
...
@@ -121,7 +121,10 @@ export default {
height
:
35px
;
}
#edu_audio
{
position
:
absolute
;
display
:
block
;
bottom
:
0
;
width
:
100%
;
height
:
48px
;
opacity
:
.8
;
}
</
style
>
src/views/CourseDetail/index.vue
View file @
67a3e179
...
...
@@ -589,11 +589,14 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.course-detail {
width: 100%;
// .video-player {
// height: 211pt;
// }
.pdf-previewer {
position: relative;
height: 211px;
width: 100%;
}
...
...
@@ -654,8 +657,8 @@ export default {
line-height: 55px;
color: #333333;
&.select {
color:
#4498F0
;
border-bottom: 2px solid
#4498F0
;
color:
@selectColor
;
border-bottom: 2px solid
@selectColor
;
}
}
}
...
...
@@ -748,7 +751,7 @@ export default {
margin:19px 15px 0;
color: #666;
&.select {
color:
#4498F0
;
color:
@selectColor
;
}
em {
display: inline-block;
...
...
@@ -810,7 +813,7 @@ export default {
a {
margin-left: 6px;
vertical-align: middle;
color:
#4498F0
color:
@selectColor
}
}
}
...
...
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