Commit d85dc06d49352eb5cb30724a2f73ad7c49ee8356

Authored by ykxie
1 parent bbaa6e89

fix style

src/css/main.css
... ... @@ -30,16 +30,7 @@
30 30 border: none;
31 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 34 input[disabled]{
44 35 color: rgb(84, 84, 84);
45 36 background-color: #a8b8bf;
... ...
src/css/recording.css
... ... @@ -301,8 +301,8 @@ button {
301 301 margin-right: 0;
302 302 line-height: 1.428571429;
303 303 border: none !important;
304   - height: 42px;
305   - line-height: 42px;
  304 + height: 34px;
  305 + line-height: 34px;
306 306 padding: 0;
307 307 border-radius: 21px; }
308 308  
... ...
src/player.html
... ... @@ -15,7 +15,7 @@
15 15 <link href="css/recording.css" rel="stylesheet">
16 16  
17 17 <script>
18   - var gxb_api = "https://restful.gaoxiaobang.com";
  18 + var gxb_api = "https://restful1.gaoxiaobang.com";
19 19 // var gxb_api = "https://restful.gaoxiaobang.com"
20 20 </script>
21 21  
... ... @@ -76,13 +76,11 @@
76 76 <div class="recording-header">
77 77 <ul class="nav nav-tabs pull-left" id="recordertab">
78 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 80 </li>
83 81 </ul>
84 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 84 </div>
87 85 </div>
88 86 </div>
... ...
src/scss/recording.scss
... ... @@ -36,6 +36,29 @@ button{
36 36 padding-left: 0;
37 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 64 .upload-tip{
... ... @@ -373,8 +396,8 @@ button{
373 396 margin-right: 0;
374 397 line-height: 1.428571429;
375 398 border: none !important;
376   - height: 42px;
377   - line-height: 42px;
  399 + height: 34px;
  400 + line-height: 34px;
378 401 padding: 0;
379 402 border-radius: 21px;
380 403 }
... ...