This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```html | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>CSS实现隐藏滚动条</title> | |
<meta charset="UTF-8"> | |
<style type="text/css"> | |
.wrap { | |
width: 500px; |