月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小時內與您取得聯系。