Files
drawing/pages/index.vue
2022-12-20 05:44:10 +08:00

12 lines
594 B
Vue

<template lang="pug">
div.text-white.w-full.flex.bg-dark-900
div.w-xs.border-r-1.border-gray-500.border-opacity-10.pt-24.px-4
div
p.font-bold 迅速に開発できる
p.text-gray-400 あなたのアイデアを素早く実現するためのフレームワークです
textarea.mt-4.rounded-lg.h-32.w-full.px-4.py-2.bg-gray-500.bg-opacity-5.border.border-gray-500.border-opacity-20.text-gray-500(value="Search" type="text" class="focus:outline-none")
div.flex-1
span Hello World
div.w-xs.border-l-1.border-gray-500.border-opacity-10.pt-24.px-4 end
</template>