liyongli 6 月之前
父節點
當前提交
187edd6992
共有 4 個文件被更改,包括 219 次插入958 次删除
  1. 203 942
      pnpm-lock.yaml
  2. 二進制
      src/view/finance2023/img/bg2023.jpg
  3. 二進制
      src/view/finance2023/img/mainbg.png
  4. 16 16
      src/view/finance2023/index.vue

文件差異過大導致無法顯示
+ 203 - 942
pnpm-lock.yaml


二進制
src/view/finance2023/img/bg2023.jpg


二進制
src/view/finance2023/img/mainbg.png


+ 16 - 16
src/view/finance2023/index.vue

@@ -50,8 +50,8 @@
         class="inset"
         :style="{
           background: !look_more
-            ? 'linear-gradient(#f8eac300, #f8eac3 45%)'
-            : '#f8eac300',
+            ? 'linear-gradient(#489aff00, #489aff 45%)'
+            : '#489aff00',
         }"
       >
         <div class="bottom_set">
@@ -66,11 +66,11 @@
               height="16"
             >
               <path
-                fill="#986c3d"
+                fill="#ffffff"
                 d="M486.4 537.6C492.8 544 505.6 544 512 544s19.2 0 25.6-6.4l224-224c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L512 467.2 313.6 262.4C300.8 256 275.2 256 262.4 262.4S256 300.8 262.4 313.6L486.4 537.6z"
               ></path>
               <path
-                fill="#986c3d"
+                fill="#ffffff"
                 d="M710.4 486.4 512 691.2 313.6 486.4c-12.8-12.8-32-12.8-44.8 0S256 524.8 262.4 537.6l224 224C492.8 768 505.6 768 512 768s19.2 0 25.6-6.4l224-224c12.8-12.8 12.8-32 0-44.8S723.2 480 710.4 486.4z"
               ></path>
             </svg>
@@ -90,11 +90,11 @@
               height="16"
             >
               <path
-                fill="#986c3d"
+                fill="#489aff"
                 d="M486.4 537.6C492.8 544 505.6 544 512 544s19.2 0 25.6-6.4l224-224c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L512 467.2 313.6 262.4C300.8 256 275.2 256 262.4 262.4S256 300.8 262.4 313.6L486.4 537.6z"
               ></path>
               <path
-                fill="#986c3d"
+                fill="#489aff"
                 d="M710.4 486.4 512 691.2 313.6 486.4c-12.8-12.8-32-12.8-44.8 0S256 524.8 262.4 537.6l224 224C492.8 768 505.6 768 512 768s19.2 0 25.6-6.4l224-224c12.8-12.8 12.8-32 0-44.8S723.2 480 710.4 486.4z"
               ></path>
             </svg>
@@ -203,22 +203,22 @@ const canvas_init = (uname, num) => {
     if (!d2) d2 = canvas.getContext('2d');
     img.onload = () => {
       d2.drawImage(img, 0, 0, 750, 1334);
-      let line1 = [100, 250];
+      let line1 = [140, 300];
       let fontsize = '30px';
       d2.font = fontsize + ' 微软雅黑';
       d2.fillStyle = '#ffffff';
       d2.fillText('您是第', line1[0], line1[1]);
       d2.font = '50px 微软雅黑';
       d2.fillStyle = '#ffffff';
-      d2.fillText(uname, line1[0], 190);
-      d2.font = 'blod 50px 微软雅黑';
+    //   d2.fillText(uname, line1[0], 190);
+    //   d2.font = 'blod 50px 微软雅黑';
       d2.fillStyle = '#fb0301';
-      d2.fillText(num, 200, line1[1]);
+      d2.fillText(num, 230, line1[1] + 5);
       d2.font = fontsize + ' 微软雅黑';
       d2.fillStyle = '#ffffff';
       d2.fillText(
         '个参与本次活动的人',
-        line1[0] + 114 + num.toString().length * 30,
+        line1[0] + 94 + num.toString().length * 30,
         line1[1]
       );
       resolve();
@@ -304,7 +304,7 @@ setInterval(() => {
   overflow: auto;
   font-weight: 400;
   padding-bottom: 1em;
-  background-color: #e8bd88;
+  background-color: #489aff;
 }
 
 .finance2023 .imgbtn {
@@ -359,10 +359,10 @@ setInterval(() => {
   transform: translate(-50%, -50%);
   width: 7rem;
   height: 2rem;
-  color: #666;
+  color: #fff;
   text-align: center;
   line-height: calc(2rem - 8px);
-  background-color: #eeac65;
+  background-color: #489aff;
   border-radius: 5px;
   padding: 3px;
   box-shadow: 0 0 5px;
@@ -374,11 +374,11 @@ setInterval(() => {
 .finance2023 .main .line_title {
   margin-top: -2em;
   text-align: center;
-  color: #986c3d;
+  color: #ffffff;
 }
 .finance2023 .users {
   text-align: right;
-  color: #986c3d;
+  color: #103a6e;
   position: absolute;
   width: 90%;
   top: 5.5vh;

部分文件因文件數量過多而無法顯示