Commit 16b43d0c35585835976e0a974bf6e6a391340409

Authored by ykxie
2 parents ce41e937 d85dc06d

Merge branch 'fixbug' into dev

src/css/main.css
@@ -30,16 +30,7 @@ @@ -30,16 +30,7 @@
30 border: none; 30 border: none;
31 border-bottom: 1px solid #ddd; 31 border-bottom: 1px solid #ddd;
32 } 32 }
33 -// input[type="button"]{  
34 -// min-width: 6em;  
35 -// background-image: none;  
36 -// background-color: #1FB6FF;  
37 -// border: none;  
38 -// padding: 1em .8em;  
39 -// color: #fff;  
40 -// outline: none;  
41 -// line-height: 1.428571429;  
42 -// } 33 +
43 input[disabled]{ 34 input[disabled]{
44 color: rgb(84, 84, 84); 35 color: rgb(84, 84, 84);
45 background-color: #a8b8bf; 36 background-color: #a8b8bf;
src/css/recording.css
@@ -301,8 +301,8 @@ button { @@ -301,8 +301,8 @@ button {
301 margin-right: 0; 301 margin-right: 0;
302 line-height: 1.428571429; 302 line-height: 1.428571429;
303 border: none !important; 303 border: none !important;
304 - height: 42px;  
305 - line-height: 42px; 304 + height: 34px;
  305 + line-height: 34px;
306 padding: 0; 306 padding: 0;
307 border-radius: 21px; } 307 border-radius: 21px; }
308 308
src/player.html
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 <link href="css/recording.css" rel="stylesheet"> 15 <link href="css/recording.css" rel="stylesheet">
16 16
17 <script> 17 <script>
18 - var gxb_api = "https://restful.gaoxiaobang.com"; 18 + var gxb_api = "https://restful1.gaoxiaobang.com";
19 // var gxb_api = "https://restful.gaoxiaobang.com" 19 // var gxb_api = "https://restful.gaoxiaobang.com"
20 </script> 20 </script>
21 21
@@ -76,13 +76,11 @@ @@ -76,13 +76,11 @@
76 <div class="recording-header"> 76 <div class="recording-header">
77 <ul class="nav nav-tabs pull-left" id="recordertab"> 77 <ul class="nav nav-tabs pull-left" id="recordertab">
78 <li style="margin-left: 34px;"> 78 <li style="margin-left: 34px;">
79 - <a href="#replayzone" data-toggle="tab">  
80 - <span class="glyphicon glyphicon-play"></span><p class="hidden-xs hidden-sm pull-right">&nbsp;课程预览区</p>  
81 - </a> 79 + <a href="#replayzone" data-toggle="tab"></a>
82 </li> 80 </li>
83 </ul> 81 </ul>
84 <div id="editorwrapper"> 82 <div id="editorwrapper">
85 - <button type="button" class="lang btn btn-default btn-primary pull-right" id="htmlbutton" title="" data-editorname="html"></button> 83 + <button type="button" class="lang btn btn-default btn-primary pull-right" id="htmlbutton" title="" data-editorname="html">HTML/CSS/JS</button>
86 </div> 84 </div>
87 </div> 85 </div>
88 </div> 86 </div>
src/scss/recording.scss
@@ -36,6 +36,29 @@ button{ @@ -36,6 +36,29 @@ button{
36 padding-left: 0; 36 padding-left: 0;
37 padding-right: 0; 37 padding-right: 0;
38 } 38 }
  39 +
  40 + // .recording-wrap{
  41 +
  42 + // .recording-header{
  43 + // height: 36px;
  44 + // }
  45 + // .lang{
  46 + // padding: 4px 24px;
  47 + // margin: 3px 16px;
  48 + // }
  49 + // }
  50 + // .nav-tabs > li > a{
  51 + // height: 36px;
  52 + // line-height: 1px;
  53 + // }
  54 + // .panel-default > .panel-heading{
  55 + // height: 36px;
  56 + // line-height: 18px;
  57 +
  58 + // }
  59 + // .panel-heading{
  60 + // padding: 8px 16px;
  61 + // }
39 } 62 }
40 63
41 .upload-tip{ 64 .upload-tip{
@@ -373,8 +396,8 @@ button{ @@ -373,8 +396,8 @@ button{
373 margin-right: 0; 396 margin-right: 0;
374 line-height: 1.428571429; 397 line-height: 1.428571429;
375 border: none !important; 398 border: none !important;
376 - height: 42px;  
377 - line-height: 42px; 399 + height: 34px;
  400 + line-height: 34px;
378 padding: 0; 401 padding: 0;
379 border-radius: 21px; 402 border-radius: 21px;
380 } 403 }