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