|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+<!doctype html>
|
|
|
2
|
+<html>
|
|
|
3
|
+
|
|
|
4
|
+ <head>
|
|
|
5
|
+ <meta charset="UTF-8">
|
|
|
6
|
+ <title>咨询建议表扬</title>
|
|
|
7
|
+ <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
|
8
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
9
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
10
|
+ <link href="../css/mui.min.css" rel="stylesheet" />
|
|
|
11
|
+ <link rel="stylesheet" href="../css/iconfont.css" />
|
|
|
12
|
+ <link rel="stylesheet" href="../css/inits.css" />
|
|
|
13
|
+ <style>
|
|
|
14
|
+ .mui-bar-popover {
|
|
|
15
|
+ width: 30%;
|
|
|
16
|
+ }
|
|
|
17
|
+ .mui-popover.mui-bar-popover .mui-table-view{
|
|
|
18
|
+ width: 100%;
|
|
|
19
|
+ }
|
|
|
20
|
+ .mui-table-view .mui-table-view-cell>a:not(.mui-btn){
|
|
|
21
|
+ text-align: center;
|
|
|
22
|
+ }
|
|
|
23
|
+ .san{
|
|
|
24
|
+ font-size: 14px;
|
|
|
25
|
+ margin-right: 5px
|
|
|
26
|
+ }
|
|
|
27
|
+ .nav_a{
|
|
|
28
|
+ border-right: 1px solid #ccc;
|
|
|
29
|
+ }
|
|
|
30
|
+ .radio_box{
|
|
|
31
|
+ display: inline-block;
|
|
|
32
|
+ }
|
|
|
33
|
+ .mui-radio input[type=radio]:before{
|
|
|
34
|
+ font-size: 25px;
|
|
|
35
|
+ vertical-align: middle;
|
|
|
36
|
+ }
|
|
|
37
|
+ .ztext{
|
|
|
38
|
+ width: 100%;
|
|
|
39
|
+ margin: 0;
|
|
|
40
|
+ border: 0;
|
|
|
41
|
+ }
|
|
|
42
|
+ .action{
|
|
|
43
|
+ padding: 11px 15px;
|
|
|
44
|
+ }
|
|
|
45
|
+
|
|
|
46
|
+ </style>
|
|
|
47
|
+ </head>
|
|
|
48
|
+
|
|
|
49
|
+ <body>
|
|
|
50
|
+ <header id="header" class="mui-bar mui-bar-nav new_head">
|
|
|
51
|
+ <h1 class="mui-title new_head_title">咨询建议表扬</h1>
|
|
|
52
|
+ <button class="new_head_left mui-action-back mui-btn mui-btn-blue mui-btn-link mui-btn-nav mui-pull-left">
|
|
|
53
|
+ <span class="mui-icon mui-icon-left-nav"></span>返回
|
|
|
54
|
+ </button>
|
|
|
55
|
+ <button class="new_head_right mui-btn mui-btn-blue mui-btn-link mui-pull-right"><span class="iconfont icon-unie644"></span></button>
|
|
|
56
|
+ </header>
|
|
|
57
|
+
|
|
|
58
|
+ <div class="mui-content">
|
|
|
59
|
+ <ul class="mui-table-view">
|
|
|
60
|
+ <li class="mui-table-view-cell">
|
|
|
61
|
+ <div class="mui-input-row">
|
|
|
62
|
+ <label>诉求类型:</label>
|
|
|
63
|
+ <input type="text" value="咨询建议">
|
|
|
64
|
+ </div>
|
|
|
65
|
+ </li>
|
|
|
66
|
+ <li class="mui-table-view-cell">
|
|
|
67
|
+ <div class="mui-input-row">
|
|
|
68
|
+ <label>保密要求:</label>
|
|
|
69
|
+ <div class="mui-input-row mui-radio mui-left radio_box">
|
|
|
70
|
+ <label>保密</label>
|
|
|
71
|
+ <input type="radio" type="radio" name="secret"/>
|
|
|
72
|
+ </div>
|
|
|
73
|
+ <div class="mui-input-row mui-radio mui-left radio_box">
|
|
|
74
|
+ <label>公开</label>
|
|
|
75
|
+ <input type="radio" type="radio" name="secret"/>
|
|
|
76
|
+ </div>
|
|
|
77
|
+ </div>
|
|
|
78
|
+ </li>
|
|
|
79
|
+ <li class="mui-table-view-cell">
|
|
|
80
|
+ <div class="mui-input-row">
|
|
|
81
|
+ <label>咨询主题:</label>
|
|
|
82
|
+ <input type="text" placeholder="请填写您的咨询主题">
|
|
|
83
|
+ </div>
|
|
|
84
|
+ </li>
|
|
|
85
|
+ <li class="mui-table-view-cell">
|
|
|
86
|
+ <div class="mui-input-row">
|
|
|
87
|
+ <!--<label>咨询主题:</label>-->
|
|
|
88
|
+ <textarea class="ztext" name="" id="textarea" rows="3" cols="" placeholder="请详细描述您的问题和建议..."></textarea>
|
|
|
89
|
+ </div>
|
|
|
90
|
+ </li>
|
|
|
91
|
+ <li class="mui-table-view-cell">
|
|
|
92
|
+ <div class="mui-input-row">
|
|
|
93
|
+ <label>联系人:</label>
|
|
|
94
|
+ <input type="text" placeholder="请填写您的称呼">
|
|
|
95
|
+ </div>
|
|
|
96
|
+ </li>
|
|
|
97
|
+ <li class="mui-table-view-cell">
|
|
|
98
|
+ <div class="mui-input-row">
|
|
|
99
|
+ <label>联系电话:</label>
|
|
|
100
|
+ <input type="text" placeholder="请填写您的手机号">
|
|
|
101
|
+ </div>
|
|
|
102
|
+ </li>
|
|
|
103
|
+ </ul>
|
|
|
104
|
+
|
|
|
105
|
+ <p class="action">
|
|
|
106
|
+ <i class="iconfont icon-gantanhao" style="margin-right: 5px;font-size: 20px;vertical-align: middle;"></i>
|
|
|
107
|
+ <span style="color: #f81737;">以上内容都为必填内容,请如实填写</span>
|
|
|
108
|
+ </p>
|
|
|
109
|
+ <button type="button" class="mui-btn mui-btn-primary mui-btn-block block_button">提交</button>
|
|
|
110
|
+ </div>
|
|
|
111
|
+
|
|
|
112
|
+ <script src="../js/mui.min.js"></script>
|
|
|
113
|
+ <script type="text/javascript">
|
|
|
114
|
+ mui.init()
|
|
|
115
|
+ </script>
|
|
|
116
|
+ </body>
|
|
|
117
|
+
|
|
|
118
|
+</html>
|