mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
修改图片大小,背景图片
This commit is contained in:
@@ -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