대여화면3.html 3.69 KB
<!DOCTYPE html>
<html>
<head>
	<title>대여화면3</title>
</head>
<style>
body {
	background-color: rgb(230, 243, 255);
	line-height: 80%;
}

#select1 {
    width: 300px;
    border: 3px solid rgb(191, 191, 191);
    border-radius: 4px;
    font-size: 20px;
	font-family: '배달의민족 도현';
    background-color: rgb(230, 243, 255);
    background-position: 5px 2.5px; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('select-arrow.png') no-repeat 95% 50%;
    padding: 10px 10px 10px 20px; 	
}
select::-ms-expand {
	display: none;	
}
#select2 {
    width: 150px;
    border: 3px solid rgb(191, 191, 191);
    border-radius: 4px;
    font-size: 20px;
	font-family: '배달의민족 도현';
    background-color: rgb(230, 243, 255);
    background-position: 5px 2.5px; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('select-arrow.png') no-repeat 95% 50%;
    padding: 10px 10px 10px 20px;  
	margin-left: 50;
}
input[type=number] {
	width: 109px;
    border: 3px solid rgb(191, 191, 191);
    border-radius: 4px;
    font-size: 20px;
	font-family: '배달의민족 도현';
    background-color: rgb(230, 243, 255);
    background-position: 5px 2.5px; 
    padding: 10px 10px 10px 20px;  
	margin-left: 50;
}
input[type=text] {
	width: 300px;
    box-sizing: border-box;
    border: 3px solid rgb(191, 191, 191);
    border-radius: 4px;
    font-size: 18px;
	font-family: '배달의민족 도현';
    background-color: rgb(230, 243, 255);
    padding: 10px 10px 10px 20px;
}
input[type=submit] {
	width: 300px;
    box-sizing: border-box;
    border: 3px solid rgb(251, 199, 205);
    border-radius: 4px;
    font-size: 25px; 
	font-family: '배달의민족 도현';
    background-color: rgb(251, 199, 205);
	padding: 10px 10px 10px 10px;  
}
input[type=datetime-local] {
	width: 320px;
    box-sizing: border-box;
    border: 3px solid rgb(191, 191, 191);
    border-radius: 4px;
    font-size: 18px; 
	font-family: '배달의민족 도현';
    background-color: rgb(230, 243, 255);
	padding: 10px 10px 10px 20px;  
}
#btn1 {
	width: 147px;
	height: 60px;
	font-size:16px;
	font-family: '배달의민족 도현';
	text-align: left;
	color: gray;
	background: white;
	border: solid 5px white;
	border-radius: 5px;
	vertical-align: bottom;
}
#btn2 {
	width: 147px;
	height: 60px;
	font-size:25px;
	font-family: '배달의민족 도현';
	color: rgb(045, 098, 155);
	background: white;
	border: solid 5px white;
	border-radius: 5px;
}
#btn3 {
	width: 147px;
	height: 60px;
	font-size:25px;
	font-family: '배달의민족 도현';
	color: rgb(164, 025, 018);
	background: white;
	border: solid 5px white;
	border-radius: 5px;
}
#btn3 {
	width: 65px;
	height: 65px;
	font-size:25px;
	font-family: '배달의민족 도현';
	color: rgb(164, 025, 018);
	border-radius: 50%;
	border: solid 5px rgb(230, 243, 255);
	background-image: url('back-arrow.png');
}
form {
	font-family: '배달의민족 도현';
	font-size:20px;
}

</style>

<body>

<br>
<center><button id="btn3"></button>&nbsp;&nbsp;<img style="border-radius:15px;" width="300px;" src="캡처7.png"/></center>
<form>

<br><br>

<center><select id="select1"><option>선택1<option>선택2<option>선택3</select></center><br>
<center><select id="select2"><option>선택1<option>선택2<option>선택3</select>&nbsp;<input type="number" name="quantity" min="1" max="5"></center><br>

<form action="/action_page.php">
<center>시작 시간<br><br><input type="datetime-local" name="bdaytime"></center><br>
<center>종료 시간<br><br><input type="datetime-local" name="bdaytime"></center><br>
</form>

<br>
<center><input type="submit" value="검색"></center>

<center><img width="100;" height="70;" align="bottom;" src="khu.png"/></center>

</form>



</body>

</html>