bdcqljqtsx.vue 1.72 KB
<template>
  <div class="bdcqljqtsx">
    <div class="content">
      <div class="title">不动产权利及其他事项<br />登记信息</div>
      <div>
        不动产单元号:
        <div class="underline">440300 002109 GB00004 F00020001</div>
      </div>
      <br /><br /><br />
      <div>
        <div class="underline">国有建设用地使用权和房屋所有权</div>
        登记 共
        <div class="underline">9</div>

      </div><br /><br />
      <div>
        抵押权登记 共
        <div class="underline">3</div>

      </div><br />
      <div>
        地役权登记 共
        <div class="underline">3</div>

      </div><br />
      <div>
        预告登记 共
        <div class="underline">3</div>

      </div><br />
      <div>
        异议登记 共
        <div class="underline">3</div>

      </div><br />
      <div>
        查封登记 共
        <div class="underline">3</div>

      </div>
      <br />
    </div>
  </div>
</template>

<script>
export default {
  name: "bdcqljqtsx",
  data() {
    return {};
  },
};
</script>

<style lang="scss" scoped>
.bdcqljqtsx {
  width: 100%;
  height: 100%;
  background: #fff;
  .content {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    text-align: right;
    color: #333;
    font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    .title {
      font-size: 32px;
      text-align: center;
      padding: 40px 0;
      line-height: 34px;
    }
    .underline {
      font-size: 14px;
      font-weight: normal;
      text-decoration: underline;
      display: inline-block;
    }
  }
}
</style>