2025-02-15 12:13:10 +08:00

67 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="../../component/pear/css/pear.css" />
<style>
body {
margin: 0;
padding: 0;
}
.pear-container {
margin: 0;
padding: 0;
}
.right,
.left {
height: 100%;
position: absolute;
transition: all .3s;
}
.left {
width: 200px;
background-color: #f56c6c;
}
.right {
width: calc(100% - 200px);
background-color: #2d8cf0;
margin-left: 200px;
}
.mini .left{
width: 0px;
}
.mini .right {
width: 100%