加入( BORDER: #ff0000 5px dotted )后,切换编辑列上"<HTML>"(?点我)两次后,在回到"<HTML>模式"(?点我)中就会见到: ( BORDER: #ff0000 5px dotted )被拆成四部份分别 BORDER-RIGHT(右边框), BORDER-TOP(上边框), BORDER-LEFT(左边框), BORDER-BOTTOM(底边框) 变成: (BORDER-RIGHT: #ff0000 5px dotted;BORDER-TOP: #ff0000 5px dotted;BORDER-LEFT: #ff0000 5px dotted; BORDER-BOTTOM: #ff0000 5px dotted )。 |
评论