Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.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
jQuery Mobile和fullcalendar css冲突_Css_Jquery Mobile_Fullcalendar_Themeroller - Fatal编程技术网

jQuery Mobile和fullcalendar css冲突

jQuery Mobile和fullcalendar css冲突,css,jquery-mobile,fullcalendar,themeroller,Css,Jquery Mobile,Fullcalendar,Themeroller,我不熟悉Android和jQuery Mobile 我在jQuery Mobile中使用fullcalendar 如您所见,活动标题粗体且模糊, 在三星Galaxy II上进行测试时,fullcalendar标头也不完全适合。 原来的字体是好的和尖锐的 如果我测试删除这个jQuery移动主题css,它会工作得很好,我猜jQuery移动css与fullcalendar css会崩溃。对不起,我在css方面没有太多经验 <link rel="stylesheet" href="http://d

我不熟悉Android和jQuery Mobile

我在jQuery Mobile中使用fullcalendar

如您所见,活动标题粗体且模糊, 在三星Galaxy II上进行测试时,fullcalendar标头也不完全适合。 原来的字体是好的和尖锐的

如果我测试删除这个jQuery移动主题css,它会工作得很好,我猜jQuery移动css与fullcalendar css会崩溃。对不起,我在css方面没有太多经验

<link rel="stylesheet" href="http://dl.dropbox.com/u/41465102/android-theme.min.css" />

所以,请引导我

  • 如何使事件标题字体与原始字体完全相同
  • 完整的日历标题非常适合移动设备


  • 要修复事件标题字体,请使用以下css从中删除文本阴影:

    .fc-event-title{
       text-shadow:none;
    }
    

    更新了fiddle-

    我在JSFIDLE中的代码。嗨,用户700284,这是我的工作。谢谢……有人知道如何解决第二个问题吗?