| 1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../css/Table/table1.css" rel="stylesheet" />
- <link href="../css/init.css" rel="stylesheet" />
- <title></title>
- <style>
- .Content{
- text-align: center;
- padding: 10px;
- }
- .btn{
- background: #1ab394;
- }
- .Btn_box{
- margin-top: 20px;
- color: #fff;
- }
- </style>
- </head>
- <body>
- <div>
- <div class="Content">
- <span>名称;<input type="text" /></span>
- <div class="Btn_box">
- <button class="rightAll btn size-14">保存</button>
- </div>
- </div>
- </div>
- </body>
- </html>
|