![]()
@@ -128,28 +133,46 @@ defineExpose({})
--header-title-height: 12rem !important;
}
.homeNavPage{
- > .title{
- padding: 0 8.4rem;
- font-family: satoshiBold;
- font-weight: 700;
- margin-top: 6.8rem;
- font-size: 9.6rem;
- line-height: 124%;
- background: #B3B3B3;
- background: linear-gradient(120deg, #b3b3b3 1%, rgba(0, 0, 0, 0) 48%), linear-gradient(
- 344deg, #B3B3B2 16%, #000000 66%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- background-clip: text;
+ > .shadow{
+ position: absolute;
+ width: 91rem;
+ height: 92rem;
+ background: linear-gradient(88.42deg, #FFFFFF 32.58%, #D9D9D9 94.9%);
+ transform: rotate(312deg);
+ &.top{
+ top: -20%;
+ right: -20%;
+ }
+ &.bottom{
+ bottom: -30%;
+ left: -20%;
+ transform: rotate(134deg);
+ }
}
- > .navBox{
- > .navTitle{
- padding: 0 8.4rem;
+ > .titleBox{
+ padding-left: 7.9rem;
+ margin-top: 13.4rem;
+ margin-bottom: 11.2rem;
+ > div{
+ background: linear-gradient(120deg, #b3b3b3 1%, rgba(0, 0, 0, 0) 48%), linear-gradient(
+ 344deg, #B3B3B2 16%, #000000 66%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ background-clip: text;
+ }
+ > .title{
font-family: satoshiBold;
font-weight: 700;
- font-size: 5.2rem;
- margin: 6.3rem 0;
+ font-size: 10rem;
+ line-height: 124%;
}
+ > .info{
+ margin-top: 4.7rem;
+ font-size: 4rem;
+ font-family: satoshiRegular;
+ }
+ }
+ > .navBox{
> .navList{
display: flex;
flex-wrap: wrap;
diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue
index 20f3143..b45e502 100644
--- a/src/views/Workshop/product.vue
+++ b/src/views/Workshop/product.vue
@@ -32,7 +32,8 @@ const feedbackForm = ref({
const onContinue = ()=>{
- router.push('uploadFace')
+ const query = router.currentRoute.value.query
+ router.push({ path: 'uploadFace', query: {...query} })
}
const changeModel = ()=>{
@@ -124,7 +125,6 @@ defineExpose({})
const { isLoading } = toRefs(data);
-
@@ -155,7 +155,6 @@ const { isLoading } = toRefs(data);
-
@@ -181,7 +180,6 @@ const { isLoading } = toRefs(data);
-