발전시뮬레이션 pdf html 수정
This commit is contained in:
parent
27ec69f5a8
commit
c4844d4cd3
@ -52,6 +52,10 @@
|
||||
width: 10%
|
||||
}
|
||||
|
||||
.col-13 {
|
||||
width: 13%
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 1040px;
|
||||
margin: 0 auto
|
||||
@ -61,14 +65,6 @@
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.al-l {
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
.al-r {
|
||||
text-align: right !important
|
||||
}
|
||||
|
||||
/* 가이드박스 */
|
||||
.guide-box {
|
||||
border: 1px solid #000;
|
||||
@ -148,208 +144,6 @@
|
||||
padding: 1px
|
||||
}
|
||||
|
||||
/* 타이틀 */
|
||||
.title {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
letter-spacing: 10px;
|
||||
font-weight: bold;
|
||||
margin: 10px 0 30px;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
/* 비고퍼블 */
|
||||
.note th, .note td {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
/* 총액퍼블 */
|
||||
.all-price-wrap {
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.all-price {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.all-price span {
|
||||
display: inline-block;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.all-price-value {
|
||||
width: 300px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* 태양전지 */
|
||||
.sun-volt {
|
||||
display: inline-block;
|
||||
margin-bottom: 30px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.sun-volt span {
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sun-volt-value {
|
||||
width: 130px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.price-table td.end {
|
||||
background-color: #eee;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.product-info-wrap {
|
||||
table-layout: fixed;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.product-info-wrap td {
|
||||
border: none;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* 견적서 정의 */
|
||||
.estimate-wrap {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.estimate-info {
|
||||
display: inline-block;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.estimate-info span {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.estimate-info-name {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
/* tit-form */
|
||||
.estimate-tit-form {
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.estimate-tit-form span {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.estimate-tit-form .estimate-tit {
|
||||
display: inline-block;
|
||||
width: 82px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* 물품 */
|
||||
.product-wrap > div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.product-num {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.product-count {
|
||||
display: inline-block;;
|
||||
}
|
||||
|
||||
.product-count .tit, .product-num .tit {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.product-count span, .product-num span {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.product-form {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.product-form .tit {
|
||||
display: inline-block;
|
||||
width: 62px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.product-form span {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.store-info-tit {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.product-info-wrap .store-info {
|
||||
display: block;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.store-info span {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.store-info .number {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.store-info .number span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.approval-table {
|
||||
width: 200px;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
.approval-table th {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.approval-table td {
|
||||
padding: 30px 0;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.chart-wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -379,11 +173,11 @@
|
||||
<th class="col-10">物件番号</th>
|
||||
<td id="objectNo"></td>
|
||||
<th class="col-10">作成日</th>
|
||||
<td id="drawingEstimateCreateDate"></td>
|
||||
<td class="col-13" id="drawingEstimateCreateDate"></td>
|
||||
<th class="col-10">都道府県</th>
|
||||
<td id="prefName"></td>
|
||||
<td class="col-13" id="prefName"></td>
|
||||
<th class="col-10">日射量観測地点</th>
|
||||
<td id="areaName"></td>
|
||||
<td class="col-13" id="areaName"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-10">システム容量</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user