mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +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="quyer-tag" style="margin-left: 0px;">
|
||||
<!-- <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 class="more">
|
||||
<router-link to="/qualityCourse">查看更多>></router-link>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<div class="course-title-style">
|
||||
<div class="imgTilte">
|
||||
<div>精品课程</div>
|
||||
<div>COURSE</div>
|
||||
<!-- <div>COURSE</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="course-list">
|
||||
@@ -1433,7 +1433,7 @@ export default {
|
||||
.course-title-style {
|
||||
position: relative;
|
||||
height: 100px;
|
||||
background-image: url('../../../../public/images/courseBg.png');
|
||||
background-image: url('../../../../public/images/qualityBg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
@@ -1441,19 +1441,19 @@ export default {
|
||||
|
||||
.imgTilte {
|
||||
|
||||
& div:first-child {
|
||||
div {
|
||||
padding-left: 40px;
|
||||
font-size: 30px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
& div:last-child {
|
||||
padding-left: 40px;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
opacity: .5;
|
||||
font-family: ArialMT !important;
|
||||
}
|
||||
// & div:last-child {
|
||||
// padding-left: 40px;
|
||||
// font-size: 20px;
|
||||
// color: #FFFFFF;
|
||||
// opacity: .5;
|
||||
// font-family: ArialMT !important;
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user