效果图如下(有个鼠标点着灰色条拖动它的哈):
接下来look look你们期盼的代码:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> body{ overflow: hidden; } .moveBar{ width: 300px; height: 15px; background-color: #aaa; cursor: move; } .block{ width: 500px; height: 350px; font-size: 28px; display: flex; align-items: center; justify-content: center; background-color: #0062CC; } .box{ width: 300px; height: 300px; font-size: 28px; background-color: aquamarine; position:relative; } </sty