Browse Source

feat: 修改

year 2 days ago
parent
commit
16f505a639

File diff suppressed because it is too large
+ 0 - 0
public/iconfont.js


File diff suppressed because it is too large
+ 0 - 0
public_original/iconfont.js


+ 0 - 0
src/app/[locale]/(doings)/rank/layout.tsx → src/app/[locale]/(TabBar)/rank/layout.tsx


+ 5 - 6
src/app/[locale]/(doings)/rank/page.module.scss → src/app/[locale]/(TabBar)/rank/page.module.scss

@@ -29,11 +29,11 @@
     :global(.adm-tabs-tab) {
         margin-left: 0 !important;
         margin-right: 0 !important;
-        padding-top: 4px !important;
-        padding-bottom: 4px !important;
+        padding-top: 0.06rem !important;
+        padding-bottom: 0.06rem !important;
         width: 100% !important;
         text-align: center;
-        font-size: 12px !important;
+        font-size: 0.13rem !important;
         color: var(--textColor1) !important;
     }
     // :global(.adm-tabs-tab[aria-selected="true"]) {
@@ -49,8 +49,7 @@
         border-radius: 0.1rem 0.1rem 0 0;
         z-index: 1 !important;
         background: linear-gradient(to bottom, var(--gradient-left4) 10%, var(--gradient-right4));
-        border: 2px solid var(--primary-button);
-
+        border: 0.03rem solid var(--primary-button);
         pointer-events: none;
     }
     :global(.adm-tabs-content) {
@@ -93,7 +92,7 @@
         border-radius: 0.1rem;
         z-index: 1 !important;
         background: linear-gradient(180deg, var(--primary3) 1%, var(--primary3));
-        border: 1px solid var(--primary-button);
+        border: 0.02rem solid var(--primary-button);
 
         pointer-events: none;
     }

+ 13 - 8
src/app/[locale]/(doings)/rank/page.tsx → src/app/[locale]/(TabBar)/rank/page.tsx

@@ -76,11 +76,11 @@ const Page = () => {
                 name: (
                     <div className="flex items-center justify-center">
                         <img
-                            className="pic needsclick relative z-[-1] w-[46px]"
+                            className="pic needsclick relative z-[-1] mr-[.04rem] h-[.4rem]"
                             src={curSource?.img}
                             alt=""
                         />
-                        <div className="needsclick relative w-[80px] whitespace-normal break-all text-center text-[12px] font-black leading-[1]">
+                        <div className="needsclick relative w-[.8rem] whitespace-normal break-all text-center text-[.12rem] font-black leading-[1.1]">
                             {curSource.text}
                         </div>
                     </div>
@@ -101,9 +101,9 @@ const Page = () => {
                 name: (
                     <div className="flex flex-col items-center justify-center">
                         <div className="text-[14px] font-black leading-[1]">{curType.text}</div>
-                        <div className="flex flex-row items-center justify-center gap-[5px] text-[12px] text-[var(--primary-button)]">
+                        <div className="flex flex-row items-center justify-center gap-[5px] text-[.12rem] text-[var(--primary-button)]">
                             <i className="iconfont icon-daojishi-hui !text-[13px]"></i>
-                            <div className="countdownTimer needsclick flex flex-row items-center justify-center gap-[1px]">
+                            <div className="countdownTimer needsclick flex flex-row items-center justify-center">
                                 <CutDown
                                     endTime={(curData?.end_time * 1000 - Date.now()) / 1000}
                                     itemStyle={{
@@ -245,7 +245,7 @@ const Page = () => {
                                     <img
                                         src="/rank/H7_jackpot_jiangbei_icon.webp"
                                         alt=""
-                                        className="w-[100px]"
+                                        className="w-[1rem]"
                                     />
                                     <div className="flex flex-1 flex-col justify-between leading-[1]">
                                         <div className="flex items-center">
@@ -296,7 +296,12 @@ const Page = () => {
                                             </div>
                                             <div>Apostas: 0</div>
                                         </div>
-                                        <CustomButton className="!px-[.1rem] !py-[.08rem]">
+                                        <CustomButton
+                                            className="!px-[.12rem] !py-[.06rem] !text-[.12rem] !font-normal"
+                                            onClick={() => {
+                                                router.replace("/");
+                                            }}
+                                        >
                                             Aposte
                                         </CustomButton>
                                     </div>
@@ -335,7 +340,7 @@ const Page = () => {
                                         className={styles.agentBtn}
                                         onClick={() =>
                                             router.push(
-                                                `/rank/history?source=${currentSource.source}`
+                                                `/ranking/history?source=${currentSource.source}`
                                             )
                                         }
                                     >
@@ -346,7 +351,7 @@ const Page = () => {
                                     </CustomButton>
                                     <CustomButton
                                         className={styles.agentBtn}
-                                        onClick={() => router.push("/rank/rules")}
+                                        onClick={() => router.push("/ranking/rules")}
                                     >
                                         <i className="iconfont icon-wenjian mr-[.1rem] scale-[1.4] transform text-[var(--primary-button)]"></i>
                                         <span className="text-[var(--textColor1)]">Regras</span>

+ 0 - 0
src/app/[locale]/(doings)/rank/history/page.module.scss → src/app/[locale]/(doings)/ranking/history/page.module.scss


+ 0 - 0
src/app/[locale]/(doings)/rank/history/page.tsx → src/app/[locale]/(doings)/ranking/history/page.tsx


+ 5 - 0
src/app/[locale]/(doings)/ranking/layout.tsx

@@ -0,0 +1,5 @@
+import { ReactNode } from "react";
+
+export default async function Layout({ children, params }: { children: ReactNode; params: any }) {
+    return children;
+}

+ 0 - 0
src/app/[locale]/(doings)/rank/rules/page.module.scss → src/app/[locale]/(doings)/ranking/rules/page.module.scss


+ 0 - 0
src/app/[locale]/(doings)/rank/rules/page.tsx → src/app/[locale]/(doings)/ranking/rules/page.tsx


+ 7 - 3
src/styles/iconfont/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
   font-family: "iconfont"; /* Project id 4978020 */
-  src: url('iconfont.woff2?t=1753870284927') format('woff2'),
-       url('iconfont.woff?t=1753870284927') format('woff'),
-       url('iconfont.ttf?t=1753870284927') format('truetype');
+  src: url('iconfont.woff2?t=1754892215743') format('woff2'),
+       url('iconfont.woff?t=1754892215743') format('woff'),
+       url('iconfont.ttf?t=1754892215743') format('truetype');
 }
 
 .iconfont {
@@ -13,6 +13,10 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-bianzu16:before {
+  content: "\e610";
+}
+
 .icon-jiangbei:before {
   content: "\e6b8";
 }

BIN
src/styles/iconfont/iconfont.ttf


BIN
src/styles/iconfont/iconfont.woff


BIN
src/styles/iconfont/iconfont.woff2


+ 71 - 3
src/styles/iconfontPro/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
   font-family: "pro-iconfont"; /* Project id 4633873 */
-  src: url('iconfont.woff2?t=1723096232349') format('woff2'),
-       url('iconfont.woff?t=1723096232349') format('woff'),
-       url('iconfont.ttf?t=1723096232349') format('truetype');
+  src: url('iconfont.woff2?t=1754893005515') format('woff2'),
+       url('iconfont.woff?t=1754893005515') format('woff'),
+       url('iconfont.ttf?t=1754893005515') format('truetype');
 }
 
 .pro-iconfont {
@@ -13,6 +13,74 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.pro-BNG1:before {
+  content: "\e6b5";
+}
+
+.pro-JILI1:before {
+  content: "\e6bf";
+}
+
+.pro-SPRIBE:before {
+  content: "\e6be";
+}
+
+.pro-bcwin:before {
+  content: "\e6bd";
+}
+
+.pro-JDB2:before {
+  content: "\e6b3";
+}
+
+.pro-cq9:before {
+  content: "\e6b4";
+}
+
+.pro-Pateplay:before {
+  content: "\e6b6";
+}
+
+.pro-FC:before {
+  content: "\e6b8";
+}
+
+.pro-Novo:before {
+  content: "\e6b9";
+}
+
+.pro-JDB:before {
+  content: "\e6ba";
+}
+
+.pro-hacksaw:before {
+  content: "\e6bb";
+}
+
+.pro-evolution:before {
+  content: "\e6bc";
+}
+
+.pro-PG:before {
+  content: "\e6af";
+}
+
+.pro-PP:before {
+  content: "\e6b1";
+}
+
+.pro-huanchong:before {
+  content: "\e877";
+}
+
+.pro-huanchong1:before {
+  content: "\e640";
+}
+
+.pro-qianbao3:before {
+  content: "\e614";
+}
+
 .pro-niuyouguo:before {
   content: "\e62a";
 }

BIN
src/styles/iconfontPro/iconfont.ttf


BIN
src/styles/iconfontPro/iconfont.woff


BIN
src/styles/iconfontPro/iconfont.woff2


Some files were not shown because too many files changed in this diff