personalCenter.html
14.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<html>
<head>
<!-- META DATA -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Free Bootstrap Themes - Free Responsive Html5 Templates">
<meta name="author" content="#">
<title>Study</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- <link rel="stylesheet" href="css/bootstrap1.min.css" type="text/css"> -->
<!-- Owl Carousel Assets -->
<link href="owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="owl-carousel/owl.theme.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style2.css">
<!-- Custom Fonts -->
<link rel="stylesheet" href="font-awesome-4.4.0/css/font-awesome.min.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<nav>
<div class="header-txt1">
<div style="background: #323232; width: 75%;">
<div class="header-img1">
<img src="./img/portfolio/B1.png">
</div>
</div>
<div style="background: #66CA94;width: 25%;">
<div class="header-right1">
<!-- <div class="header-btnL">
<a href="aboutUs.html">
<div class="header-loginBtn">加入我们</div>
</a>
</div> -->
<div>
<!-- <a onclick="closePage()"><img src="./img/portfolio/Y9.png"></a> -->
<a href="javascript:history.go(-1)"><img src="./img/portfolio/Y9.png"></a>
</div>
</div>
</div>
</div>
</nav>
</header>
<div style="display: flex;background-color: #FCFBFD;">
<div style="display: flex;background-color: #323232;padding: 0 70px;width: 75%;">
<div style="display:flex;flex-direction: column;place-items: center;margin-right: 80px; width: 100px;">
<div id="head-img" style="width: 100px;height: 100px;">
<!-- <img src="./img/portfolio/Per1.png"> -->
</div>
<h4 style="color: #fff;">张三</h4>
</div>
<div style="width: 65%;">
<div style="display: flex;place-items: center;">
<img src="./img/portfolio/Y1.png" style="margin-right: 10px;width: 40px;height: 40px;">
<h4 style="color: #fff;">账号</h4>
</div>
<div>
<p style="color: #fff;">姓</p>
<input placeholder="请输入姓" id="surname"></input>
</div>
<div>
<p style="color: #fff;">名</p>
<input placeholder="请输入名" id="userName"></input>
</div>
<div>
<p style="color: #fff;">学校</p>
<input placeholder="请输入学校" id="school"></input>
</div>
<div>
<p style="color: #fff;">专业</p>
<input placeholder="请输入专业" id="specialty"></input>
</div>
<div>
<p style="color: #fff;">手机号</p>
<input placeholder="请输入手机号" id="phone"></input>
</div>
<div>
<p style="color: #fff;">邮箱号</p>
<input placeholder="请输入邮箱号" id="emailAddress"></input>
</div>
<div style="text-align: center;padding: 5%;" class="btnSave">
<button style="color: #fff;background:linear-gradient(226deg,#77e77f 8%, #39aa6d 96%);border-radius: 10em;padding: 0.5% 2%;border: 1px solid #70D09D;padding: 0.5% 5%;">保存</button>
</div>
<div style="display: flex;place-items: center;">
<img src="./img/portfolio/Y2.png" style="margin-right: 2%;">
<h4 style="color: #fff;">账户绑定与解绑</h4>
</div>
<div style="display: flex;justify-content: space-between;margin-top: 5%;">
<div style="display: flex;place-items: center;width: 20%;">
<img src="./img/portfolio/Y3.png" style="margin-right: 5%;">
<a style="color: #fff;">微信</a>
</div>
<div style="display: flex;width: 30%;place-items: center;justify-content: space-between;">
<div id="WXname" style="color: #fff;"></div>
<button id='WXunbind' style="border-radius: 50%;background-color: #66ca94;color: #333;border: 1px solid #66ca94;padding: 3%;height: 50px;width: 50px;">解绑</button>
</div>
</div>
<div style="display: flex;justify-content: space-between;margin-top: 5%;">
<div style="display: flex;place-items: center;width: 20%;">
<img src="./img/portfolio/Y4.png" style="margin-right: 5%;">
<a style="color: #fff;">手机</a>
</div>
<div style="display: flex;width: 30%;place-items: center;justify-content: space-between;">
<a id='Pnumber' style="color: #fff;"></a>
<button id="Punbind" style="border-radius: 50%;background-color: #66ca94;color: #333;border: 1px solid #66ca94;padding: 3%;height: 50px;width: 50px;">解绑</button>
</div>
</div>
<div style="display: flex;place-items: center;margin: 5% 0;">
<img src="./img/portfolio/Y5.png" style="margin-right: 2%;">
<h4 style="color: #fff;">会员权益</h4>
</div>
<div style="display: flex;" id="meau_nav">
<div style="width: 130%;margin-right: 5%;" onclick="clickVIPone()">
<div style="background-color: #66CA94;display: flex;flex-direction: column;padding:5%;place-items: center;">
<p style="color: #fff;font-size: 1.5em;">基础会员</p>
<a style="color: #fff;font-size: 0.8em;">精彩启程</a>
</div>
<div style="background: #fff;">
<div style="text-align: center;padding: 5%;">
<a style="color: #66CA94;">
<span style="font-size: 2em;">99</span> /单月
</a>
</div>
<ol style="color: #333;font-size: 0.8em;padding-bottom: 10%;display: flex;flex-direction: column;place-items: center;padding-inline-start: 0px;">
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
</ol>
</div>
</div>
<div style="width: 130%;margin-right: 5%; border-radius: 4px;" onclick="clickVIPtwo()">
<div style="background-color: #ff8000;display: flex;flex-direction: column;padding:5%;place-items: center;">
<p style="color: #fff;font-size: 1.5em;">标准会员</p>
<a style="color: #fff;font-size: 0.8em;">乘风破浪</a>
</div>
<div style="background: #fff;">
<div style="text-align: center;padding: 5%;">
<a style="color: #ff8000;">
<span style="font-size: 2em;">399</span> /半年
</a>
</div>
<ol style="color: #333;font-size: 0.8em;padding-bottom: 10%;display: flex;flex-direction: column;place-items: center;padding-inline-start: 0px;">
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
</ol>
</div>
</div>
<div style="width: 130%;" onclick="clickVIPthree()">
<div style="background-color: #6F1C0B;display: flex;flex-direction: column;padding:5%;place-items: center;">
<p style="color: #fff;font-size: 1.5em;">超级会员</p>
<a style="color: #fff;font-size: 0.8em;">职场领航</a>
</div>
<div style="background: #fff;">
<div style="text-align: center;padding: 5%;">
<a style="color: #6F1C0B;">
<span style="font-size: 2em;">699</span> /年度
</a>
</div>
<ol style="color: #333;font-size: 0.8em;padding-bottom: 10%;display: flex;flex-direction: column;place-items: center;padding-inline-start: 0px;">
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
<li>单月名企实习畅想</li>
</ol>
</div>
</div>
</div>
<div style=" display: flex;margin: 35px 0 25px;place-content: center;">
<div style="display: flex;padding-right: 5%;place-items: center;width: 20%;">
<div style="margin-right: 4%;">
<input type="radio" name='zhifu' class="radio_type" id='zhifu1' value="2" onclick="checkRadio()">
</div>
<img src="./img/portfolio/Y6.png" style='height: 80%;margin-right: 2%;'>
<a style="color: #fff;">支付宝</a>
</div>
<div style="display: flex;place-items: center;width: 20%;">
<div style="margin-right: 4%;">
<input type="radio" name='zhifu' class="radio_type" id='zhifu2' value='1' onclick="checkRadio()">
</div>
<img src="./img/portfolio/Y8.png" style='height: 80%;margin-right: 1%;'>
<a style="color: #fff;">微信支付</a>
</div>
</div>
<div style="display: flex; place-content: center;padding-bottom: 10%;">
<button onclick="payment()" class="lijiPay">立即支付</button>
<div class="hide_box"></div>
<div class="shang_box">
<a class="shang_close" href="javascript:void(0)" onclick="payment()" title="关闭"><img src="./images/close.jpg" alt="取消" /></a>
<div class="shang_payimg">
<!-- <img src="http://qr.api.cli.im/qr?data=http%3A%2F%2Fwww.dmaku.com&level=H&transparent=false&bgcolor=%23FFFFFF&forecolor=images%2Fforecolor%2F12.png&blockpixel=12&marginblock=2&logourl=%2F%2Foss-cn-hangzhou.aliyuncs.com%2Fpublic-cli%2Ffree%2F8550d79acfde09ae04d687169d0d9aca1489672062.png&size=400&text=&logoshape=no&fontsize=30&fontfamily=msyh.ttf&fontcolor=&incolor=&outcolor=&qrcode_eyes=pin-3.png&background=&wper=0&hper=0&tper=0&lper=0&eye_use_fore=1&qrpad=10&kid=bizcliim&time=1489672078&key=d59a3fcb09d1cb40b10fd3664b50ae2c"
alt="扫码支付" title="扫一扫" /> -->一张二维码
</div>
</div>
<button style="color: #70D09D;background-color: #323232;border: 1px solid #70D09D;border-radius: 10em;padding: 0.5% 5%;">续费</button>
</div>
</div>
</div>
<div style="background-color: #66CA94;padding: 5%;width: 25%;">
<a href="personalCenter.html">
<h3 style="color: #fff;font-size: 1.8em;">我的账号</h3>
</a>
<a onclick="ifVIP()">
<h3 style="color: #fff;font-size: 1.8em;">联系我们</h3>
</a>
</div>
</div>
<!-- jQuery -->
<script type="text/javascript" src="js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script src='./personalCenter.js'></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="config.js"></script>
<!-- carousel -->
<script src="owl-carousel/owl.carousel.js"></script>
<script>
$(document).ready(function() {
$("#owl-brand").owlCarousel({
autoPlay: 3000,
items: 1,
itemsDesktop: [1199, 1],
itemsDesktopSmall: [979, 2],
navigation: false,
navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>']
});
});
</script>
</body>
</html>