| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!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/layer/need/layer.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <title>回复微博消息</title>
- <style>
- .input {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px
- }
-
- .fjnr {
- padding: 0!important;
- border: none!important;
- }
- .Source{
- width: 171px;
- display: block;
- height: 32px;
- }
- #type{
- height: 32px;
- width: 255px;
- padding-left: 10px;
- }
- #content{
- /*display: block;*/
- padding: 10px;
- }
- </style>
- </head>
- <body>
- <div class="wrapper wrapper-content animated fadeInRight">
- <div style="padding: 10px;" class="tj_content clearFix">
- <div class="Common">
- <table>
- <tr>
- <!--<th class="Importent">内容:</th>-->
- <td colspan="7">
- <textarea data-adaptheight id="content" name="" rows="8" cols="" style="width: 100%;" placeholder="请输入回复内容......."></textarea>
- </td>
- </tr>
-
-
- </table>
- <div class="btn_box">
- <button class="btns BC">保存</button>
- <!--<button class="btns SavedSubmit">保存并提交</button>-->
- </div>
- </div>
- </div>
- </div>
- <script src="../css/laydate/laydate.js"></script>
- <script src="../js/adjustHeight.js"></script>
- <script src="js/addOrEditSina.js"></script>
-
-
- </body>
- </html>
|