Browse Source

在线巴利词典测试反馈收集 #30

Bhikkhu-Kosalla 5 năm trước cách đây
mục cha
commit
ca6e0b4267
3 tập tin đã thay đổi với 98 bổ sung2 xóa
  1. 90 0
      app/dict/css/style_mobile.css
  2. 6 0
      app/dict/index.php
  3. 2 2
      app/pcdl/html_foot.php

+ 90 - 0
app/dict/css/style_mobile.css

@@ -0,0 +1,90 @@
+:root{
+    --bgDisplay:block;
+}
+
+body {
+
+}
+
+.left_nav_bar{
+	display:none;
+}
+.right_nav_bar_off{
+	position: fixed;
+    top: 0;
+	width:100%;
+	height:100%;
+	background-color:white;
+	-webkit-transform:translateX(100%);
+	-moz-transform:translateX(100%);
+	transform:translateX(100%);
+    -webkit-transition-duration: 0.4s;
+    transition-duration: 0.4s;
+}
+
+.right_nav_bar_on{
+	position: fixed;
+    top: 0;
+	width:100%;
+	height:100%;
+	background-color:white;
+    -webkit-transform:translateX(0em);
+    -moz-transform:translateX:(0em);
+    transform:translateX:(0em);
+	-webkit-transition-duration: 0.4s;
+    transition-duration: 0.4s;
+	overflow-y: scroll;
+
+}
+
+#search_input{
+	display:none;
+}
+#tool_bar_right{
+	display:none;
+}
+#header_nav{
+	display:none;
+}
+#footer_nav{
+	display:flex;
+}
+#page_header_4{
+	display:flex;
+}
+.index_inner{
+	margin-top: 0; 
+}
+
+.book_block{
+    width: initial;
+    height: initial;
+    display: flex;
+    margin: 5px;
+    cursor: pointer;
+}
+
+.book_block_cover{
+	width:4em;
+	height:5em;
+	border: 5px solid #ddb483;
+}
+.book_block_info{
+    margin: 5px;
+}
+.book_block_title{
+
+}
+.book_block_detail{
+
+}
+
+#tool_bar_right{display:none;}
+
+#para_res_list_shell{
+
+}
+#para_res_list_header{
+	display:block;
+	padding: 8px;
+}

+ 6 - 0
app/dict/index.php

@@ -114,8 +114,14 @@ require_once "../pcdl/html_head.php";
 			border-radius: 99px;
 			cursor: pointer;
 		}
+		#footer_nav {
+			display: none;
+		}
 
 	</style>
+	<!-- <link type="text/css" rel="stylesheet" href="css/style_mobile.css" media="screen and (max-width:767px)">-->
+	
+
 	<!-- tool bar begin-->
 	<div id='search_toolbar' class="search_toolbar">
 			<div style="display:flex;justify-content: space-between;">

+ 2 - 2
app/pcdl/html_foot.php

@@ -45,9 +45,9 @@
 		</div>
 		<div class="nav_text btn_color">我的</div>
 	</div>
-</div>S
+</div>
 	
-<div class="foot_div">
+<div class="foot_div" style="text-align: center; font-size: x-large; font-weight: bold; color: #3333;">
 	<div>wikipali @2020</div>
 	<div>Powered by PCD Suite</div>
 </div>