有没有办法在不影响 Outlook 桌面的情况下定位 Windows Mail 10 和 11?
P粉722409996
P粉722409996 2024-03-27 12:55:14
[CSS3讨论组]

我有一个代码 hack,可以在除 Windows 邮件 10 和 11 之外的大多数深色模式客户端中保留黑色背景上的白色文本。



    

Combo text hack. Works everywhere except Windows 10 & 11 mail.

我应用了针对 Outlook 和 Windows Mail 10 和 11 的

P粉722409996
P粉722409996

全部回复(1)
P粉208286791

Outlook 深色模式

深色模式元标签


针对深色模式的 Android/Outlook.com


  

可以在此处找到有关深色模式的更多信息:

https:// www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/

您可以使用以下两种方法之一来定位 Windows Mail:

/* Windows Mail (Phone & Surface) */
_:-ms-input-placeholder, :root .your-class-name {
  /* Replace this comment with your styles */
}

/* Windows Mail (Phone & Surface) */
_:-ms-fullscreen, :root .your-class-name {
  /* Replace this comment with your styles */
}

这两篇文章均由 Mark Robbins 提交至 https://howtotarget.email/

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号