优化底部充值按钮样式
This commit is contained in:
parent
235dc1470f
commit
9ee79025cc
|
@ -186,17 +186,21 @@ export default function Vip() {
|
|||
<div className="flex flex-row justify-between">
|
||||
<div
|
||||
onClick={createOrder}
|
||||
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center bg-primary px-7 rounded-full"
|
||||
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center bg-primary px-6 rounded-full"
|
||||
>
|
||||
<Image src={alipay} width={22} alt="" />
|
||||
<p className="text-white text-base font-medium">支付宝支付</p>
|
||||
<p className="text-white text-base font-medium whitespace-nowrap">
|
||||
支付宝支付
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
onClick={handleContact}
|
||||
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center bg-[#2E2E2E] px-7 rounded-full"
|
||||
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center bg-[#2E2E2E] px-6 rounded-full"
|
||||
>
|
||||
<Image src={contact} width={22} alt="" />
|
||||
<p className="text-white text-base font-medium">联系人工充值</p>
|
||||
<p className="text-white text-base font-medium whitespace-nowrap">
|
||||
联系人工充值
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p className="text-secondary text-xs font-medium mt-4 text-center mb-1">
|
||||
|
|
Loading…
Reference in New Issue