📜  wpml 语言选择器分隔符 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:32.783000             🧑  作者: Mango

代码示例1
.wpml-ls-item {
     position: relative;
 }
  
 .wpml-ls-item + .wpml-ls-item::before {
   content: '';
   width: 3px !important;
   height: 60% !important;
   position: absolute;
   background:#ee4630;
   top: 8px
}