代码示例:(标识:eg_csse_dim_width_percent)
<html>
<head>
<style type="text/css">
img
{
width: 50%
}
</style>
</head>
<body>

<img src="/static/demo/images/eg_smile.gif" />

</body>
</html>
运行结果: