個人电子郵件可通过手机和电腦阅讀。可是一個月前發現部份电郵如商业廣告有部份可以如常讀取内容和图片而部分如一般書寫内容和廣告(如airasia etc)却参雜如下的电腦程式语言 。这种情形只發生在电腦讀取反而手机讀取正常。这问題出在那裏又該如何解决?希望高手指点解惑。謝謝! @media(prefers-color-scheme: dark) { body {background-color: #f5f5f5 !important; } .darkmode-bg { background-color: #272623 !important; border-col= or: #272623 !important; } .darkmode-text { color: #f5f5f5 !important; } .dark-md-show { display: block !important; } .light-md-hide { display: none; display: none !important; } .darkmode-text { color: #f5f5f5 !important; } /* ShowsDark Mode-Only Content, Like Images */ .dark-img{ display: block !important; width:auto !important; overflow: visible !important; float:none !important; max-height: inherit !important; max-width: inherit !important; line-height: auto !important; margin-top: 0px !important; visibility: inherit !important; } /* HidesLight Mode-Only Content, Like Images */ .light-img{ display: none; display: none !important; } /* CustomDark Mode Background Color */ .darkmode{ background-color: #272623 !important; } /* CustomDark Mode Text Link Color */ .link {color: #5d94e0 !important; } /* OUTLOOKDARK MODE SUPPORT*/ /* ShowsDark Mode-Only Content, Like Images */ [data-ogsc] .dark-img { display: block !important; width:auto !important; overflow: visible !important; float:none !important; max-height: inherit !important; max-width: inherit !important; line-height: auto !important; margin-top: 0px !important; visibility:inherit !important; } /* HidesLight Mode-Only Content, Like Images */ [data-ogsc] .light-img { display: none !important; } /* CustomDark Mode Background Color */
|