我剛剛試了可以,看圖:
改之前:
1.jpg (6.8 KB, 下載次數: 25)
下載附件
2024-2-14 16:23 上傳
改了之后:
2.JPG (7.51 KB, 下載次數: 28)
下載附件
2024-2-14 16:23 上傳
打開 template\default\common\common.css,搜索:
- .pc_inner i { font-size: 12px; font-style: normal; color: {LIGHTLINK}; font-weight: 400; }
- .pc_inner span { color: #FFEA97; font-size: 14px; font-weight: 700; }
復制代碼
改成:
- .pc_inner i { margin-right: 10px; font-size: 12px; font-style: normal; color: {LIGHTLINK}; font-weight: 400; }
- .pc_inner span { margin-right: 15px; color: #FFEA97; font-size: 14px; font-weight: 700; }
復制代碼