提交 65df3e27 编写于 作者: G gongfuxiang

新增也许域ip,logo样式优化

上级 c250922b
......@@ -39,11 +39,10 @@ SECRET_KEY = 'vs%mc+jg)#g1exa9*f*6$2b7o=o$0wc*_m2z236=ff=_$ve!47'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
# 实际域名或ip可继续添加
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
......
无法预览此类型文件
......@@ -36,7 +36,7 @@ img { border: 0px; }
* 顶部导航
*/
header { background-color: #324157; height: 45px; }
header .logo { color: #fff; font-size: 32px; font-family: serif; margin: 0px 5px 0px 10px; display: inline-block; }
header .logo { color: #fff; font-size: 30px; font-family: serif; margin: 0px 5px 0px 10px; display: inline-block; }
header .logo-tips { color: #c6c6c6; font-size: 12px; }
#nav-left { float: left; width: 160px; background-color: #eef1f6; }
#nav-left ul { border-radius: 0px; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册