月16日,东莞市住房和城乡建设局发布《关于明确购买车位查询业务有关事项的通知(东建房〔2022〕18号)》,指出,自9月21日起,购买车位查询业务将推行全流程网办,市民可通过“东莞市房产交易平台”自行办理。
根据有关工作部署,购买车位查询业务已由东莞市自然资源局划入市住建局管理。为推进房地产领域“放管服”改革,提升房屋交易管理服务效能,进一步优化营商环境,市住建局经研究决定,购买车位查询业务将于“东莞市房产交易平台”(下称“交易平台”,网址:https://dggezf.dg.cn/zhfc/ibasem/web/page/login/login.html)实现全流程网办。
9月21日起,办理购买车位查询业务时,买卖双方通过交易平台线上提交申请,经后台审核后反馈办理意见,对符合车位购买条件的购买人给予出具车位查询结果。
买卖双方发起车位的商品房买卖合同网签备案申请时,交易平台将自行检测拟出售车位是否存在有效的车位查询结果,符合车位购买条件的购买人可继续办理车位的商品房买卖合同网签备案业务。购买车位查询结果有效期为30天,有效期内购买人不能再申请出具其他购买车位查询结果;已使用查询结果办理车位的商品房买卖合同网签备案手续或查询结果到期已失效的,可以另行申请。
此外,9月21日前出具的车位查询结果,请于9月21日前完成车位的商品房买卖合同网签。在上述日期前未完成网签的,需在交易平台重新申请出具查询结果。
市住建局提醒:请有关单位和个人提前做好安排,合理调整相关车位的商品房买卖合同网签备案计划。
记者? 周悦维
个登录界面可能有一点点。。。[黑线]
源码放着了,要自己拿去吧[奸笑]
<!DOCTYPE html>
<html>
<head>
<title>Login Page</title>
<style>
body {
background-color: #000;
color: #fff;
text-align: center;
padding-top: 100px;
font-family: 'Courier New', Courier, monospace;
}
h1 {
font-size: 50px;
margin-bottom: 30px;
color: #ff0000;
text-shadow: 0 0 10px #ff0000;
}
table {
margin: 0 auto;
width: 400px;
}
th,
td {
padding: 10px;
}
input[type="text"],
input[type="date"] {
width: 300px;
padding: 5px;
border-radius: 5px;
border: 1px solid #ff0000;
background-color: #000;
color: #ff0000;
}
input[type="submit"] {
margin-top: 20px;
padding: 10px;
background-color: #ff0000;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
animation: pulseEffect 1s infinite;
}
input[type="submit"]:hover {
background-color: #ff6666;
animation: none;
}
.success-message {
margin-top: 30px;
display: none;
animation: fadeInEffect 2s;
}
.checkbox-option {
margin-top: 20px;
animation: slideInEffect 2s;
}
.contact-info {
margin-top: 40px;
animation: bounceEffect 1.5s infinite;
}
/* Animations */
@keyframes pulseEffect {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes fadeInEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slideInEffect {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes bounceEffect {
0%,
100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}
</style>
<script>
window.onload=function () {
document.querySelector('form').addEventListener('submit', function (event) {
event.preventDefault();
var successMessage=document.getElementById('successMessage');
successMessage.style.display='block';
successMessage.style.animation='fadeInEffect 2s forwards';
var submitButton=document.getElementById('submitButton');
submitButton.disabled=true;
});
document.getElementById('closeButton').addEventListener('click', function () {
var successMessage=document.getElementById('successMessage');
successMessage.style.display='none';
});
}
</script>
</head>
<body>
<h1>死亡协议</h1>
<form>
<table>
<tr>
<th>受害者姓名</th>
<td><input type="text"></td>
</tr>
<tr>
<th>身份证号码</th>
<td><input type="text"></td>
</tr>
<tr>
<th>iphone</th>
<td><input type="text"></td>
</tr>
<tr>
<th>邮箱</th>
<td><input type="text"></td>
</tr>
<tr>
<th>预定日期</th>
<td><input type="date"></td>
</tr>
</table>
<input id="submitButton" type="submit" value="签署协议">
</form>
<div id="successMessage" class="success-message">
<p>最近自杀人数较多,可能会延期</p>
<button id="closeButton">关闭</button>
</div>
<div class="checkbox-option">
<input type="checkbox" id="agreementCheckbox">
<label for="agreementCheckbox">我同意所有要求</label>
</div>
<div class="contact-info">
<p>客服:LHTZ173@163.com</p>
</div>
</body>
图1
图2
图3
*请认真填写需求信息,我们会在24小时内与您取得联系。