<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>table-cell</title>
<link rel="stylesheet" href="/go.html?url="/>
<script type="text/javascript" src=""></script>
<style type="text/css">
.one{
width: 300px;
height: 300px;
display: table;
text-align: center;
}
.two{
display: table-cell;
background-color: grey;
vertical-align: middle;
}
</style>
</head>
<body>
<div class="one">
<p class="two">购物车服务行为职责设计,购物车服务行为职责设计,购物车服务行为职责设计,购物车服务行为职责设计,购物车服务行为职责设计,购物车服务行为职责设计</p>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset=