Sign in

梁美英 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • src
  • live
  • style
  • student.css
  • fix bug
    d3a9e73e
    ykxie authored
    2017-05-22 19:38:21 +0800  
    Browse Code »
student.css 401 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,0);
    z-index: 9999;
}

.student .live-console-wrap{
    height: 260px;
    bottom: 0;
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}
.student .teacher-live{
    border-right: 6px solid #FFF;
}
.student .live-code{
    border-right: 1px solid #f7f7f7;
}