Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/105.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
有没有办法针对android和ios版firefox的特定css?_Android_Ios_Css_Firefox_Mobile - Fatal编程技术网

有没有办法针对android和ios版firefox的特定css?

有没有办法针对android和ios版firefox的特定css?,android,ios,css,firefox,mobile,Android,Ios,Css,Firefox,Mobile,对于Firefox对于android和ios,是否有一种针对特定css的方法 你想知道如何在智能手机上专门针对Firefox吗?是你想要的吗?是的,我试过这个代码,但我只需要安卓或ios,此代码适用于所有firefox,我的桌面版本是Fine。您是否尝试将此代码插入仅媒体屏幕…块?是的,我尝试过,我甚至下载了一些android firexo插件以清除缓存。什么也没有发生:(@media only screen and(最小设备宽度:320px)和最大设备宽度:480px){页面#主页#主#co

对于
Firefox
对于
android
ios
,是否有一种针对特定
css
的方法


你想知道如何在智能手机上专门针对Firefox吗?

是你想要的吗?是的,我试过这个代码,但我只需要安卓或ios,此代码适用于所有firefox,我的桌面版本是Fine。您是否尝试将此代码插入仅媒体屏幕…块?是的,我尝试过,我甚至下载了一些android firexo插件以清除缓存。什么也没有发生:(@media only screen and(最小设备宽度:320px)和最大设备宽度:480px){页面#主页#主#content article.page.entry content p{字体大小:0.6em!重要;}页面#主#主#内容单一。整页一般帖子。条目{字体大小:0.6em!重要;}#页面#主#主#内容单一。整版一般帖子。条目p{font size:0.6em!重要;}主#主#内容。条目ul li{font size:0.6em!重要;}
<p style=" text-align: justify;">One of the more established stag do destinations for an experiential weekend, Budapest has its very own character. Indeed, in recent years, Budapest has taken on the role of the region’s party town. The food and wine are excellent and well priced, while there is only one word to describe the nightlife and that is ‘hot’. The city of Budapest with the Buda Hills to the west and the start of the Great Plain to the east, is not one that lags behind for a stag weekend as it offers everything and anything. From city tours and adrenaline pumped activities to sexy extras, there is a reason why this is one of Europe’s party capitals.</p>
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
    #page #main  #primary  #content article.page .entry-content p{ font-size:0.6em !important;}
    #page #main #primary #content-single  .fullpage-general-post .entry {font-size:0.6em  !important;}
    #page #main #primary #content-single  .fullpage-general-post .entry p{font-size:0.6em  !important;}
    #main #primary #content .entry ul li{font-size:0.6em  !important;}  
}