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