|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @{
- ViewBag.Title = "支出预算管理";
- Layout = "~/Views/Shared/_SimpleForm.cshtml";
- }
- <style>
- .list span {
- display: inline-block;
- padding-left: 25px;
- /* width: 15%; */
- }
-
- .textEm {
- padding-left: 25px;
- }
-
- h5, p {
- text-align: center;
- padding: 0;
- margin: 0;
- }
-
- h5 {
- font-size: 28px;
- margin: 10px 0;
- }
-
- p {
- font-size: 18px;
- margin-bottom: 10px;
- }
-
- tr {
- height: 33px;
- }
- .lr-query-btn {
- position: absolute;
- width: 122px;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- border: 1px solid #ccc;
- border-radius: 4px;
- text-align: center;
- color: #fff;
- background-color: #039cfd;
- border-color: #039cfd;
- right: 80px;
- top: 40px;
- font-size: 18px;
- }
- </style>
-
- <div id="content">
- <h5>北京金隅科技学校资金支出报销单</h5>
- <p>(基本承包经费外支出)</p>
- <table border="1" height="800" width="90%" cellspacing="0" align="right" id="t1">
-
-
- </table>
-
- </div>
- <div class="lr-query-btn" id="lr_print">打印</div>
- @Html.AppendJsFile("/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/PrintSpecial.js", "/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/AmountConversion.js")
|