效果图:
代码
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.container {
height: 200px;
width: 120px;
position: relative;
border: 1px solid pink;
box-sizing: content-box;
border-top: none;
}
.box {
width: 120px;
background-color: pink;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.rela {
position: relative;
width: 100%;
height: 100%;
}
.leftCon {
width: 41px;
height: 19px;
position: absolute;
left: -1px;
top: 0;