省老板惠企政策大数据平台简介

省老板是一个致力于为广大企业提供便捷、高效的信息查询和服务的平台。通过大数据技术,我们汇集了全省各类政策法规、优惠政策、投资环境等信息,为企业提供一站式查询服务,助力企业发展。

HTML结构

<!DOCTYPE html>  
<html lang="zh">  
<head>  
<meta charset="UTF-8">  
<title>省老板惠企政策大数据平台</title>  
<link rel="stylesheet" href="css/common.css">  
</head>  
<body>  
<!-- 页面内容 -->  
</body>  
</html>  

CSS样式

”`css
html, body {
margin: 0 auto;
height: 100%;
background: #fff;
}

body, td, th, input, select, textarea {
font-size: 14px;
color: #333;
font-family: 微软雅黑;
line-height: 1.5;
}

a {
text-decoration: none;
color: #333;
}

a:hover {
color: #555;
}

img {
vertical-align: middle;
border: none;
}

canvas {
background: white;
display: block;
}

dt, dd, dl, ol, ul, input {
list-style: none;
padding: 0;
margin: 0;
vertical-align: middle;
}

li, p {
list-style: none;
padding: 0;
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}

.w1158,.ml24{width:1158px;}.ml24{margin-left:24px;}@media screen and (max-width:767px){.w1158,.ml24{width:auto!important}.ml24{margin-left:0!important}}.f14{font-size:14px;}.f16{font-size:16px;}.lh15{line-height:1.5;}.bold{font-weight:bold;}a.blue{color:#006cff;text-decoration:underline}.blue_bg{background-color:#006cff;}a.yellow{color:#feac13;}a.yellow_bg{background-color:#feac13}a.red{color:#cc0000;}a.red_bg{background-color:#cc0000}.f22{font-size:22px}.f30{font-size:30px}.mt20{margin-top:20px}.mb20{margin-bottom:20px}.mlr5{margin-left:5px}.mr5{margin-right:5px}“`