rabin 8 年之前
父节点
当前提交
b63902b58a
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      web/templates/detail.html

+ 8 - 1
web/templates/detail.html

@@ -2,7 +2,14 @@
 <html>
 <head>
     {%include 'inc/header.html'%}
-    <link href="{{static_url('css/detail.css')}}" rel="stylesheet"></head>
+    <link href="{{static_url('css/detail.css')}}" rel="stylesheet">
+    <style>
+    img{
+        width: 100%;
+        height:100%;
+    }
+    </style>
+    </head>
 <body>
     {%include 'inc/menu.html'%}
     <div class="wrapper-100 color-1">