Commit 08eb1682224d256252ac53e41acf3481fa57cea3

Authored by ykxie
2 parents 7a2311da f583926f

Merge remote-tracking branch 'origin/feature/20170418_webIDE' into feature/20170515_Live

src/css/recording.css
@@ -359,7 +359,8 @@ button { @@ -359,7 +359,8 @@ button {
359 height: 34px; 359 height: 34px;
360 line-height: 34px; 360 line-height: 34px;
361 padding: 0; 361 padding: 0;
362 - border-radius: 21px; } 362 + border-radius: 21px;
  363 + color: #666; }
363 364
364 .recording-page #previewpanel .nav-tabs > li.active > a { 365 .recording-page #previewpanel .nav-tabs > li.active > a {
365 background: #fff !important; 366 background: #fff !important;
src/js/gbreplayer.js
@@ -414,6 +414,9 @@ $(function(){ @@ -414,6 +414,9 @@ $(function(){
414 compileMode(langid); 414 compileMode(langid);
415 console.log(coderecords); 415 console.log(coderecords);
416 $("#play_audio").attr('src', "http://gxb-file.oss-cn-beijing.aliyuncs.com" + coderecords.audioUrl); 416 $("#play_audio").attr('src', "http://gxb-file.oss-cn-beijing.aliyuncs.com" + coderecords.audioUrl);
  417 + if (_languageid == 35) {
  418 + $('#cmprun-tabs').hide();
  419 + }
417 if (_role ==0) { 420 if (_role ==0) {
418 player.init({ 421 player.init({
419 container: '#audioWrap' 422 container: '#audioWrap'
src/scss/recording.scss
@@ -418,6 +418,7 @@ button{ @@ -418,6 +418,7 @@ button{
418 line-height: 34px; 418 line-height: 34px;
419 padding: 0; 419 padding: 0;
420 border-radius: 21px; 420 border-radius: 21px;
  421 + color: #666;
421 } 422 }
422 .nav-tabs>li.active>a{ 423 .nav-tabs>li.active>a{
423 background: #fff !important; 424 background: #fff !important;