newcebg
This commit is contained in:
parent
785bd8cd1a
commit
b453282b94
@ -158,7 +158,6 @@ function handleScroll() {
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
top: -750px;
|
||||
// padding-top: 40px;
|
||||
text-align: center;
|
||||
font-size: 190px;
|
||||
font-family: "Big John";
|
||||
@ -166,8 +165,7 @@ function handleScroll() {
|
||||
line-height: 30px;
|
||||
opacity: 0.3;
|
||||
z-index: 1;
|
||||
// transform: translate(-50%, -50%);
|
||||
// transform: translateZ(-3px);
|
||||
|
||||
}
|
||||
.content {
|
||||
width: 1440px;
|
||||
@ -210,7 +208,6 @@ function handleScroll() {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
// border: 1px solid #333;
|
||||
overflow: hidden;
|
||||
transition: background-image 0.3s ease-in-out;
|
||||
}
|
||||
|
@ -22,9 +22,7 @@ const props = defineProps([
|
||||
"getTabIcon",
|
||||
]);
|
||||
const emit = defineEmits(["getTabIcon", "handactiveTab"]);
|
||||
// function getTabIcon(index) {
|
||||
// emit("handactiveTab", index);
|
||||
// }
|
||||
|
||||
function handactiveTab(index) {
|
||||
emit("handactiveTab", index);
|
||||
}
|
||||
|
@ -163,8 +163,6 @@ function handleScroll() {
|
||||
top: -85px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
|
||||
// line-height: 30px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
@ -193,10 +191,7 @@ function handleScroll() {
|
||||
padding-bottom: 168px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
// align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
// justify-content: space-between;
|
||||
position: relative;
|
||||
.what-content {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user