.mapBtn { background-color: #ffffff; width: 20.4vh; height: 4vh; position: relative; top: 3vh; right: -22vh; border-radius: 5px; } .insBtn { float: left; } .mapBtn a { line-height: 4vh; font-size: 13px; text-align: center; color: #757575; position: relative; left: 1.2vh; letter-spacing: 1.5px; } .editBtn { float: left; } .mapBtn img { position: relative; left: 1.2vh; top: -1px; } a:hover { color: #3385FF; cursor: pointer; } .insBtn:hover { cursor: pointer; color: #3385FF; } .editBtn:hover { cursor: pointer; } .delBtn:hover { cursor: pointer; } .tips { width: 120px; height: 18px; background-color: #ffffff; position: absolute; display: none; border-radius: 5px; } .tips span { line-height: 18px; font-size: 10px; }