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 @@