2016-02-01 01:53:30 +08:00
|
|
|
@extends('pages/export')
|
2016-01-21 06:13:13 +08:00
|
|
|
|
2016-02-01 01:53:30 +08:00
|
|
|
@section('head')
|
2016-01-21 06:13:13 +08:00
|
|
|
<style>
|
2016-02-01 01:53:30 +08:00
|
|
|
body {
|
2016-08-21 20:35:22 +08:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2;
|
2016-02-01 01:53:30 +08:00
|
|
|
}
|
2016-01-21 06:13:13 +08:00
|
|
|
|
2016-02-01 01:53:30 +08:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2016-08-21 20:35:22 +08:00
|
|
|
line-height: 1.2;
|
2016-02-01 01:53:30 +08:00
|
|
|
}
|
2016-01-21 06:13:13 +08:00
|
|
|
|
2016-02-01 01:53:30 +08:00
|
|
|
table {
|
|
|
|
max-width: 800px !important;
|
|
|
|
font-size: 0.8em;
|
2016-10-30 18:26:12 +08:00
|
|
|
width: 100% !important;
|
2016-02-01 01:53:30 +08:00
|
|
|
}
|
2016-01-21 06:13:13 +08:00
|
|
|
|
2016-02-01 01:53:30 +08:00
|
|
|
table td {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
2016-02-09 04:41:40 +08:00
|
|
|
|
2016-08-21 20:35:22 +08:00
|
|
|
.page-content .float {
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
2016-02-09 04:41:40 +08:00
|
|
|
.page-content img.align-left, .page-content img.align-right {
|
|
|
|
float: none !important;
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
2016-02-01 01:53:30 +08:00
|
|
|
</style>
|
|
|
|
@stop
|