|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+<!DOCTYPE html>
|
|
|
2
|
+<html>
|
|
|
3
|
+
|
|
|
4
|
+<head>
|
|
|
5
|
+ <meta charset="UTF-8">
|
|
|
6
|
+ <script src="../Script/Common/huayi.load.js"></script>
|
|
|
7
|
+ <script src="../Script/Common/huayi.config.js"></script>
|
|
|
8
|
+ <link rel="stylesheet" href="../css/init.css" />
|
|
|
9
|
+ <title>办事指南</title>
|
|
|
10
|
+ <style type="text/css">
|
|
|
11
|
+ ul,
|
|
|
12
|
+ li {
|
|
|
13
|
+ padding: 0;
|
|
|
14
|
+ margin: 0;
|
|
|
15
|
+ list-style: none;
|
|
|
16
|
+ }
|
|
|
17
|
+
|
|
|
18
|
+ .table tr td input[type="text"] {
|
|
|
19
|
+ width: 100%;
|
|
|
20
|
+ height: 34px;
|
|
|
21
|
+ background: #f3f3f4;
|
|
|
22
|
+ outline: none;
|
|
|
23
|
+ border: 1px solid #e7e7e7;
|
|
|
24
|
+ /*padding-left: 10px;*/
|
|
|
25
|
+ }
|
|
|
26
|
+
|
|
|
27
|
+ .radio-inline input[type=radio] {
|
|
|
28
|
+ margin-top: 2px;
|
|
|
29
|
+ }
|
|
|
30
|
+
|
|
|
31
|
+ .table tr td textarea {
|
|
|
32
|
+ width: 100%;
|
|
|
33
|
+ height: 100%;
|
|
|
34
|
+ background: #f3f3f4;
|
|
|
35
|
+ border: 1px solid #e7e7e7;
|
|
|
36
|
+ resize: none;
|
|
|
37
|
+ padding: 0px;
|
|
|
38
|
+ /*padding-left: 10px;*/
|
|
|
39
|
+ }
|
|
|
40
|
+
|
|
|
41
|
+ #scwj {
|
|
|
42
|
+ background-color: #FFF;
|
|
|
43
|
+ background-image: none;
|
|
|
44
|
+ border: 1px solid #ccc;
|
|
|
45
|
+ border-radius: 1px;
|
|
|
46
|
+ color: inherit;
|
|
|
47
|
+ padding: 6px 12px !important;
|
|
|
48
|
+ }
|
|
|
49
|
+
|
|
|
50
|
+ .files {
|
|
|
51
|
+ padding: 5px !important;
|
|
|
52
|
+ }
|
|
|
53
|
+
|
|
|
54
|
+ .time-box {
|
|
|
55
|
+ position: relative;
|
|
|
56
|
+ width: 197px !important;
|
|
|
57
|
+ height: 34px;
|
|
|
58
|
+ margin: 0;
|
|
|
59
|
+ }
|
|
|
60
|
+
|
|
|
61
|
+ .tub+input {
|
|
|
62
|
+ padding-right: 30px;
|
|
|
63
|
+ border: 1px solid #e5e6e7 !important;
|
|
|
64
|
+ }
|
|
|
65
|
+
|
|
|
66
|
+ i.tub {
|
|
|
67
|
+ position: absolute;
|
|
|
68
|
+ right: 8px;
|
|
|
69
|
+ top: 8px;
|
|
|
70
|
+ font-size: 18px;
|
|
|
71
|
+ color: #00a0ca;
|
|
|
72
|
+ }
|
|
|
73
|
+
|
|
|
74
|
+ .operation_bj {
|
|
|
75
|
+ float: right;
|
|
|
76
|
+ }
|
|
|
77
|
+
|
|
|
78
|
+ .imgBox {
|
|
|
79
|
+ display: inline-block;
|
|
|
80
|
+ }
|
|
|
81
|
+ .imgWrapper {
|
|
|
82
|
+ position: relative;
|
|
|
83
|
+ }
|
|
|
84
|
+ .imgMask {
|
|
|
85
|
+ display: none;
|
|
|
86
|
+ position: absolute;
|
|
|
87
|
+ top: 0;
|
|
|
88
|
+ left: 0;
|
|
|
89
|
+ width: 100%;
|
|
|
90
|
+ height: 20px;
|
|
|
91
|
+ background: rgba(0, 0, 0, 0.8);
|
|
|
92
|
+ }
|
|
|
93
|
+ .del_file {
|
|
|
94
|
+ position: absolute;
|
|
|
95
|
+ top: 2px;
|
|
|
96
|
+ right: 5px;
|
|
|
97
|
+ color: #FFF;
|
|
|
98
|
+ }
|
|
|
99
|
+ </style>
|
|
|
100
|
+</head>
|
|
|
101
|
+
|
|
|
102
|
+<body class="gray-bg">
|
|
|
103
|
+ <div class="container-fluid wrapper-content animated fadeInRight">
|
|
|
104
|
+ <div class="operation_bj">
|
|
|
105
|
+
|
|
|
106
|
+ </div>
|
|
|
107
|
+ <table class="table table-bordered table-condensed">
|
|
|
108
|
+ <tr>
|
|
|
109
|
+ <td width="100">专家姓名</td>
|
|
|
110
|
+ <td><input type="text" id="name" autocomplete="off" readonly="readonly" /></td>
|
|
|
111
|
+ <td width="100">地区</td>
|
|
|
112
|
+ <td><input type="text" id="address" autocomplete="off" readonly="readonly" /></td>
|
|
|
113
|
+ </tr>
|
|
|
114
|
+ <tr>
|
|
|
115
|
+ <td width="100">专家单位</td>
|
|
|
116
|
+ <td><input type="text" id="unit" autocomplete="off" readonly="readonly" /></td>
|
|
|
117
|
+ <td width="100">所属行业</td>
|
|
|
118
|
+ <td><input type="text" id="industry" autocomplete="off" readonly="readonly" /></td>
|
|
|
119
|
+ </tr>
|
|
|
120
|
+ <tr>
|
|
|
121
|
+ <td width="100">科室</td>
|
|
|
122
|
+ <td><input type="text" id="department" autocomplete="off" readonly="readonly" /></td>
|
|
|
123
|
+ <td width="100">生效时间</td>
|
|
|
124
|
+ <td><input type="text" id="effectiveTime" autocomplete="off" readonly="readonly" /></td>
|
|
|
125
|
+ </tr>
|
|
|
126
|
+ <tr>
|
|
|
127
|
+ <td width="100">职务</td>
|
|
|
128
|
+ <td><input type="text" id="job" autocomplete="off" readonly="readonly" /></td>
|
|
|
129
|
+ <td width="100">失效时间</td>
|
|
|
130
|
+ <td><input type="text" id="expirationTime" autocomplete="off" readonly="readonly" /></td>
|
|
|
131
|
+ </tr>
|
|
|
132
|
+ <tr>
|
|
|
133
|
+ <td width="100">手机号码</td>
|
|
|
134
|
+ <td><input type="text" id="phoneNumber" autocomplete="off" readonly="readonly" /></td>
|
|
|
135
|
+ <td width="100">发布时间</td>
|
|
|
136
|
+ <td><input type="text" id="publishTime" autocomplete="off" readonly="readonly" /></td>
|
|
|
137
|
+ </tr>
|
|
|
138
|
+ <tr>
|
|
|
139
|
+ <td width="100">办公电话</td>
|
|
|
140
|
+ <td><input type="text" id="officePhone" autocomplete="off" readonly="readonly" /></td>
|
|
|
141
|
+ <td width="100">发布人</td>
|
|
|
142
|
+ <td><input type="text" id="publishPersonal" autocomplete="off" readonly="readonly" /></td>
|
|
|
143
|
+ </tr>
|
|
|
144
|
+ <tr>
|
|
|
145
|
+ <!-- <td width="100">标识编码</td>
|
|
|
146
|
+ <td><input type="text" id="identifyEncoding" autocomplete="off" /></td> -->
|
|
|
147
|
+ <td width="100">发布单位</td>
|
|
|
148
|
+ <td><input type="text" id="publishUnit" autocomplete="off" readonly="readonly" /></td>
|
|
|
149
|
+ <td width="100">头像</td>
|
|
|
150
|
+ <td>
|
|
|
151
|
+ <div class="imgBox">
|
|
|
152
|
+ </div>
|
|
|
153
|
+ <input type="hidden" id="file" />
|
|
|
154
|
+ </td>
|
|
|
155
|
+ </tr>
|
|
|
156
|
+ <tr>
|
|
|
157
|
+ <td width="100" height="100">专业领域简介</td>
|
|
|
158
|
+ <td colspan="3" height="100"> <textarea name="" rows="" cols=""
|
|
|
159
|
+ id="introductionFieldExpertise" readonly="readonly"></textarea></td>
|
|
|
160
|
+ </tr>
|
|
|
161
|
+ </table>
|
|
|
162
|
+ </div>
|
|
|
163
|
+ <script src="../js/adjustHeight.js"></script>
|
|
|
164
|
+ <script src="../css/laydate/laydate.js"></script>
|
|
|
165
|
+ <script src="js/detailZhiShiKuPolicyExpert.js"></script>
|
|
|
166
|
+</body>
|
|
|
167
|
+
|
|
|
168
|
+</html>
|