mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
Merge branch 'zcwyTeacher' into 'master'
Zcwy teacher See merge request !41
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
|||||||
|
|
||||||
.bgc {
|
.bgc {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
// font-weight: 600;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: linear-gradient(180deg,
|
background: linear-gradient(180deg,
|
||||||
rgba(56, 125, 247, 0.2) 0%,
|
rgba(56, 125, 247, 0.2) 0%,
|
||||||
@@ -118,6 +118,7 @@ export default {
|
|||||||
padding: 40px 70px;
|
padding: 40px 70px;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
font-weight: 600;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
@@ -105,10 +105,10 @@ export default {
|
|||||||
|
|
||||||
.opinionBanner {
|
.opinionBanner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 240px;
|
height: 180px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: url('../../assets/images/grateful/opinionBanner.png');
|
background: url('../../assets/images/grateful/opinionBanner.png') center center no-repeat;
|
||||||
// background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: url(../../assets/images//grateful/logo.png);
|
content: url(../../assets/images//grateful/logo.png);
|
||||||
@@ -118,13 +118,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '认证讲师库(2023)';
|
content: '认证讲师库(2023)';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
left: 180px;
|
left: 180px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 64px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ export default {
|
|||||||
|
|
||||||
.grateful {
|
.grateful {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user