データ整合性
1575 ワード
<head>
<style type="text/css">
body {
font-family:Arial,Simsun,"Arial Unicode MS",Mingliu,Helvetica;
font-size:12px;
}
body {
color:#5C5C5C;
}
.userinfo_main .userinfo_files p {
margin-bottom:8px;
padding-left:10px;
}
* {
margin:0;
padding:0;
}
.userinfo_main .userinfo_progressbar {
border-bottom:1px dashed #DCDCDC;
margin-bottom:8px;
position:relative;
}
.qz_plan {
left:80px;
position:absolute;
top:-1px;
width:144px;
}
.qz_plan {
background-color:#FFFFFF;
border:1px solid #999999;
font-size:0;
height:13px;
line-height:0;
margin:auto;
text-align:left;
}
.qz_plan div {
background:#A9DF34;
height:13px;
}
.qz_plan div strong {
color:#425E05;
display:block !important;
font-size:10px;
height:13px;
left:0;
line-height:13px;
position:absolute;
text-align:center;
top:0;
width:144px;
}
</style>
</head>
<body>
<div class="userinfo_progressbar">
<p> :</p>
<div class="qz_plan"><div id="percent_div" style="width:34%;"><strong id="percent_txt">34%</strong></div></div>
</div>
</body>