2017-10-06 45 views
0

enter image description here波輔助工具正顯示出警惕對齊文本

div.icons {      
 
        margin-left: auto; 
 
        margin-right: 20%; 
 
        text-align: justify; 
 
        -ms-text-justify: distribute-all-lines; 
 
        text-justify: distribute-all-lines; 
 
        width: 100%; 
 
}
<div class="icons"> 
 
        <a href="#"><img alt="scan the QR code" src="~/Content/images/icon-QR.png" /></a> 
 
        <a href="https://itunes.apple.com/us/app/my-eap/id436292883?mt=8&ls=1" target="_blank"><img src="~/Content/images/icon-app-store.png" alt="Apple appstore"/></a> 
 
        <a href="https://play.google.com/store/apps/details?id=com.onetapsolutions.morneau.activity&hl=en" target="_blank"><img src="~/Content/images/icon-google.png" alt="Google playstore"/></a> 
 
        <a href="https://appworld.blackberry.com/webstore/content/43853/" target="_blank"><img src="~/Content/images/icon-bb.png" alt="BlackBerry world"/></a> 
 
        <span class="stretch"></span> 
 
       </div>

波輔助工具是顯示文本兩端對齊的警報。我該怎麼做才能擺脫這個警報信息?

回答