کامپوننت شارژ حساب ساخته شد

main
Pedram Keshavarzi 3 years ago
parent dc650ecd9d
commit 9cee10912a
  1. 3
      src/view/LoginSignUp/index.js
  2. 25
      src/view/services/index.js

@ -424,8 +424,7 @@ const LoginSignUp = ({ activeLogin,
onClick={(e) => {
checkOtp(e)
activeLogin()
}}
>

@ -412,6 +412,31 @@ const Services = ({
/>
</Link>
))}
{
gameId == 6 &&
<div className="w-3/4 p-8 flex mt-10 justify-between items-center border-2 rounded-xl border-red52 " >
<div className="w-1/5">
<h1 className="text-red26 font-bold">افزایش مبلغ دلخواه</h1>
<p className="text-red26 text-sm">لطفا مبلغ دلخواه خود را در کادر روبرو وارد کنید</p>
</div>
<div className="flex">
<input
placeholder="12,000,000"
className="border border-red52 rounded-lg h-12 w-36 text-center rounded-l-none border-l-0 px-4 outline-none"
/><p className="border flex justify-center items-center border-red52 rounded-lg h-12 w-12 text-center rounded-r-none border-r-0 px-4">ریال</p>
</div>
<div className="flex">
<p className="border flex justify-center items-center border-red52 rounded-lg h-12 w-12 text-center rounded-l-none border-l-0 px-10">بابت</p>
<input
placeholder="شارژ حساب"
className="border border-red52 rounded-lg h-12 w-60 text-center rounded-r-none border-r-0 px-4 outline-none"
/>
</div>
<button className="cursor-pointer text-red26 border border-red52 rounded-lg bg-red82OP font-bold text-sm px-6 h-12">افزودن به اعتبار</button>
</div>
}
</div>
</div>
<div className="w-1/4 fixed left-0" style={{ height: "100vh" }}>

Loading…
Cancel
Save