add white bg

This commit is contained in:
scout 2025-02-24 09:17:48 +08:00
parent 47690f7648
commit 5dfeb5dacb
8 changed files with 24 additions and 16 deletions

View File

@ -434,7 +434,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -444,7 +444,8 @@ onUnmounted(() => {
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -434,7 +434,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -444,7 +444,8 @@ onUnmounted(() => {
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -583,7 +583,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -593,7 +593,8 @@ onUnmounted(() => {
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -583,7 +583,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -593,7 +593,8 @@ onUnmounted(() => {
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -363,7 +363,7 @@ onUnmounted(() => {});
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -373,7 +373,8 @@ onUnmounted(() => {});
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -363,7 +363,7 @@ onUnmounted(() => {});
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -373,7 +373,8 @@ onUnmounted(() => {});
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -678,7 +678,7 @@ watch(
<style scoped lang="scss">
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -688,7 +688,8 @@ watch(
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {

View File

@ -678,7 +678,7 @@ watch(
<style scoped lang="scss">
.header {
width: 100%;
height: 55px;
height: 65px;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -688,7 +688,8 @@ watch(
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
background-color: #ffffff;
padding-bottom: 10px;
}
.logo {