feat: 生物由来画面のデザイン修正
This commit is contained in:
parent
2408460f29
commit
033ff199de
@ -15,6 +15,7 @@ h1 {
|
||||
margin-left: 2%;
|
||||
margin-top: 0%;
|
||||
margin-bottom: 0%;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.title {
|
||||
@ -25,17 +26,47 @@ table{
|
||||
border-collapse : collapse;
|
||||
}
|
||||
|
||||
.headerTable{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.headerTd{
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
.headerTdCenter{
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.headerTdRight{
|
||||
text-align: right;
|
||||
padding-right: 2%;
|
||||
}
|
||||
|
||||
.header_bt{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
|
||||
.search_table {
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 1%;
|
||||
padding-bottom: 1%;
|
||||
border-bottom: solid 1px gray;
|
||||
width: 1132px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.searchColumnTd{
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.searchTextBoxTd{
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
._form {
|
||||
width: 1132px;
|
||||
margin-left: 10px;
|
||||
margin-right: 20px;
|
||||
width: 95%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
.back_bt {
|
||||
|
||||
@ -19,15 +19,18 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>生物由来検索一覧</h1>
|
||||
<table class="headerTable">
|
||||
<tr>
|
||||
<td class="headerTd"><h1>{{bio.subtitle}}</h1></td>
|
||||
<td class="headerTdCenter headerTdCenter"></td>
|
||||
<td class="headerTd headerTdRight">
|
||||
<button class="header_bt" onclick="backToMenu()">メニューへ</button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<form class="_form" id="bio_search" name="search" action="/bio/BioSearchList" method="POST">
|
||||
<table class="search_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="back_bt" colspan="7" align="right">
|
||||
<input type="button" name="back" value="メニューへ" onclick="location.href='/menu/'">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>卸:</td>
|
||||
<td class="search_tb" id="oroshi_dd">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user