css - FireFox border樣式異常
問題描述
在FireFox下,頁(yè)面里一些table的邊框顯示異常(消失不顯示),但在IE和Chrome下正常;頁(yè)面效果:
單元格樣式:
頁(yè)面在縮放時(shí),邊框消失的情況會(huì)發(fā)生改變。求大神幫忙回答,謝謝!
calendar.css如下:
.calendar { color: rgb(103,103,103); border-collapse: collapse; width: 100%;}.calendar td { border: 1px solid #6f6f6f; text-align: center;}.calendar thead tr:last-child td { border: 0px solid #6f6f6f; border-width:1px 0px 1px 0px; text-align: center;}.calendar thead tr:last-child td:first-child { border:0px solid #6f6f6f; border-width:1px 0px 1px 1px; text-align: center;}.calendar thead tr:last-child td:last-child { border: 0px solid #6f6f6f; border-width:1px 1px 1px 0px; text-align: center;}.calendar-head-oper{ font-size: 18px; cursor: pointer;}.calendar-head-title{ font-size: 16px; letter-spacing: 2px;}.calendar-text {/* background-color: #6f6f6f; */}.calendar-leftbtn { margin-left:5px; float: left}.calendar-rightbtn{ float:right;}/*不可點(diǎn)*/.calendar-td-notclick { color: #DDDDDD;}/*當(dāng)前*/.calendar-td-today { color: #eb6100;}/*異常*/.calendar-td-abnormal{ color: #eb6100; line-height: 10px; cursor:pointer;}.calendar-td-span-l1{ color: #eb6100; }.calendar-td-span-l2{ color: #0096ff; }/*選中*/.calendar-td-selected { color: #0096ff;}
js中的resize:
$(window).on('resize', function() { $('#index').adjustScreen(); resizecontent();});var resizecontent = function(){ $('.index-content-detail').height($('#index').height() - $('.top').height()*1.1);}
問題解答
回答1:我想知道框線是不是動(dòng)態(tài)計(jì)算的?是不是resize里有rem處理?chrome和firefox對(duì)小數(shù)px的處理不太一樣,但是看不到代碼所以不確定是不是這個(gè)原因。
回答2:td加個(gè)border試試
相關(guān)文章:
1. 運(yùn)行python程序時(shí)出現(xiàn)“應(yīng)用程序發(fā)生異常”的內(nèi)存錯(cuò)誤?2. 小白學(xué)python的問題 關(guān)于%d和%s的區(qū)別3. macos - 無(wú)法source activate python274. javascript - npm run build后調(diào)用api返回index.html5. android - 如何實(shí)現(xiàn)QQ pad 點(diǎn)擊右側(cè)輸入框,只頂右側(cè)的布局,左側(cè)布局不動(dòng)6. css3 - css怎么做出這樣的效果?7. html5 - 前端面試碰到了一個(gè)緩存數(shù)據(jù)的問題,來(lái)論壇上請(qǐng)教一下8. github - 求助大神啊,win10 git clone error,折騰了幾天都不行,以前原本好好的,突然就這樣了9. html - vue里面:src在IE(9-11)下不顯示圖片10. css - 關(guān)于background-position百分比的問題?

網(wǎng)公網(wǎng)安備