Commit 796fd09d0f3dd4722d4a8f6849e088280a7d723b

Authored by ykxie
1 parent 5c2944b4

add single style

src/css/mobile.css
... ... @@ -16,6 +16,7 @@
16 16 height: 4px;
17 17 background: #FFF; }
18 18 .m-title-wrap {
  19 + z-index: 99999;
19 20 width: 100%;
20 21 height: 36px;
21 22 line-height: 36px;
... ...
src/player.html
... ... @@ -169,17 +169,20 @@
169 169 display: none;
170 170 }
171 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 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 186 p{
184 187 margin: 0;
185 188 }
... ...
src/scss/mobile.scss
... ... @@ -23,6 +23,7 @@
23 23 background: #FFF;
24 24 }
25 25 .m-title-wrap{
  26 + z-index: 99999;
26 27 width: 100%;
27 28 height: 36px;
28 29 line-height: 36px;
... ...
src/v1.1/player.html
... ... @@ -58,7 +58,7 @@
58 58 </ul>
59 59 </div>
60 60 <div class="m-title-wrap">
61   - <div class="m-title">创业公司融资的基本流程?创业...</div>
  61 + <div class="m-title"></div>
62 62 <div class="m-menu">目录 <img src="../img/down.png" alt=""></div>
63 63 </div>
64 64 <!-- 录制区 -->
... ...