Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
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
张伯涛
tea_resources_pc
Commits
316b24f1
Commit
316b24f1
authored
Jul 24, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片替换样式修改
parent
f56dd47f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
28 deletions
+24
-28
index.vue
src/views/courseResources/courseDetails/index.vue
+9
-9
index.vue
src/views/courseResources/index.vue
+11
-15
index.vue
src/views/learningPlatform/index.vue
+4
-4
No files found.
src/views/courseResources/courseDetails/index.vue
View file @
316b24f1
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
<div
class=
"name"
>
<div
class=
"name"
>
{{
courseLecturer
.
name
?
'讲师:'
+
courseLecturer
.
name
:
'暂无数据'
}}
{{
courseLecturer
.
name
?
'讲师:'
+
courseLecturer
.
name
:
'暂无数据'
}}
</div>
</div>
<div
class=
"position"
>
{{
courseLecturer
.
title
||
'暂无数据'
}}
</div>
<div
class=
"position"
:title=
"courseLecturer.title"
>
{{
courseLecturer
.
title
||
'暂无数据'
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"introduction"
>
{{
courseLecturer
.
details
||
'暂无数据'
}}
</div>
<div
class=
"introduction"
>
{{
courseLecturer
.
details
||
'暂无数据'
}}
</div>
...
@@ -998,12 +998,12 @@ export default {
...
@@ -998,12 +998,12 @@ export default {
font-weight
:
400
;
font-weight
:
400
;
color
:
#6f6f6f
;
color
:
#6f6f6f
;
margin-top
:
12px
;
margin-top
:
12px
;
text-overflow
:
ellipsis
;
//
text-overflow: ellipsis;
display
:
-
webkit-box
;
/* 适用于 WebKit 浏览器,如 Chrome 和 Safari */
//
display: -webkit-box; /* 适用于 WebKit 浏览器,如 Chrome 和 Safari */
-webkit-line-clamp
:
1
;
/* 限制显示的行数,此处设置为 1 行 */
//
-webkit-line-clamp: 1; /* 限制显示的行数,此处设置为 1 行 */
-webkit-box-orient
:
vertical
;
/* 使内容按垂直方向排列 */
//
-webkit-box-orient: vertical; /* 使内容按垂直方向排列 */
overflow
:
hidden
;
/* 隐藏超出部分 */
//
overflow: hidden; /* 隐藏超出部分 */
word-break
:
break-all
;
/* 强制在任意字符处换行 */
//
word-break: break-all; /* 强制在任意字符处换行 */
}
}
.rate
{
.rate
{
...
@@ -1325,7 +1325,7 @@ export default {
...
@@ -1325,7 +1325,7 @@ export default {
.lecturerCard
{
.lecturerCard
{
//cursor: pointer;
//cursor: pointer;
width
:
389px
;
width
:
389px
;
height
:
325
px
;
height
:
400
px
;
background
:
#ffffff
;
background
:
#ffffff
;
box-shadow
:
0
0
10px
0
rgba
(
0
,
0
,
0
,
0
.05
);
box-shadow
:
0
0
10px
0
rgba
(
0
,
0
,
0
,
0
.05
);
border-radius
:
4px
;
border-radius
:
4px
;
...
@@ -1377,9 +1377,9 @@ export default {
...
@@ -1377,9 +1377,9 @@ export default {
}
}
.introduction
{
.introduction
{
line-height
:
28px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
1
.5
;
color
:
#6f6f6f
;
color
:
#6f6f6f
;
margin-top
:
24px
;
margin-top
:
24px
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
src/views/courseResources/index.vue
View file @
316b24f1
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<div
class=
"field-content"
>
<div
class=
"field-content"
>
<el-image
<el-image
class=
"img"
class=
"img"
:src=
"require('@/assets/image/
kechengjiagou
.png')"
:src=
"require('@/assets/image/
groupNew
.png')"
fit=
"cover"
fit=
"cover"
/>
/>
</div>
</div>
...
@@ -135,11 +135,11 @@
...
@@ -135,11 +135,11 @@
<div
class=
"card-bottom"
>
<div
class=
"card-bottom"
>
<div
class=
"title"
>
{{
course
.
lessonName
}}
</div>
<div
class=
"title"
>
{{
course
.
lessonName
}}
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
:class=
"'price price-' + (course.lessonPrice ? 'charge' : 'free')"
>
<!--
<div
:class=
"'price price-' + (course.lessonPrice ? 'charge' : 'free')"
>
--
>
{{
<!--
{{
-->
formatPrice
(
course
.
lessonPrice
)
<!--
formatPrice
(
course
.
lessonPrice
)
-->
}}
<!--
}}
-->
</div
>
<!--
</div>
--
>
<div
class=
"follow"
>
<div
class=
"follow"
>
<div
class=
"icon"
>
<div
class=
"icon"
>
<el-image
<el-image
...
@@ -192,11 +192,11 @@
...
@@ -192,11 +192,11 @@
<div
class=
"card-bottom"
>
<div
class=
"card-bottom"
>
<div
class=
"title"
>
{{
course
.
lessonName
}}
</div>
<div
class=
"title"
>
{{
course
.
lessonName
}}
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
:class=
"'price price-' + (course.lessonPrice ? 'charge' : 'free')"
>
<!--
<div
:class=
"'price price-' + (course.lessonPrice ? 'charge' : 'free')"
>
--
>
{{
<!--
{{
-->
formatPrice
(
course
.
lessonPrice
)
<!--
formatPrice
(
course
.
lessonPrice
)
-->
}}
<!--
}}
-->
</div
>
<!--
</div>
--
>
<div
class=
"follow"
>
<div
class=
"follow"
>
<div
class=
"icon"
>
<div
class=
"icon"
>
<el-image
<el-image
...
@@ -619,10 +619,6 @@ export default {
...
@@ -619,10 +619,6 @@ export default {
// //background-image: url("../../assets/image/kezi_bg.png");
// //background-image: url("../../assets/image/kezi_bg.png");
//}
//}
.field-content
{
width
:
1200px
;
height
:
670px
;
}
.expert-conteny
{
.expert-conteny
{
background-image
:
url("../../assets/image/kezi_bg.png")
;
background-image
:
url("../../assets/image/kezi_bg.png")
;
}
}
...
...
src/views/learningPlatform/index.vue
View file @
316b24f1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<div
class=
"learningPlatform_title"
>
学习平台架构
</div>
<div
class=
"learningPlatform_title"
>
学习平台架构
</div>
<div
class=
"learningPlatform_titleDivider"
>
<el-divider
/></div>
<div
class=
"learningPlatform_titleDivider"
>
<el-divider
/></div>
<div
class=
"learningPlatform_content"
>
<div
class=
"learningPlatform_content"
>
<img
class=
"el-image"
:src=
"require('@/assets/image/group
New
.png')"
>
<img
class=
"el-image"
:src=
"require('@/assets/image/group.png')"
>
</div>
</div>
</div>
</div>
<!-- 丰富运营功能 -->
<!-- 丰富运营功能 -->
...
@@ -458,13 +458,13 @@ export default {
...
@@ -458,13 +458,13 @@ export default {
.learningPlatform_content
{
.learningPlatform_content
{
width
:
1920px
;
width
:
1920px
;
height
:
57
3px
;
height
:
86
3px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
.el-image
{
.el-image
{
width
:
120
0
px
;
width
:
120
1
px
;
height
:
503
px
;
height
:
799
px
;
}
}
}
}
.learningPlatform_content2
{
.learningPlatform_content2
{
...
...
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