【发布时间】:2017-10-27 05:43:58
【问题描述】:
因此,我目前正在为即将上线的应用程序构建登录页面 - 但是,到目前为止,我只开发了 iOS 版本,一旦 iOS 版本上线,我将开始进行 android 开发。
现在,在我的登录页面上 - 我有 2 个按钮可以重定向到 Apple Store 或 Google Play。对于苹果商店来说,一切都很好,但是我想添加一个文本,该文本在浏览 Google Play 按钮时会显示“即将推出!”之类的内容。
这就是我的 Google 播放按钮的代码现在的样子:
<pre>
<a class="js-link--android" href="#" data-store="android" target="_blank">
<picture class="picture picture--no-background" style="padding-bottom: 34.88%" img src="assets/images/svg/store/playstore--en.618c3ad6.svg" alt="Download the Android app">
</picture>
</a>
</pre>
Google Play button on the website 我不知道该怎么做 - 如果有人能帮我解决这个问题,我会很高兴!对不起,我不太擅长 Web 开发..
【问题讨论】:
-
嗯...您的代码块中没有任何内容...您可能想要使用工具提示,否则将 div 放在按钮下方或上方,并通过 javascript 事件显示和消失。
-
@zevee 嗨,现在可以看到了吗?