Ver Fonte

feat: 修改

year há 1 mês atrás
pai
commit
72a473dfba

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/_home/HomeTabs.tsx

@@ -93,7 +93,7 @@ const TabItem = ({
     // const cls2 = clsx("iconfont text-[.34rem]", `icon-${item.icon}`);
 
     const rootCls = clsx(
-        "relative flex flex-1 cursor-pointer rounded-[.1rem] pt-[.1rem] pb-[.04rem] items-center flex-col bg-[#2b353f]",
+        "relative aspect-square flex cursor-pointer rounded-[.1rem] pt-[.1rem] items-center justify-center flex-col bg-[#2b353f]",
         active ? "text-[#d0f5fb]" : "text-[#d0f5fb]"
     );
 

+ 3 - 3
src/app/[locale]/(TabBar)/profile/ProfileHeader.tsx

@@ -305,7 +305,7 @@ const NoBounsWarn = ({ visible, onClose, onConfirm }: any) => {
     return (
         <Mask visible={visible} onMaskClick={doClose}>
             <div className="absolute left-[50%] top-[40%] w-[80%] translate-x-[-50%]">
-                <div className="relative rounded-[.1rem] border-[1px] border-[#e541ff] bg-gradient-to-b from-[#254cc5] to-[#4b179a] px-[.15rem] pb-[.15rem] pt-[0px] shadow-[0_-10px_15px_#7619b6_inset]">
+                <div className="relative rounded-[.1rem] bg-[#1f2830] px-[.15rem] pb-[.15rem] pt-[0px]">
                     <div className="h-[.5rem] text-center">
                         <img
                             src="/warn_top.png"
@@ -320,13 +320,13 @@ const NoBounsWarn = ({ visible, onClose, onConfirm }: any) => {
                     <div className="mt-[.2rem] flex items-center justify-between px-[.1rem]">
                         <button
                             onClick={doConfirm}
-                            className="mr-[.1rem] h-[.35rem] flex-1 rounded-[60px] border border-[#e746ff] bg-[#703dc3] text-[.14rem] font-bold text-[#00f6ff] shadow-[0_10px_5px_#8f42d2_inset]"
+                            className="mr-[.1rem] h-[.35rem] flex-1 rounded-[60px] bg-[#11de68] text-[.14rem] font-bold text-[#12171a]"
                         >
                             A certeza
                         </button>
                         <button
                             onClick={doClose}
-                            className="h-[.35rem] flex-1 rounded-[60px] border border-[#46e3ff] bg-[#6c3bc1] text-[.14rem] font-bold text-[#00f6ff] shadow-[0_-10px_5px_#4d4ebf_inset]"
+                            className="h-[.35rem] flex-1 rounded-[60px] bg-[#ebc71f] text-[.14rem] font-bold text-[#12171a]"
                         >
                             Cancelar
                         </button>

+ 1 - 1
src/app/[locale]/(navbar)/gameList2/Left.tsx

@@ -67,7 +67,7 @@ const Left: React.FC<Props> = ({ actId, onChage, onInit }) => {
             onChage(item.id);
         }
     };
-
+    if (!providers?.length) return null;
     return (
         <div className={styles.left}>
             {providers.map((item) => {

+ 2 - 3
src/components/Layout/style.module.scss

@@ -19,8 +19,7 @@
     border-radius: 0.06rem;
     cursor: pointer;
     img {
-        display: inline-block;
-        height: 0.34rem;
+        height: 50%;
     }
 }
 .sideTitle {
@@ -72,7 +71,7 @@
 .signalItem {
     display: flex;
     align-items: center;
-    margin: 0.1rem 0 0 0;
+    margin: 0.15rem 0 0 0;
     cursor: pointer;
     img {
         width: 0.26rem;

+ 1 - 1
src/components/Manufacturer/style.module.scss

@@ -44,7 +44,7 @@
         // width: 0.5rem;
         // position: relative;
         // top: 0.04rem;
-        height: 0.34rem;
+        height: 50%;
     }
     .providerText {
         position: relative;