注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
#mw-content-text a.extiw {   border: 1px solid red;   text-decoration: blink;   -webkit-animation: blink 1s step-end infinite;   -moz-animation: blink 1s step-end infinite;   -o-animation: blink 1s step-end infinite;   animation: blink 1s step-end infinite; }  #mw-content-text .ilh-link a.extiw {   border: none;   text-decoration: none;   -webkit-animation: none;   -moz-animation: none;   -o-animation: none;   animation: none; }  @-webkit-keyframes blink {   67% { opacity: 0 } }  @-moz-keyframes blink {   67% { opacity: 0 } }  @-o-keyframes blink {   67% { opacity: 0 } }  @keyframes blink {   67% { opacity: 0 } }