Commit 9cd21642c8b6f1e0b6f412573fbeff64e0a46f77

Authored by ykxie
1 parent 01f80d3a

fix style

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