mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改图片大小,背景图片
This commit is contained in:
BIN
public/images/qualityBg.png
Normal file
BIN
public/images/qualityBg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
@@ -166,7 +166,7 @@
|
|||||||
<!-- <span class="modules-text" style="color: #3D86F4;">精品课</span> -->
|
<!-- <span class="modules-text" style="color: #3D86F4;">精品课</span> -->
|
||||||
<span class="quyer-tag" style="margin-left: 0px;">
|
<span class="quyer-tag" style="margin-left: 0px;">
|
||||||
<!-- <img src="../assets/images/tutoring1.pn" alt=""> -->
|
<!-- <img src="../assets/images/tutoring1.pn" alt=""> -->
|
||||||
<img class="modules-text" style="height: 24px;" src="../assets/images/course/courseTitle.png" alt="">
|
<img class="modules-text" style="height: 28px;" src="../assets/images/course/courseTitle.png" alt="">
|
||||||
</span>
|
</span>
|
||||||
<span class="more">
|
<span class="more">
|
||||||
<router-link to="/qualityCourse">查看更多>></router-link>
|
<router-link to="/qualityCourse">查看更多>></router-link>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<div class="course-title-style">
|
<div class="course-title-style">
|
||||||
<div class="imgTilte">
|
<div class="imgTilte">
|
||||||
<div>精品课程</div>
|
<div>精品课程</div>
|
||||||
<div>COURSE</div>
|
<!-- <div>COURSE</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="course-list">
|
<div class="course-list">
|
||||||
@@ -1433,7 +1433,7 @@ export default {
|
|||||||
.course-title-style {
|
.course-title-style {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-image: url('../../../../public/images/courseBg.png');
|
background-image: url('../../../../public/images/qualityBg.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1441,19 +1441,19 @@ export default {
|
|||||||
|
|
||||||
.imgTilte {
|
.imgTilte {
|
||||||
|
|
||||||
& div:first-child {
|
div {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
& div:last-child {
|
// & div:last-child {
|
||||||
padding-left: 40px;
|
// padding-left: 40px;
|
||||||
font-size: 20px;
|
// font-size: 20px;
|
||||||
color: #FFFFFF;
|
// color: #FFFFFF;
|
||||||
opacity: .5;
|
// opacity: .5;
|
||||||
font-family: ArialMT !important;
|
// font-family: ArialMT !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user