diff --git a/src/assets/icons/send_bold.svg b/src/assets/icons/send_bold.svg new file mode 100644 index 0000000..c87d205 --- /dev/null +++ b/src/assets/icons/send_bold.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/images/dressfor.png b/src/assets/images/dressfor.png new file mode 100644 index 0000000..b8db2ae Binary files /dev/null and b/src/assets/images/dressfor.png differ diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 09e84c3..104d906 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -303,6 +303,9 @@ const { isLoading } = toRefs(data); background-color: #000; } } + .btnItem .text{ + color: #000; + } } } } diff --git a/src/views/Workshop/selectStyle/index.vue b/src/views/Workshop/selectStyle/index.vue index e6a117e..665b38a 100644 --- a/src/views/Workshop/selectStyle/index.vue +++ b/src/views/Workshop/selectStyle/index.vue @@ -281,6 +281,7 @@ const { styleListVue } = toRefs(dataDom); height: 7.6rem; .text{ font-size: 3.1rem; + color: #000; font-family: satoshiMedium; } } @@ -333,6 +334,9 @@ const { styleListVue } = toRefs(dataDom); background-color: #000; } } + .btnItem .text{ + color: #000; + } } } \ No newline at end of file diff --git a/src/views/stylist/dressfor.vue b/src/views/stylist/dressfor.vue index e75eeeb..a92c566 100644 --- a/src/views/stylist/dressfor.vue +++ b/src/views/stylist/dressfor.vue @@ -4,9 +4,12 @@
-
+ +
+
@@ -32,7 +35,7 @@ />
- +
@@ -239,22 +242,9 @@ onUnmounted(() => { } } .text { - font-family: 'satoshiBold'; - font-size: 9.6rem; - text-align: center; - padding-top: 9rem; - padding-bottom: 14rem; - - font-weight: 700; - line-height: 1.12; - background: #b3b3b3; - background: radial-gradient(80.79% 50% at 50% 50%, #d1c7c2 0%, rgba(255, 255, 255, 0) 100%), - radial-gradient(99.56% 93.08% at 99.56% 93.08%, #e6e6e6 0%, #000000 100%) - /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, - linear-gradient(120.09deg, #b3b3b3 0%, rgba(255, 255, 255, 0) 35.41%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; + padding-top: 8.9rem; + padding-bottom: 7.7rem; + width: 60rem; } .chatbox { height: 9.3rem;