瀏覽代碼

Merge branch 'develop'

star7th 9 年之前
父節點
當前提交
da8d226b69
共有 2 個文件被更改,包括 21 次插入1 次删除
  1. 1 1
      Application/Home/View/Item/show.html
  2. 20 0
      Public/css/item/show.css

+ 1 - 1
Application/Home/View/Item/show.html

@@ -1,5 +1,5 @@
 <include file="Common/header" />
-<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1d.1th" />
+<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1d.1thddd" />
 
 
 <div class="doc-head row" >

+ 20 - 0
Public/css/item/show.css

@@ -83,6 +83,26 @@
   margin-left: -16px;
 }
 
+@media screen and (min-width:500px){
+  .doc-right{ width: 400px;} 
+}
+
+@media screen and (min-width:600px){
+  .doc-right{ width: 500px;} 
+}
+
+@media screen and (min-width:700px){
+  .doc-right{ width: 600px;} 
+}
+
+@media screen and (min-width:800px){
+  .doc-right{ width: 700px;} 
+}
+
+@media screen and (min-width:900px){
+  .doc-right{ width: 800px;} 
+}
+
 @media screen and (min-width:1000px){
   .doc-right{ width: 700px;} 
 }