提交修改

This commit is contained in:
X1627315083
2025-06-03 14:57:18 +08:00
parent 9fc2bcaedf
commit 87a08f5f8f
54 changed files with 1669 additions and 378 deletions

View File

@@ -868,7 +868,7 @@ export default defineComponent({
cursor: pointer;
border: 0.1rem solid #DCDCEC;
.select_upload_color{
border: 0.1rem solid #343579;
border: 0.1rem solid #000;
}
.upload_color{
width: 100%;
@@ -1391,13 +1391,13 @@ export default defineComponent({
display: inline-block;
line-height: calc(3rem*1.2);
font-size: calc(1.2rem*1.2);
color: #343579;
color: #000;
vertical-align: middle;
cursor: pointer;
.fi-br-fill{
margin-right: calc(0.5rem*1.2);
color:#343579;
color:#000;
vertical-align: middle;
}

View File

@@ -2865,7 +2865,7 @@ export default defineComponent({
width: 100%;
opacity: 0;
height: 100%;
background: #343579;
background: #000;
}
}
}

View File

@@ -188,7 +188,7 @@ export default defineComponent({
cursor: pointer;
&.select_swtich{
color: #343579;
color: #000;
}
.switch_icon{

View File

@@ -21,7 +21,7 @@
<template #suffixIcon
><span
class="icon iconfont icon-xiala"
style="color: #343579"
style="color: #000"
></span
></template>
</a-select> -->
@@ -572,7 +572,7 @@ export default defineComponent({
.check_block_body{
width: 100%;
height: 100%;
background: #343579;
background: #000;
}
}
}
@@ -695,7 +695,7 @@ export default defineComponent({
text-align: center;
margin: 0 auto;
color: #FFFFFF;
background: #343579;
background: #000;
cursor: pointer;
margin-top: calc(2rem*1.2);
}

View File

@@ -253,6 +253,7 @@ export default defineComponent({
}
.img_block_item{
margin-bottom: 1em;
// &.color_block_item{
// padding: 0 0.5rem 0 0.3rem;
// }
@@ -284,7 +285,9 @@ export default defineComponent({
}
}
&.mannquin{
> .mannquin_img_item{
}
}
.sketch_img_item{
@@ -301,8 +304,8 @@ export default defineComponent({
vertical-align: top;
}
.mannquin_img_item{
width: 6.8rem;
height: 15rem;
width: 6.8rem * 2;
height: 15rem * 2;
display: inline-block;
vertical-align: top;
}
@@ -371,7 +374,7 @@ export default defineComponent({
align-items: flex-start;
> .lager_img_item{
width: 30%;
margin-left: 2rem;
margin-left: 1rem;
height: auto;
>div{
margin-bottom: 2rem;

View File

@@ -202,7 +202,7 @@ export default defineComponent({
height: 4rem;
line-height: 4rem;
text-align: center;
background: #343579;
background: #000;
cursor: pointer;
.icon-sousuo{
@@ -276,7 +276,7 @@ export default defineComponent({
.check_block_body{
width: 100%;
height: 100%;
background: #343579;
background: #000;
}
}
}
@@ -307,7 +307,7 @@ export default defineComponent({
cursor: pointer;
&.select_item_img{
border-color: #343579;
border-color: #000;
}
.print_content_img{
@@ -361,7 +361,7 @@ export default defineComponent({
text-align: center;
margin: 0 auto;
color: #FFFFFF;
background: #343579;
background: #000;
cursor: pointer;
margin-top: 2rem;
}

View File

@@ -739,7 +739,7 @@ export default defineComponent({
.tip_content {
font-size: 1.3rem;
font-weight: bold;
color: #343579;
color: #000;
cursor: pointer;
}

View File

@@ -496,7 +496,7 @@ export default defineComponent({
.next_step_button{
padding: 0 calc(1.2rem*1.2);
height: calc(3.2rem*1.2);
background: #343579;
background: #000;
font-size: calc(1.4rem*1.2);
color: #FFFFFF;
line-height: calc(3.2rem*1.2);

View File

@@ -176,7 +176,7 @@
left: 0;
// background: rgba(0,0,0,0.4);
background-color: rgb(177 177 177);
border: 1px solid #343579;
border: 1px solid #000;
border-radius: 0.8rem;
// overflow: hidden;
z-index: 3;

View File

@@ -561,6 +561,7 @@ export default defineComponent({
.productImg_content_item_similarity{
padding-bottom: 2.4rem;
display: flex;
align-items: center;
input{
width: 5rem;
height: 5rem;

View File

@@ -6,7 +6,7 @@
:class="driverClass.class1"
@click.stop="showFileCategory(item)"
>
{{ item.category }}
{{ item.category || item?.level2TypeEnum?.value }}
<div
v-show="!isSpread"
:class="[
@@ -199,7 +199,7 @@ export default defineComponent({
left: 0;
// background: rgba(0,0,0,0.4);
background-color: rgb(177 177 177);
border: 1px solid #343579;
border: 1px solid #000;
border-radius: 0.8rem;
// overflow: hidden;
z-index: 3;