improve pricing

This commit is contained in:
rustdesk 2024-10-12 08:39:09 +08:00
parent bb083b1b34
commit 2481a9f4b7
2 changed files with 3 additions and 6 deletions

View File

@ -22,9 +22,7 @@ const {
<Headline title={title} subtitle={subtitle} tagline={tagline} /> <Headline title={title} subtitle={subtitle} tagline={tagline} />
<div class="flex items-stretch justify-center"> <div class="flex items-stretch justify-center">
<div <div
class={`grid grid-cols-` + class={`grid grid-cols-1 gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
prices.length +
` gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
prices.length + prices.length +
` xl:grid-cols-` + ` xl:grid-cols-` +
prices.length} prices.length}

View File

@ -300,10 +300,9 @@ const metadata = {
} }
if (window.location.href.indexOf("custom2") > 0) { if (window.location.href.indexOf("custom2") > 0) {
document.getElementById("custom2").style.display = 'block';
setTimeout(function() { window.location = "#custom2"; }, 150); setTimeout(function() { window.location = "#custom2"; }, 150);
} else { } else {
document.getElementById("custom2").style.display = 'none'; document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none';
} }
document.getElementById("users2").oninput = function() { document.getElementById("users2").oninput = function() {
@ -356,7 +355,7 @@ const metadata = {
}, },
]} ]}
> >
<Fragment slot="title">Contact us for bigger plans & help</Fragment> <Fragment slot="title">Contact us for larger plans & inquiries</Fragment>
</CallToAction> </CallToAction>
<!-- Features3 Widget ************** --> <!-- Features3 Widget ************** -->