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} />
<div class="flex items-stretch justify-center">
<div
class={`grid grid-cols-` +
prices.length +
` gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg: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 +
` xl:grid-cols-` +
prices.length}

View File

@ -300,10 +300,9 @@ const metadata = {
}
if (window.location.href.indexOf("custom2") > 0) {
document.getElementById("custom2").style.display = 'block';
setTimeout(function() { window.location = "#custom2"; }, 150);
} else {
document.getElementById("custom2").style.display = 'none';
document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none';
}
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>
<!-- Features3 Widget ************** -->