lex 1 anno fa
parent
commit
2ac6f5b5c3

BIN
src/views/creation/images/video-bg.png


+ 3 - 3
src/views/creation/index.module.less

@@ -199,7 +199,7 @@
     --van-slider-button-width: 13px !important;
     --van-slider-button-height: 13px !important;
     --van-slider-inactive-background: #fff;
-    --van-slider-active-background: #269EFE !important;
+    --van-slider-active-background: #FF8057 !important;
 
     :global {
 
@@ -421,7 +421,7 @@
   .btnEdit {
     font-size: 14px;
     font-weight: 500;
-    background: linear-gradient(135deg, #19F1E1 0%, #0094FF 100%);
+    background: #FF8057;
     color: #FFFFFF;
     line-height: 22px;
     min-width: 80px;
@@ -457,7 +457,7 @@
 
         &:last-child {
           margin-left: 10px;
-          background: linear-gradient(to right, #5BECFF, #259CFE);
+          background: #FF8057;
           border: none;
         }
       }

+ 1 - 1
src/views/creation/index.tsx

@@ -219,7 +219,7 @@ export default defineComponent({
           showDialog({
             message: res.message,
             theme: 'round-button',
-            confirmButtonColor: 'linear-gradient(73deg, #5BECFF 0%, #259CFE 100%)'
+            confirmButtonColor: '#FF8057'
           }).then(() => {
             if (browser().isApp) {
               postMessage({

BIN
src/views/creation/share-model/images/icon-logo.png


BIN
src/views/creation/share-model/images/share-bg.png


+ 3 - 3
src/views/creation/share-model/index.module.less

@@ -19,7 +19,7 @@
     padding-top: 54px;
     padding-left: 14px;
     color: #FFFFFF;
-    text-shadow: 0px 2px 4px #3681FF;
+    text-shadow: 0px 2px 4px #DC6236;
     width: 170px;
 
     .large {
@@ -108,7 +108,7 @@
     padding: 3px;
     border-radius: 4px;
     // opacity: 0.53;
-    border: 1px solid rgba(37, 156, 254, 1);
+    border: 1px solid #FF8057;
     // border-image: linear-gradient(130deg, rgba(37, 156, 254, 1), rgba(68, 201, 255, 1)) 1 1;
     flex-shrink: 0;
     overflow: hidden;
@@ -143,7 +143,7 @@
     }
 
     .iconLogo {
-      width: 102px;
+      width: 76px;
       height: 20px;
       margin: 12px 0 4px;
     }