Q
奇怪的白線
0
A
回答
0
所有的答案是偉大的!然而事實證明,我已阻塞部分的代碼用逗號
此:
/* Title Right ----------------------------*/
.title_right, .title_right_services_page h3{
color: #bd2d67;
padding: 0;
}
.title_right, .title_right_services_page h1{
line-height: 45px;
}
.title_right, .title_right_services_page p{
color: #777;
font-size: 21px;
line-height: 30px;
font-weight: 200;
}
.title_right_services_page{
border-left: 2px solid #cdcdcd;
position: relative;
text-align: right;
padding:0 0 30px 1%;
}
.title_right,{
border-left: 2px solid #cdcdcd;
position: relative;
text-align: right;
padding:0 0 30px 1%;
}
.arrow_right{
background: url("../img/arrow_right.png") no-repeat center;
position: absolute;
width: 53px;
height: 49px;
left: -40px;
top: 40%;
}
.arrow_rightb{
background: url("../img/arrow_rightb.png") no-repeat center;
position: absolute;
width: 53px;
height: 49px;
left: -40px;
top: 40%;
}
要這樣:
/* Title Right ----------------------------*/
.title_right h3{
color: #bd2d67;
padding: 0;
}
.title_right h1{
line-height: 45px;
}
.title_right p{
color: #777;
font-size: 21px;
line-height: 30px;
font-weight: 200;
}
.title_right{
border-left: 2px solid #cdcdcd;
position: relative;
text-align: right;
padding:0 0 30px 1%;
}
這定了!
感謝所有
丹佛
0
該行來自span.arrow_right
。
0
這是HTML的該位:
<span class="arrow_right"></span>
相關問題
- 1. 奇怪的白線
- 2. 層疊列表中奇怪的白線
- 3. Mapbox - 圖層中的奇怪白線
- 4. 奇怪的空白頁
- 5. 奇怪的虛線
- 6. androidplot奇怪的線
- 7. 跨網站標題出現的奇怪的白色1-px線
- 8. 加載後的圖像奇怪的白線
- 9. 奇怪線與GGPLOT2
- 10. UITableViewGrouped Section〜TableView下方奇怪的白線(WITH IMAGES)
- 11. 線程的奇怪行爲
- 12. 線程的奇怪堆棧
- 13. 奇怪的ROC曲線
- 14. 奇怪的線程與C#
- 15. 奇怪的線程問題
- 16. Skybox中的奇怪線條
- 17. 線程的奇怪場所?
- 18. 奇怪的JavaFX折線圖
- 19. 奇怪的線程行爲
- 20. ROCR - 奇怪的ROC曲線
- 21. 奇怪線的Away3D材料
- 22. java中的奇怪空白JFrame
- 23. Smarty包含:奇怪的空白字符
- 24. symfony2格式的空白字段奇怪
- 25. Typescript功能奇怪的空白|| &&行爲
- 26. img標籤之後的奇怪空白
- 27. TextBlock有奇怪的白色輪廓
- 28. Joomla上出現的奇怪空白
- 29. UITextField空白檢查的奇怪行爲
- 30. 奇怪的lapply問題我不明白
不看代碼。使用DOM檢查器找出它。例如在Firefox中,右鍵單擊該行,然後「檢查元素(q)」 –