Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<style>
div
{
text-align:center;
border:2px; solid;
padding:100px 150px;
background:yellow;
width:350px;
border-radius:25px;
-moz-border-radius:25px;
}
</style>
</head>
<body>
<div style="color:red;">
卓蓝雅
</div>
</body>
</html>
body {
background-image: url(/themes/zhan/styles/images/bg-body.jpg);
.main {
width: 80%;
margin: auto;
text-align: center;
border: 1px solid #e0e0e0;
box-shadow: 0 0 2px #ddd;
word-wrap: break-word;
padding: 10px;
border-radius: 3px
xxxxxxxxxx
$(function(){
//设置DIV背景颜色
$('.main').attr('style','background:white');
});