/**
* http://www.zhangxinxu.com/wordpress/2015/01/tips-blank-character-chinese-align/
*/

.vux-blank-half:before {
  content: '\2002';
  speak: none;
}

.vux-blank-full:before {
  content: '\2003';
  speak: none;
}