frame_mgn.css 694 B

12345678910111213141516171819202122
  1. .leftcol-lh{float:left; width:100%; height:50px; line-height:50px; background-color:#f2f2f2;
  2. margin:10px 0; border-radius:5px; padding:0 30px; box-sizing:border-box; }
  3. .leftcol-lh img{width:25px; height:25px;}
  4. .rgh-plgn-list{float:left; width:96%; margin-left:2%; border-bottom:1px solid #dedede; padding:10px 0 10px 10px;}
  5. .rgh-plgn-list:last-child{border-bottom:none;}
  6. .rgh-plgn-list-left{float:left; width:256px; }
  7. .rgh-plgn-list-center{float:left; width:calc(100% - 336px); }
  8. .rgh-plgn-list-right{float:left; width:80px; }
  9. .checkbox-list label{
  10. float: left;
  11. margin-left: auto !important;
  12. margin-bottom: 10px;
  13. }
  14. .frame-bg-orange{background-color:#ffff99; }