/* Font Awesome 4.7 自定义别名映射（不改HTML，仅补充不规范类名的图标内容） */

/* 我的 -> user */
.fa-my:before { content: "\f007"; }

/* 更多 -> ellipsis-h */
.fa-more:before { content: "\f141"; }

/* 附近/定位 -> map-marker */
.fa-location:before { content: "\f041"; }

/* 可选：常见别名补充（如有页面使用即可生效） */
.fa-close:before { content: "\f00d"; }        /* 等同 times */
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }


