html,body{ height: 100%; } .title{ padding: 0 10%; } .title ul{ display: -webkit-box; } .title li.l-zy{ width: 22%; margin-top: 51px; border-top: 1px solid #ccc; } .title li.l-text{ padding: 35px 10px 25px 10px; font-size: 20px; color: #fff; } .l-items{ } .l-items ul{ font-size: 16px; color: #fff; } .l-items li{ text-align: left; height: 36px; padding-top: 20px; border-bottom: 1px solid #ccc; } .l-items img.ico{ position: relative; top: -7px; width: 26px; height: 26px; margin-left: 10px; margin-right: 10px; } .l-items img.checked{ position: relative; top: 2px; display: none; width: 20px; float: right; margin-right: 10px; } .l-items li.l-over img.checked{ display: block; } .l-items label{ display: none; width: 10px; height: 10px; /*display: inline-block;*/ background: red; border-radius: 5px; position: relative; /*top: 6px;*/ left: 8px; }