|
@@ -11,7 +11,7 @@
|
|
|
class="navbar navbar-default header relative min-h-50px z-3 m-0 bg-transparent tiny:rounded-4px tiny:h-80px <tiny:z-112 <tiny:border-none bg-[#f8f8f8] border-gray-[#e7e7e7]"
|
|
|
>
|
|
|
<nav
|
|
|
- class="nav-header w-full max-w-1120px h-full mx-auto my-0 tiny:flex tiny:justify-between tiny:items-center tiny:py-0 tiny:px-20px lg:max-w-none lg:pl-[10%] lg:pr-[10%]"
|
|
|
+ class="nav-header w-full max-w-1120px h-full mx-auto my-0 tiny:flex tiny:justify-between tiny:items-center tiny:py-0 tiny:px-20px lg:max-w-none xl:pl-[10%] xl:pr-[10%]"
|
|
|
>
|
|
|
<div
|
|
|
class="navbar-header tiny:float-left <tiny:flex <tiny:items-center <tiny:justify-between <tiny:h-56px <tiny:py-0 <tiny:px-16px"
|
|
@@ -51,7 +51,7 @@
|
|
|
>格式转换</a
|
|
|
>
|
|
|
</li>
|
|
|
- <li class="relative block tiny:float-left text-[0px] tiny:ml-35px">
|
|
|
+ <li class="relative block tiny:float-left text-[0px] tiny:ml-20px">
|
|
|
<a
|
|
|
href="/pricing"
|
|
|
class="index-menu-pricing relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0"
|
|
@@ -59,7 +59,7 @@
|
|
|
>订阅服务</a
|
|
|
>
|
|
|
</li>
|
|
|
- <li class="relative block tiny:float-left text-[0px] tiny:ml-35px">
|
|
|
+ <li class="relative block tiny:float-left text-[0px] tiny:ml-20px">
|
|
|
<a
|
|
|
href="/sdk"
|
|
|
class="index-menu-sdk relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0"
|
|
@@ -67,7 +67,7 @@
|
|
|
>SDK介绍</a
|
|
|
>
|
|
|
</li>
|
|
|
- <li class="relative block tiny:float-left text-[0px] tiny:ml-35px">
|
|
|
+ <li class="relative block tiny:float-left text-[0px] tiny:ml-20px">
|
|
|
<a
|
|
|
class="download-contain relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0"
|
|
|
:class="{'tiny:text-[#e93636b2]' : $route.path === '/pdf-reader/download'}"
|
|
@@ -75,7 +75,7 @@
|
|
|
>下载</a
|
|
|
>
|
|
|
</li>
|
|
|
- <li class="relative block tiny:float-left text-[0px] tiny:ml-35px">
|
|
|
+ <li class="relative block tiny:float-left text-[0px] tiny:ml-20px">
|
|
|
<a
|
|
|
class="index-menu-sdk relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0"
|
|
|
:class="{'tiny:text-[#e93636b2]' : $route.path === '/pdfreaderpro'}"
|
|
@@ -85,17 +85,17 @@
|
|
|
</li>
|
|
|
<li
|
|
|
v-if="!token"
|
|
|
- class="relative block tiny:float-left text-[0px] tiny:ml-35px lg:ml-105px xl:ml-135px"
|
|
|
+ class="relative block tiny:float-left text-[0px] tiny:ml-50px lg:ml-105px xl:ml-105px"
|
|
|
>
|
|
|
<button
|
|
|
type="button"
|
|
|
- class="btn_login relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0 inline-flex justify-center items-center h-40px w-72px py-0 px-18px border border-solid border-gray-[#e93636] rounded-4px ml-9px cursor-pointer text-[#e93636] <tiny:ml-0"
|
|
|
+ class="btn_login relative block no-underline text-[16px] text-[#666] p-0 leading-[22px] <tiny:py-8px <tiny:px-0 inline-flex justify-center items-center h-40px w-72px py-0 px-18px border border-solid border-gray-[#e93636] rounded-4px ml-9px tiny:ml-0px cursor-pointer text-[#e93636] <tiny:ml-0"
|
|
|
@click="handlerOpenLogin('login')"
|
|
|
>登录</button
|
|
|
>
|
|
|
<button
|
|
|
type="button"
|
|
|
- class="btn_sign_up relative block no-underline text-[16px] p-0 leading-[22px] <tiny:py-8px <tiny:px-0 inline-flex justify-center items-center h-40px w-72px py-0 px-18px border border-solid border-gray-[#e93636] rounded-4px ml-9px cursor-pointer text-[#e93636] bg-[#ff4f4f] text-[#fff] rounded-4px border-none ml-25px"
|
|
|
+ class="btn_sign_up relative block no-underline text-[16px] p-0 leading-[22px] <tiny:py-8px <tiny:px-0 inline-flex justify-center items-center h-40px w-72px py-0 px-18px border border-solid border-gray-[#e93636] rounded-4px ml-9px cursor-pointer text-[#e93636] bg-[#ff4f4f] text-[#fff] rounded-4px border-none ml-25px tiny:ml-5px"
|
|
|
@click="handlerOpenLogin('register')"
|
|
|
>注册</button
|
|
|
>
|