Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 6f879c68 authored by 64160295's avatar 64160295
Browse files

merge 64160174

parents 38e0abad 1294babe
No related branches found
No related tags found
1 merge request!12proof tranfer update
Showing
with 488 additions and 168 deletions
......@@ -7,7 +7,7 @@
class AdminController extends Controller
{
public function Home(){
public function Admin_home(){
return view('Admin/v_admin_home');
}
}
......@@ -7,7 +7,14 @@
class RegisterController extends Controller
{
public function Register(){
return view('Register/v_register_pang1');
public function Register_page1(){
return view('Register/v_register_page1');
}
public function Register_page2(){
return view('Register/v_register_page2');
}
public function Register_page3(){
return view('Register/v_register_page3');
}
}
h1 {
font-family: 'Kanit', sans-serif;
margin-left: 15%;
margin-top: 5%;
color: #36618D;
}
input[type="text"],
select.form-control {
background: transparent;
border: none;
border-bottom: 1px solid #CCCCCC;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
outline: none;
}
/* input[type="button"],
select.form-select {
color: #000000;
background-color: #ffffff;
border-color: #ffffff;
} */
input[type="text"]:focus,
select.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.container {
font-family: 'Kanit', sans-serif;
color: #808080;
}
prefix.form-label {
color: #808080;
}
\ No newline at end of file
......@@ -3,7 +3,6 @@ body {
}
.nav {
box-sizing: border-box;
width: 305px;
height: 1024px;
......@@ -14,7 +13,6 @@ .nav {
font-style: normal;
font-weight: 400;
font-size: 24px;
}
.h1 {
......@@ -32,16 +30,11 @@ .row {
height: 750px;
left: 405px;
top: 230px;
background: #FFFFFF;
border: 1px solid;
border-radius: 10px;
}
.a1 {
display: flex;
flex-direction: row;
......@@ -203,7 +196,6 @@ .a9 input {
#country {
width: 200px;
}
#phonenumber {
......
......@@ -3,7 +3,6 @@ body {
}
.nav {
box-sizing: border-box;
width: 305px;
height: 1024px;
......@@ -14,10 +13,19 @@ .nav {
font-style: normal;
font-weight: 400;
font-size: 24px;
}
.container {
box-sizing: border-box;
position: absolute;
width: 928px;
height: 64px;
left: 405px;
top: 204px;
}
.h1 {
color: #36618D;
position: absolute;
width: 400px;
height: 48px;
......@@ -25,34 +33,46 @@ .h1 {
top: 116px;
}
.row {
box-sizing: border-box;
table {
width: 928px;
height: 328px;
border: 1px solid #aaa;
border-collapse: separate;
overflow: hidden;
border-spacing: 0;
border-radius: 10px;
border: 1px solid #aaa;
}
position: absolute;
th,
td {
padding: .6em 3em;
vertical-align: middle;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
th {
text-align: center;
background: #ddd;
}
.container2 {
box-sizing: border-box;
width: 928px;
height: 695px;
height: 262px;
left: 405px;
top: 230px;
top: 598px;
background: #FFFFFF;
border: 1px solid;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
.col-md-6 input[type="date"] {
width: 420px;
.col-md-5 input {
width: 300px;
height: 30px;
left: 888px;
top: 481px;
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
}
#validationCustom01,
InputEmail1 {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
margin-right: 10px;
}
\ No newline at end of file
.box {
width: 20%;
height: 120px;
border-radius: 10px;
margin-right: 10px;
background-color: #ffffff;
display: inline-block;
}
.col {
left: 405px;
width: 1040px;
height: auto;
margin: 0 auto;
background: #ffffff;
}
.container {
margin: 0 auto;
}
.table-bordered {
border: 10px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 10px solid #dee2e6;
border-top-width: 0;
border-left-width: 0;
}
.table-bordered thead th:first-child,
.table-bordered td:first-child {
border-left-width: 2px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.table-bordered thead th:last-child,
.table-bordered td:last-child {
border-right-width: 2px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.table-bordered thead th,
.table-bordered td {
vertical-align: middle;
}
.col-2 input[type="text"] {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
text-align: center;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #ffffff;
}
\ No newline at end of file
.box {
width: 20%;
height: 120px;
border-radius: 10px;
margin-right: 10px;
background-color: #ffffff;
display: inline-block;
}
.col {
left: 405px;
width: 1040px;
height: auto;
margin: 0 auto;
background: #ffffff;
}
.container {
margin: 0 auto;
}
.table-bordered {
border: 10px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 10px solid #dee2e6;
border-top-width: 0;
border-left-width: 0;
}
.table-bordered thead th:first-child,
.table-bordered td:first-child {
border-left-width: 2px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.table-bordered thead th:last-child,
.table-bordered td:last-child {
border-right-width: 2px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.table-bordered thead th,
.table-bordered td {
vertical-align: middle;
}
\ No newline at end of file
/* Google Fonts - Kanit */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Kanit', sans-serif;
}
body {
min-height: 100%;
width: 100%;
background: #e0e4e7;
}
nav {
position: fixed;
top: 0;
left: 0;
height: 70px;
width: 100%;
display: flex;
align-items: center;
background: #ffffff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
nav .logo {
display: flex;
align-items: center;
margin: 0 24px;
}
nav .user {
display: flex;
width: 1500%;
justify-content: end;
margin-right: 10px;
}
nav .bottom-cotent {
display: flex;
width: 100%;
justify-content: end;
margin-right: 30px;
}
.logo .nav-link {
display: flex;
align-items: center;
background-color: #ffffff;
text-decoration: none;
}
.user .nav-link {
display: flex;
align-items: center;
background-color: #ffffff;
text-decoration: none;
font-size: 16px;
color: #000;
font-weight: 400;
}
.user .nav-link .icon {
font-size: 25px;
color: #000;
}
.bottom-cotent .icon {
color: #333;
font-size: 24px;
margin-right: 14px;
cursor: pointer;
}
.bottom-cotent .menu-icon {
margin: 14px;
font-size: 20px;
color: #000;
}
.logo .menu-icon {
color: #333;
font-size: 24px;
margin-right: 14px;
cursor: pointer;
}
.logo .logo-name {
color: #333;
font-size: 22px;
font-weight: 500;
}
nav .sidebar {
position: fixed;
top: 0;
left: -100%;
height: 100%;
width: 320px;
padding: 10px 0;
background-color: #ffffff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
}
nav.open .sidebar {
left: 0;
}
.sidebar .sidebar-content {
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
padding: 10px 16px;
}
.sidebar-content .list {
list-style: none;
}
.list .nav-link {
display: flex;
align-items: center;
margin: 5px 0;
padding: 5px 12px;
border-radius: 8px;
background-color: #ffffff;
text-decoration: none;
}
.lists .nav-link:hover {
background-color: #36618D;
/* */
}
.nav-link .icon {
margin: 14px;
font-size: 20px;
color: #000;
}
.nav-link .link {
font-size: 16px;
color: #000;
font-weight: 400;
}
.overlay {
position: fixed;
top: 0;
left: -100%;
height: 1000vh;
width: 200%;
opacity: 0;
pointer-events: none;
transition: all 0.5s ease;
background: rgba(0, 0, 0, 0.3);
}
nav.open~.overlay {
opacity: 1;
left: 320px;
pointer-events: auto;
}
\ No newline at end of file
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@500&display=swap');
.img_resize{
width: 200px;
height: 100px;
}
.split {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden;
padding-top: 0px;
}
/* Control the left side */
.left {
left: 0;
background-color: #a3a2ff;
}
/* Control the right side */
.right {
right: 0;
background-color: rgb(255, 255, 255);
}
/* If you want the content centered horizontally and vertically */
.centered {
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
/* Style the image inside the centered container, if needed */
.centered img {
width: 150px;
border-radius: 50%;
}
.img{
overflow:hidden;
width: 100%;
height: 100%;
max-height: 100%;
position: absolute;
}
.font{
font-family: 'Sarabun', sans-serif;
font-size: 15px;
padding: 10px;
text-align: left;
}
.login-position{
position: absolute;
top: 40%;
left: 50%;
text-align: center;
transform: translate(-50%);
}
.div-between > * {
padding: 10px;
}
.button-register{
float:inherit;
font-family: 'Sarabun', serif;
color : #ffffff;
background-color: #3D7EFC;
border: none;
appearance: none;
border-radius: 6px;
box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
box-sizing: border-box;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 20px;
list-style: none;
padding: 6px 16px;
position: relative;
transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
word-wrap: break-word;
width: 100%;
height: 100%;
}
.font:hover{
font-weight: #0B57A5;
}
.button-register:hover {
background-color: #89b0ff;
}
.button-register2:hover {
background-color: #3D7EFC;
color : #ffffff;
}
.button-resize{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 180px;
gap: 10px;
position: relative;
width: 10%;
height: 10%;
background: #0B57A5;
}
.input-resize{
background-color: #EBEBEB;
border-radius: 5px;
border-color: #EBEBEB;
}
File moved
body {
font-family: 'Prompt';
}
.h1 {
position: absolute;
width: 400px;
height: 48px;
left: 200px;
top: 116px;
border: #cd1010;
}
.container {
box-sizing: border-box;
position: absolute;
width: 159px;
height: 198.75px;
left: 619px;
top: 211px;
background: #FFFFFF;
border: 1px solid;
border-radius: 10px;
}
.container2 {
position: absolute;
width: 407px;
height: 34px;
left: 495px;
top: 430px;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 34px;
}
.row {
box-sizing: border-box;
position: absolute;
width: 1000px;
height: 464px;
left: 245px;
top: 484px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
.answer {
text-decoration: underline;
}
.col-2 input[type="text"] {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
}
.col-4 input[type="text"] {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
}
.col-6 input[type="text"] {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
}
.form-control {
border: none;
border-bottom: 1px solid black;
border-radius: 0px;
}
\ No newline at end of file
.sidebar {
width: 200px;
background-color: #f2f2f2;
height: 100%;
position: fixed;
left: 0;
top: 0;
padding: 20px;
}
.sidebar h3 {
margin-top: 0;
}
.sidebar ul {
margin: 0;
padding: 0;
}
.sidebar li {
list-style: none;
margin: 10px 0;
}
.sidebar li a {
text-decoration: none;
color: #333;
}
.sidebar li a:hover {
color: #007bff;
}
public/icon/cremation_system_logo/cremation_name.png

7.21 KiB

$(function(){
$('#datepicker').datepicker();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment