.fp-part-left { float: left; width: 100%; overflow-y: auto; overflow-x: auto; box-sizing: border-box; } p { word-break: normal; white-space: normal; } .pointer{ cursor:pointer } .menu-list { float: left; } .menu-list ul { margin: 8px 0 8px 20px; border: solid #eee; border-width: 0; } .menu-list > ul { margin: 8px; border: solid #eee; border-width: 0; } .menu-list ul li p { padding: 0px 15px 0px 0px; margin: 0; word-break: normal; white-space: nowrap; line-height: 30px; text-indent: 5px; width: auto; display: inline-block !important; border-radius: 3px; } .menu-list ul li p .edit-menu { display: none; margin-left: 10px; } .menu-list ul li p .edit-menu span { display: inline-block; height: 25px; line-height: 25px; } .menu-list ul li p:hover .edit-menu { display: inline-block; } .menu-list ul li p span { cursor: pointer; } .menu-list ul li p.active { background: lightskyblue; } .menu-list i { color: #999; } .menu-list ul li .edit-menu i:hover { color: #333; } .menu-list .pActive { color: #fff !important; background-color: #1c84c6; } .menu-list .pActive i { color: #fff !important; } body .sp-layer .sp-btn-blue { padding: 4px 10px; } .upload-img{ width: 200px; height: 60px; overflow: hidden; position: relative; display: inline-block; vertical-align: middle; } .upload-img img{ margin:5px; cursor:pointer; } .upload-img-file-single{ position: absolute; width: 62px; height: 30px; line-height: 30px; left: 200px; bottom: 30px; opacity: 0; font-size: 0; filter: alpha(opacity=0); cursor: pointer !important; }