|
|
@@ -16,7 +16,7 @@
|
|
|
<img v-else :src="imageEmpty" width="100%" height="200px" />
|
|
|
</div>
|
|
|
<div class="AIVerify">
|
|
|
- <span style="color: red">{{ contentMessage }}</span>
|
|
|
+ <span>{{ contentMessage }}</span>
|
|
|
</div>
|
|
|
<template v-if="shotsNum >= maxNum">
|
|
|
<div class="feedbackMessage">
|
|
|
@@ -85,7 +85,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="AIVerify">
|
|
|
- <span style="color: red">{{ contentMessage }}</span>
|
|
|
+ <span>{{ contentMessage }}</span>
|
|
|
</div>
|
|
|
<div class="feedbackMessage">
|
|
|
<div class="label">若图像识别不正确,可在此反馈:</div>
|
|
|
@@ -305,7 +305,7 @@ export default {
|
|
|
}
|
|
|
.AIVerify {
|
|
|
padding: 6px 0;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 30px;
|
|
|
/* color: red; */
|
|
|
text-align: center;
|
|
|
/* border-top: 1px solid #cfcfcf; */
|
|
|
@@ -322,6 +322,11 @@ export default {
|
|
|
width: 8px;
|
|
|
display: inline-block;
|
|
|
line-height: 26px;
|
|
|
+ width: 40%;
|
|
|
+ margin-top: 45px 0;
|
|
|
+ span {
|
|
|
+ color: #9e0202;
|
|
|
+ }
|
|
|
}
|
|
|
.photoAIVerify {
|
|
|
/*margin-top: 9px;*/
|
|
|
@@ -367,11 +372,18 @@ export default {
|
|
|
color: #fff;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 6px;
|
|
|
- flex: 1;
|
|
|
+ /* flex: 1; */
|
|
|
}
|
|
|
.confirmUploadAIVerify {
|
|
|
- background-color: #0057ba;
|
|
|
- padding: 8px 0;
|
|
|
+ /* background-color: #0057ba;
|
|
|
+ padding: 8px 0; */
|
|
|
+ width: 298px;
|
|
|
+ height: 68px;
|
|
|
+ background-image: linear-gradient(180deg, #ffa1a1 0%, #f6695f 35%, #ed301d 100%),
|
|
|
+ linear-gradient(#aed0f9, #aed0f9);
|
|
|
+ background-blend-mode: normal, normal;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(183, 30, 14, 0.35);
|
|
|
+ /* border-radius: 10px; */
|
|
|
}
|
|
|
.changeImageAIVerify {
|
|
|
background-color: #81b337;
|