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:
@@ -105,10 +105,10 @@ export default {
|
||||
|
||||
.opinionBanner {
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
height: 180px;
|
||||
position: relative;
|
||||
background: url('../../assets/images/grateful/opinionBanner.png');
|
||||
// background-size: 100% 100%;
|
||||
background: url('../../assets/images/grateful/opinionBanner.png') center center no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
&::before {
|
||||
content: url(../../assets/images//grateful/logo.png);
|
||||
@@ -118,13 +118,13 @@ export default {
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '认证讲师库(2023)';
|
||||
content: '认证讲师库(2023)';
|
||||
position: absolute;
|
||||
bottom: 25px;
|
||||
left: 180px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
font-size: 64px;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user