效果图1:
效果图2:
滑块验证 #container{ padding: 0; margin: 0; position: relative; width:350px; height: 50px; border: 1px solid gray; border-radius: 3px; margin: 10px auto; line-height: 50px; user-select:none; } #success,#mark,#move{ position: absolute; width: 100%; height: 100%; font-size: 20px; font-weight: bold; text-align: center; color: white; } #success{ background: lightgreen; } #mark{ background:gray; } #move{ width: 50px; background: white; color: black; top: 0; left: 0; cursor: move; } success! please,slide! >>



