RuralDatabase/apps/web/components/common/frame/v2.vue

19 lines
939 B
Vue

<template>
<div class="relative w-full h-[211px]">
<div class="w-full h-full p-3">
<slot />
</div>
<svg viewBox="0 0 431 211" class="absolute top-0 left-0 " fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:anim="http://www.w3.org/2000/anim" anim="" anim:transform-origin="50% 50%" anim:duration="1" anim:ease="ease-in-out">
<g id="框">
<path id="矩形" opacity="0.214979" d="M1 0.5H0.5V1V210V210.5H1H430H430.5V210V1V0.5H430H1Z" stroke="#94CAEB" />
<g id="高亮边框">
<path id="路径 8" d="M1 10.3191V1H10.7924" stroke="#94CAEB" />
<path id="路径 8_2" d="M430 10.3191V1H420.208" stroke="#94CAEB" />
<path id="路径 8_3" d="M1 200.681V210H10.7924" stroke="#94CAEB" />
<path id="路径 8_4" d="M430 200.681V210H420.208" stroke="#94CAEB" />
</g>
</g>
</svg>
</div>
</template>