头部案例标题
This commit is contained in:
parent
98907595f6
commit
fd818a26ed
|
|
@ -193,7 +193,7 @@ onMounted(async () => {
|
||||||
.top-container {
|
.top-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88px;
|
height: 88px;
|
||||||
background-image: url(@/assets/images/groupEvolution/title/page-title.png);
|
background-image: url(@/assets/images/groupEvolution/page-title.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);
|
fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%);
|
||||||
|
|
|
||||||
|
|
@ -303,6 +303,9 @@ const onSetTransition = (swiper, duration) => {
|
||||||
font-style: Regular;
|
font-style: Regular;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-shadow:
|
||||||
|
0 0 23px rgba(8, 105, 160, 0.82),
|
||||||
|
2px 4px 4px rgba(9, 18, 26, 0.26);
|
||||||
}
|
}
|
||||||
.nav-name-next {
|
.nav-name-next {
|
||||||
/* 移除绝对定位 */
|
/* 移除绝对定位 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user