This commit is contained in:
kanyarat2001 2023-12-14 16:46:24 +07:00
parent bbfaeb74ab
commit 749c79dfd4
4 changed files with 96 additions and 36 deletions

View file

@ -0,0 +1,28 @@
<script setup lang="ts">
</script>
<template>
<div class="q-px-md q-py-sm text-subtitle1 text-white bg-primary text-weight-medium">
ดตอเรา
</div>
</template>
<style>
.card1{
margin-top:15px;
background-color:#F8F8F8;
border-color: #EDEDED !important;
}
.iconQA {
color: #016987;
font-size: 20px;
margin-right: 1%;
}
</style>