Commit 796fd09d0f3dd4722d4a8f6849e088280a7d723b

Authored by ykxie
1 parent 5c2944b4

add single style

src/css/mobile.css
@@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
16 height: 4px; 16 height: 4px;
17 background: #FFF; } 17 background: #FFF; }
18 .m-title-wrap { 18 .m-title-wrap {
  19 + z-index: 99999;
19 width: 100%; 20 width: 100%;
20 height: 36px; 21 height: 36px;
21 line-height: 36px; 22 line-height: 36px;
src/player.html
@@ -169,17 +169,20 @@ @@ -169,17 +169,20 @@
169 display: none; 169 display: none;
170 } 170 }
171 .m-title-wrap{ 171 .m-title-wrap{
172 - /*display: none;*/  
173 - width: 100%;  
174 - height: 36px;  
175 - line-height: 36px;  
176 - background-color: #FFF;  
177 - display: flex;  
178 - justify-content: space-between;  
179 - padding: 0 24px;  
180 - border-bottom: 1px solid #eee; 172 + display: none;
181 } 173 }
182 @media screen and (max-device-width: 414px) { 174 @media screen and (max-device-width: 414px) {
  175 + .m-title-wrap{
  176 + display: block;
  177 + width: 100%;
  178 + height: 36px;
  179 + line-height: 36px;
  180 + background-color: #FFF;
  181 + display: flex;
  182 + justify-content: space-between;
  183 + padding: 0 24px;
  184 + border-bottom: 1px solid #eee;
  185 + }
183 p{ 186 p{
184 margin: 0; 187 margin: 0;
185 } 188 }
src/scss/mobile.scss
@@ -23,6 +23,7 @@ @@ -23,6 +23,7 @@
23 background: #FFF; 23 background: #FFF;
24 } 24 }
25 .m-title-wrap{ 25 .m-title-wrap{
  26 + z-index: 99999;
26 width: 100%; 27 width: 100%;
27 height: 36px; 28 height: 36px;
28 line-height: 36px; 29 line-height: 36px;
src/v1.1/player.html
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 </ul> 58 </ul>
59 </div> 59 </div>
60 <div class="m-title-wrap"> 60 <div class="m-title-wrap">
61 - <div class="m-title">创业公司融资的基本流程?创业...</div> 61 + <div class="m-title"></div>
62 <div class="m-menu">目录 <img src="../img/down.png" alt=""></div> 62 <div class="m-menu">目录 <img src="../img/down.png" alt=""></div>
63 </div> 63 </div>
64 <!-- 录制区 --> 64 <!-- 录制区 -->