diff --git a/home.html b/home.html index bad5a2c..9359025 100644 --- a/home.html +++ b/home.html @@ -9,7 +9,7 @@ {if $_siteinfo.site_introduction_name}{$_siteinfo.site_introduction_name}{else}AI论文{/if} {if $site_ico} {/if} - + diff --git a/style/css/index.css b/style/css/index.css index 8d23da1..ae1d92b 100644 --- a/style/css/index.css +++ b/style/css/index.css @@ -760,6 +760,7 @@ header .right .activebtn{ width: 100%; background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); + -webkit-backdrop-filter:blur(10px); display: flex; justify-content: center; transition:all .7s; @@ -1092,6 +1093,7 @@ li .select_icon, .pay_every .pay_icon{ } .oneRight input{ flex: 1; + font-size: 14px; border: none; padding-left: 12px; color: #1F2225;