lateri 4 éve
szülő
commit
3acb8a2130
4 módosított fájl, 138 hozzáadás és 13 törlés
  1. BIN
      images/bg1280.jpg
  2. 1 1
      pano3.html
  3. 103 0
      pano3.html.bak
  4. 34 12
      style.css

BIN
images/bg1280.jpg


+ 1 - 1
pano3.html

@@ -15,7 +15,7 @@
             /* set margin to 0 and overflow to hidden, to go fullscreen */
             margin: 0;
             overflow: hidden;
-            background-image: url('./images/bg@2x.png');
+            background-image: url('./images/bg1280.jpg');
             background-size:cover;
             color:#ffffff;
             font-family:  "Microsoft YaHei";  

+ 103 - 0
pano3.html.bak

@@ -0,0 +1,103 @@
+<!DOCTYPE html>
+
+<html>
+
+<head>
+    <title>vr house</title>
+
+    <script src="./js/tvSysBtnBind.v2.1.js"></script>
+    <meta charset="utf-8">
+    <link rel="stylesheet" href="style.css">
+
+    <style>
+
+        body {
+            /* set margin to 0 and overflow to hidden, to go fullscreen */
+            margin: 0;
+            overflow: hidden;
+            background-image: url('./images/bg1280.jpg');
+            background-size:cover;
+            color:#ffffff;
+            font-family:  "Microsoft YaHei";  
+            /* width: 120vw; */
+            
+}
+
+/*
+        .navigation{
+            display: flex;
+            flex-direction: column;
+            margin-left: 30px;
+            margin-top: 30px;
+        }
+        
+        */
+
+        #debug{
+            display: none;
+            position: absolute;
+            top: 20px;
+            left: 10px;
+            color: #ffff00;
+        }
+
+
+    </style>
+</head>
+
+<body id="Jdoc">
+
+    <!-- 用来保存输出结果 -->
+    <div id="container">
+    </div>
+
+    <div class="home">
+        <div class="preview">
+            <div class="detail">
+                <div class="detailtitle">
+                    <div class="titlelogo"></div>
+                    <div class="title">内容详情</div>
+                </div>
+                <div class='thumb'><img id="cover" data-id='0' src="./panos/01frontGate_b.jpg"/></div>
+            </div>
+
+            <div class="descript">
+                <div class="content">
+                    <div id="descriptTitle">圣彼得堡</div>
+                    <div id="descriptContent">简介:圣彼得堡位于俄罗斯北部,波罗的海沿岸...</div>
+                </div>
+                
+                <div id="play" class='play'>
+                    <div class='playlogo'></div>
+                    播放
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+   <div id="listTitle">剧集列表(11集全)</div>
+    <div id='listContent'>
+        <div class="pano">
+            <div class="title">ddd</div>
+            <div class="thumb"><img  src='panos/01frontGate4k_b.jpg' /></div>
+        </div>
+            -
+        </div>
+
+    </div>
+
+    <div id='debug'>fff</div>
+
+    <div class="ctrlBtn"></div>
+
+    <script src="index2.js"></script>
+
+    <!-- <script src="index2.min.js"></script> -->
+
+    <script type="text/javaScript">
+
+    </script>
+</body>
+
+</html>

+ 34 - 12
style.css

@@ -123,6 +123,7 @@ body {
     /* margin: 10px; */
     cursor: pointer;
     /* background-color: violet; */
+    
 }
 
 #menu .pano .title,#menu .panoSelect .title{
@@ -308,9 +309,9 @@ body {
     display: flex;
     bottom: 0px;
     width: 100vw;
-    margin-left: 44px;
+    margin-left: 24px;
     /* margin-right: 30px; */
-    height: 184px;
+    /* height: 184px; */
     overflow: auto;
     background-color: rgba(0,0,0,0);
     min-width: 1280px;
@@ -327,7 +328,7 @@ body {
 
 #listContent .pano{
     position: relative;
-    margin: 0px 16px;
+    /* margin: 0px 16px; */
     cursor: pointer;
 }
 
@@ -340,12 +341,13 @@ body {
 }
 
 #listContent .panoSelect{
-    position: relative;
-    /* margin: 10px 16px; */
-    margin: 0px 16px;
+     position: relative;
+     background-image: url('./images/rangle.png');
+     background-size: cover;
+    /*margin: 0px 16px;
     cursor: pointer;
     height: 184px;
-    background-color: #ff00f2;
+    background-color: #ff00f2; */
 }
 
 #listContent .pano .title,#listContent .panoSelect .title{
@@ -362,19 +364,29 @@ body {
     text-overflow: ellipsis;
     white-space: nowrap; */
 
+    /* position: absolute;
+    top: 156px;
+    font-size: 16px;
+    width: 273px;
+    color: #ffffff;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    display: flex;
+    justify-content: center; */
+
     position: absolute;
     top: 156px;
-    /* top: 90%;
     left: 50%;
-    transform: translate(-50%,-50%); */
+    transform: translate(-50%,0%);
     font-size: 16px;
     width: 273px;
     color: #ffffff;
     overflow: hidden;
+    max-width: 270px;
     text-overflow: ellipsis;
     white-space: nowrap;
-    display: flex;
-    justify-content: center;
+    text-align: center;
 
 
 }
@@ -387,11 +399,19 @@ body {
     max-width:200px;
     min-height:120px;
     max-height:150px; */
-    width:277px;
+    /* width:277px;
     height: 184px;
     display: flex;
     align-items: center;
+    justify-content: center; */
+
+    width:327px;
+    height:233px;
+    
+    display: flex;
+    align-items: center;
     justify-content: center;
+   
 }
 
 #listContent .pano .thumb img,#listContent .panoSelect .thumb img{
@@ -401,6 +421,8 @@ body {
     max-height:200px; */
     width:273px;
     height: 180px;
+    margin-top: 8px;
+    margin-left: 5px;
     
 }