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
241b4d05
Commit
241b4d05
authored
Jun 10, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:答题详情样式调整
parent
b6a84aa8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
src/modules/teach-tool/components/AnswerDescPage.less
+1
-0
src/modules/teach-tool/components/XMAudio.less
+9
-7
No files found.
src/modules/teach-tool/components/AnswerDescPage.less
View file @
241b4d05
...
@@ -305,6 +305,7 @@
...
@@ -305,6 +305,7 @@
padding-top: 12px;
padding-top: 12px;
padding-bottom: 12px;
padding-bottom: 12px;
font-size: 15px;
font-size: 15px;
margin-bottom: 8px;
.answer-info {
.answer-info {
margin-bottom: 8px;
margin-bottom: 8px;
.title {
.title {
...
...
src/modules/teach-tool/components/XMAudio.less
View file @
241b4d05
...
@@ -5,10 +5,12 @@
...
@@ -5,10 +5,12 @@
* @Last Modified time: 2020-03-24 10:18:43
* @Last Modified time: 2020-03-24 10:18:43
*/
*/
.xm-audio {
.xm-audio {
display: flex;
display: flex;
align-items: center;
align-items: center;
width: 280px;
width: 280px;
box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
padding: 10px 20px;
border-radius: 5px;
border-radius: 5px;
background-color: #ffffff;
background-color: #ffffff;
.audio-image {
.audio-image {
...
@@ -24,11 +26,11 @@
...
@@ -24,11 +26,11 @@
cursor: pointer;
cursor: pointer;
}
}
.play-icon {
.play-icon {
color: #
FC
8540;
color: #
fc
8540;
}
}
.sec-time{
.sec-time
{
white-space: nowrap;
white-space: nowrap;
color: #
FF
8534;
color: #
ff
8534;
margin-left: 12px;
margin-left: 12px;
font-size: 13px;
font-size: 13px;
}
}
...
@@ -38,11 +40,11 @@
...
@@ -38,11 +40,11 @@
border-radius: 3px;
border-radius: 3px;
margin-left: 12px;
margin-left: 12px;
position: relative;
position: relative;
background:
rgba(255,133,52,
0.2);
background:
rgba(255, 133, 52,
0.2);
.complete-area {
.complete-area {
height: 100%;
height: 100%;
background-color: #
FF
8534;
background-color: #
ff
8534;
border-top-left-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
}
...
@@ -52,7 +54,7 @@
...
@@ -52,7 +54,7 @@
width: 10px;
width: 10px;
height: 10px;
height: 10px;
border-radius: 50%;
border-radius: 50%;
background:
linear-gradient(180deg,rgba(255,180,103,1) 0%,rgba(255,145,67,
1) 100%);
background:
linear-gradient(180deg, rgba(255, 180, 103, 1) 0%, rgba(255, 145, 67,
1) 100%);
}
}
}
}
}
}
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