Commit 9cd21642c8b6f1e0b6f412573fbeff64e0a46f77

Authored by ykxie
1 parent 01f80d3a

fix style

src/css/mobile.css
... ... @@ -13,7 +13,10 @@
13 13 .m-title-wrap {
14 14 width: 100%;
15 15 height: 36px;
16   - background-color: red; }
  16 + background-color: red;
  17 + display: flex;
  18 + justify-content: space-between;
  19 + padding: 0 24px; }
17 20 .CodeMirror-gutter {
18 21 width: 24px !important;
19 22 min-width: 24px !important; }
... ...
src/scss/mobile.scss
... ... @@ -19,6 +19,9 @@
19 19 width: 100%;
20 20 height: 36px;
21 21 background-color: red;
  22 + display: flex;
  23 + justify-content: space-between;
  24 + padding: 0 24px;
22 25 }
23 26 .CodeMirror-gutter {
24 27 width: 24px !important;
... ...
src/v1.1/player.html
... ... @@ -58,7 +58,8 @@
58 58 </ul>
59 59 </div>
60 60 <div class="m-title-wrap">
61   -
  61 + <div class="m-title">创业公司融资的基本流程?创业...</div>
  62 + <div class="m-menu">mainV</div>
62 63 </div>
63 64 <!-- 录制区 -->
64 65 <div class="record-wrap">
... ...