You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
5.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AI Drama</title>
<style type="text/css">
*{
margin:0;
padding:0;
}
</style>
</head>
<body>
<div style="width:1903px">
<div style="background-color:#5DDCFF;width:1903px;height:60px;">
<h2 style="line-height:60px">&nbsp;<img src="image/logo1.png" align = "center" style="width:43px;height:43px;" >剧本生成器
<span style="float:right" ><embed src="image/logo.svg" type="image/svg+xml" align = "center" style="width:43px;height:43px;"/>&nbsp;</span></h2>
</div>
<div style="width:1249px;float:left">
<div style="background-color:#DDDADA;width:1249px;height:61px;;line-height:60px;">
<input type="image" src="image/image1.png" align = "center" style="width:33px;height:33px;">
</div>
<div style="background-color:#EBEBEB;width:1249px;height:959px;">
<textarea runat="server" style="background-color:#EBEBEB;height:100%;width:1244px;border:none;resize:none;font-size:25px"></textarea>
</div>
</div>
<div style="width:654px;height:1020px;float:left">
<div style="background-color:#F5F5F5;width:654px;height:340px;" >
&nbsp;
<form align="center">
条件1
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
条件2
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
</form>
&nbsp;
<form align="center">
条件3
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
条件4
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
</form>
&nbsp;
<form align="center">
条件5
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
条件6
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
</form>
&nbsp;
<form align="center">
条件7
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
条件8
<select style="width:250px">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="audi">Audi</option>
</select>
</form>
&nbsp;
<form align="center">
<input type="submit" value="确认" style="width:100px">
</form>
</div>
<div style="width:654px;height:680px">
&nbsp;
<form align="center">
<textarea runat="server" style="background-color:#EBEBEB;height:150px;width:500px;border:none;resize:none;font-size:25px"></textarea>
</form>
<form align="center">
<input type="submit" value="确认" style="width:100px;" align="center">
</form>
&nbsp;
<form align="center">
<textarea runat="server" style="background-color:#EBEBEB;height:150px;width:500px;border:none;resize:none;font-size:25px"></textarea>
</form>
<form align="center">
<input type="submit" value="确认" style="width:100px;" align="center">
</form>
&nbsp;
<form align="center">
<textarea runat="server" style="background-color:#EBEBEB;height:150px;width:500px;border:none;resize:none;font-size:25px"></textarea>
</form>
<form align="center">
<input type="submit" value="确认" style="width:100px;" align="center">
</form>
</div>
</div>
</div>
</body>
</html>