先看下我们的视图页面:
![](https://box.kancloud.cn/73c5be11ef5f090d2a9b4ebca77e5541_487x232.png)
我么需要将所有的前端资源文件放到static文件夹内,
![](https://box.kancloud.cn/41baaa53c4362aa5182bbee44bb037dc_492x275.png)
引入文件
```
<link rel="stylesheet" type="text/css" href="{$static_path}css/ux/ogpublic.css">
```
解析后的路径是
```
<link rel="stylesheet" type="text/css" href="/app/home/view/pc/static/css/ux/ogpublic.css">
```