-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
executable file
·478 lines (468 loc) · 20.1 KB
/
Copy pathabout.php
File metadata and controls
executable file
·478 lines (468 loc) · 20.1 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html class="no-js" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN" dir="ltr" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>关于</title>
<link rel="stylesheet" href="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/overview.built.css" type="text/css" />
<script src="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/head.built.js" type="text/javascript" charset="utf-8"></script>
<link href="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/main.built.css" type="text/css" />
<link href="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/product.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
</head>
<body class="page-overview ac-gn-current-mac" style="background-color:black;">
<nav class="site-header sticky-top py-1">
<div class="container d-flex flex-column flex-md-row justify-content-between">
<a class="py-2" href="index.php"><p>URP</p></a>
</div>
</nav>
<style>
body {
border-top: 1px solid transparent;
margin-top: -1px;
}
html.oldie body {
overflow-x: visible;
}
.adv-wrapper {
position: absolute;
top: -40px;
z-index: 9999;
background: #444;
line-height: 1;
top: -40px;
width: 100%;
right:0;
height: 40px;
z-index: 9999;
}
.ac-gn-segmentbar-visible .adv-wrapper {
position: absolute;
top: -40px;
}
.ac-gn-segmentbar-visible .macpro-gg .adv-wrapper {
top: 0px;
}
.adv-wrapper .adv-wrapper-text {
color: #a8a8aa;
display: block;
line-height: 40px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
text-align: right;
max-width: 976px;
margin: 0 auto;
}
.ac-gn-segmentbar-visible .adv-wrapper{
background: transparent;
width: 20%
}
.ac-gn-segmentbar-visible .adv-wrapper .adv-wrapper-text {
width: 100%;
margin-left: 488px;
position: absolute;
left: -250%;
min-width: auto;
}
@media only screen and (max-width: 1023px) {
.adv-wrapper {
min-width: 20%
}
.adv-wrapper .adv-wrapper-text {
margin-left:auto;
width: auto;
padding: 0 22px;
position: relative;
left: 0;
padding-left: calc(max(22px, env(safe-area-inset-left)));
padding-right: calc(max(22px, env(safe-area-inset-right)));
}
.ac-gn-segmentbar-visible .adv-wrapper .adv-wrapper-text {
width: auto;
position: relative;
padding: 0 12px;
left: -6%;
margin: 0;
}
.ac-gn-segmentbar-visible #sonic-automotive.profiles.platter.full-nav.ac-gn-current-iphone .adv-wrapper .adv-wrapper-text,
.ac-gn-segmentbar-visible #ducati.profiles.platter.full-nav.ac-gn-current-iphone .adv-wrapper .adv-wrapper-text,
.ac-gn-segmentbar-visible #mayo-clinic.profiles.platter.ac-gn-current-iphone.full-nav .adv-wrapper .adv-wrapper-text
{
left: -27%;
}
}
@media only screen and (max-width: 767px) {
.adv-wrapper .adv-wrapper-text {
line-height:40px;
margin-left:auto;
width: auto;
padding: 0 16px;
position: relative;
left: 0;
}
.ac-gn-segmentbar-visible .adv-wrapper .adv-wrapper-text {
width: auto;
position: relative;
left: 0;
margin: 0;
}
.ac-gn-segmentbar-visible #sonic-automotive.profiles.platter.full-nav.ac-gn-current-iphone .adv-wrapper .adv-wrapper-text,
.ac-gn-segmentbar-visible #ducati.profiles.platter.full-nav.ac-gn-current-iphone .adv-wrapper .adv-wrapper-text,
.ac-gn-segmentbar-visible #mayo-clinic.profiles.platter.ac-gn-current-iphone.full-nav .adv-wrapper .adv-wrapper-text
{
left: -25%;
}
.adv-wrapper {
top:-44px;
height: 44px
}
.ac-gn-segmentbar-visible .adv-wrapper {
top:-44px;
height: 44px
}
.adv-wrapper .adv-wrapper-text {
line-height: 44px;
}
}
.adv-wrapper .adv-wrapper-text {
color: #a8a8aa;
font-size: 12px;
font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Always show in IE8, whether zoom because IE8 doesnt have responsive. */
/* hack for IE8 without shop button */
/*js no-touch no-svg ie8 no-progressive no-transforms no-tablet no-handheld no-oldTablet no-maskBoxImage no-maskedParallaxAnimation no-webgl no-video no-inlineVideo no-canvas cssFilter no-cssTransition2d no-cssTransition3d ie*/
html.ie8,html.oldie,html.oldIE {
margin-top: 0px !important;
}
html.ie8 .adv-wrapper,html.oldie .adv-wrapper,html.oldIE .adv-wrapper {
position: relative;
top: 0px;
min-width: 1024px;
}
html.ie8 .adv-wrapper .adv-wrapper-text,html.oldie .adv-wrapper .adv-wrapper-text,html.oldIE .adv-wrapper .adv-wrapper-text {
line-height: 40px;
}
html.ie8 #ac-globalnav,html.oldie #ac-globalnav,html.oldIE #ac-globalnav {
top: 40px;
}
html.ie8 .ac-familybrowser,html.oldie .ac-familybrowser,html.oldIE .ac-familybrowser {
top: 84px;
}
html.ie8 .ac-nav-overlap .chapternav,html.oldie .ac-nav-overlap .chapternav,html.oldIE .ac-nav-overlap .chapternav {
margin-top: 84px;
}
/* hack for IE8 with shop button*/
html.ie8.ac-gn-segmentbar-visible #ac-gn-segmentbar,html.oldie.ac-gn-segmentbar-visible #ac-gn-segmentbar,html.oldIE.ac-gn-segmentbar-visible #ac-gn-segmentbar {
position: relative;
top: 0;
}
html.ie8.ac-gn-segmentbar-visible .adv-wrapper,html.oldie.ac-gn-segmentbar-visible .adv-wrapper,html.oldIE.ac-gn-segmentbar-visible .adv-wrapper {
position: absolute;
min-width: auto;
}
.typography-intro-elevated {
font-size: 30px;
}
.typography-callout {
font-size: 40px;
}
.test {
display: flex;
justify-content: center;
align-items: center;
}
.image-macappstore-gallery-discover-image{
width:768px;
height:480px;
background-size:768px 480px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_large.jpg")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
.image-macappstore-gallery-discover-image{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_large_2x.jpg")
}
}
@media only screen and (max-width: 1068px){
.image-macappstore-gallery-discover-image{
width:578px;
height:362px;
background-size:578px 362px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_medium.jpg")
}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){
.image-macappstore-gallery-discover-image{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_medium_2x.jpg")
}
}
@media only screen and (max-width: 735px){
.image-macappstore-gallery-discover-image{
width:260px;
height:162px;
background-size:260px 162px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_small.jpg")
}
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi){
.image-macappstore-gallery-discover-image{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/desktop/image_small_2x.jpg")
}
}
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
width:1785px;
height:1039px;
background-size:1785px 1039px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/image_large.jpg")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/image_large_2x.jpg")
}
}
@media only screen and (max-width: 1068px){
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
width:1068px;
height:651px;
background-size:1068px 651px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/image_medium.jpg")
}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/image_medium_2x.jpg")
}
}
@media only screen and (max-width: 735px) and (max-width: 735px){
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
width:736px;
height:981px;
background-size:736px 981px;
background-repeat:no-repeat;
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/hero_small.jpg")
}
}
@media only screen and (max-width: 735px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (max-width: 735px) and (min-resolution: 144dpi){
.fallback .hero-image-night,.aow .hero-image-night,.no-js .hero-image-night,.ie .hero-image-night,.safari10 .hero-image-night,.edge .hero-image-night,.reduced-motion .hero-image-night{
background-image:url("https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/code/hero_small_2x.jpg");
}
}
.typography{
font-size: 48px;
line-height: 1.08365;
font-weight: 600;
letter-spacing: -.003em;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.section-content1{
margin-left:auto;
margin-right:auto;
width:980px
}
@media only screen and (min-width: 1442px){
.section-content1{
margin-left:auto;
margin-right:auto;
width:980px
}
}
@media only screen and (max-width: 1068px){
.section-content1{
margin-left:auto;
margin-right:auto;
width:692px
}
}
@media only screen and (max-width: 735px){
.section-content1{
margin-left:auto;
margin-right:auto;
width:87.5%
}
}
.masked-copy{
padding-bottom:12px;
margin-bottom:-12px
}
@supports (-webkit-background-clip: text){
.masked-copy{
-webkit-background-clip:text;
color:transparent !important
}
}
.masked-copy sup{
position:static;
vertical-align:super;
font-size:.3em;
bottom:auto
}
.masked-copy *,.masked-copy .inline{
display:inline
}
.masked-copy h1,.masked-copy h2,.masked-copy h3,.masked-copy h4,.masked-copy h5,.masked-copy h6{
display:block;
font:inherit;
color:#fff
}
.texture-3{
color:#9091a5
}
@supports (-webkit-background-clip: text){
.texture-3{
background-repeat:no-repeat;
background-image:url("https://www.apple.com/v/iphone-xr/d/images/overview/copy_texture_1_large.jpg")
}
@media only screen and (max-width: 1068px){
.texture-3{
background-repeat:no-repeat;
background-image:url("https://www.apple.com/v/iphone-xr/d/images/overview/copy_texture_1_medium.jpg")
}
}
@media only screen and (max-width: 735px){
.texture-3{
background-repeat:no-repeat;
background-image:url("https://www.apple.com/v/iphone-xr/d/images/overview/copy_texture_1_small.jpg")
}
}
}
#test{
height: 400px;
background-size: contain;
background-position: bottom;
background-repeat: no-repeat;
transform: translate(0px,150px) scale(0.77, 0.77);
transition:transform 1s;
transition-timing-function: cubic-bezier(0,0,0,1);
}
</style>
<main id="main" class="main" role="main" data-page-type="overview">
<div class="section-hero" data-anim-classname='{"start": "-15vh", "end": "130vh", "cssClass": "js-anim-engaged", "toggle": false}' data-analytics-section-engagement="name:hero">
<div class="hero">
<div class="row-logical hero-component hero-image visibility-hidden">
<div class="fallback-transition-wrapper">
<figure class='hero-image-night'></figure>
<figure class='hero-image-day'></figure>
</div>
<div class="hero-text-container section-content">
<div class="headline">
<h1 class="hero-headline hero-text fade-item typography-callout initial-opacity">A Database System</h1>
<h2 class="hero-headline hero-text fade-item initial-opacity typography-headline-super large-9 medium-10 small-12 large-centered headline-delay">Story Behind It</h2>
<div class="hero-description" data-anim-classname-1='{"start": "-45vh", "end": "50vh", "cssClass": "js-anim-intro-engaged", "toggle": false, "breakpointMask": "S", "disabledWhen": "desktop"}' data-anim-classname-2='{"start": "-100vh", "end": "50vh", "cssClass": "js-anim-intro-engaged", "toggle": false, "breakpointMask": "S", "disabledWhen": "mobile"}' data-anim-classname-3='{"start": "400px", "cssClass": "js-anim-intro-complete"}'>
<p class="text-centered typography-intro-elevated initial-opacity hero-headline large-centered large-11 medium-12 hero-text hero-text-violator fade-item">Built with world's most widely used web software bundle: LAMP<br>It is modern, fast and users friendly.</p>
</div>
</div>
</div>
<div class="sticky-container theme-dark section-variation-dark imac-gradient-dark" data-component-list='ProgressiveImageComponent'>
<div class="dark-text-container section-content">
<div class="dark-mode-headline headline anim-pre-engage-small" data-anim-classname='{"start": "-75vh", "end": "50vh", "cssClass": "js-anim-engaged", "toggle": false, "breakpointMask": "S"}' data-anim-classname-1='{"start": "-20vh", "cssClass": "js-transition-complete", "toggle": false, "breakpointMask": "S"}' data-anim-classname-4='{"start": "-75vh", "end": "50vh", "cssClass": "js-anim-engaged", "toggle": false, "disabledWhen": "no-fallback", "breakpointMask": "SML"}' data-anim-classname-5='{"start": "-20vh", "cssClass": "js-transition-complete", "toggle": false, "disabledWhen": "no-fallback", "breakpointMask": "SML"}'>
</div>
</div>
<div class="section-block-item">
<div id="darkmode-gallery" class="hardware-gallery" data-ac-gallery-fade>
<div class="screens-wrapper">
<figure id="darkmode-finder" class="image-screen image-screen-desktop " data-ac-gallery-item></figure>
<figure id="darkmode-keynote" class="image-screen image-screen-desktop image-darkmode-gallery-keynote-image" data-ac-gallery-item></figure>
<figure id="darkmode-safari" class="image-screen image-screen-desktop image-darkmode-gallery-safari-image" data-ac-gallery-item></figure>
<figure id="darkmode-calendar" class="image-screen image-screen-desktop image-darkmode-gallery-calendar-image" data-ac-gallery-item></figure>
<figure id="darkmode-messages" class="image-screen image-screen-desktop image-darkmode-gallery-messages-image" data-ac-gallery-item></figure>
<figure id="darkmode-xcode" class="image-screen image-screen-desktop image-darkmode-gallery-xcode-image" data-ac-gallery-item></figure>
</div>
<div class="scaling-offset">
<div class="hero-scaling-container" data-component-list="HeroComponent">
</div>
</div>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="section section-privacy row-logical theme-dark section-variation-light macbook-gradient-light anim-pre-engage">
<div class="section-content">
<div class="row section-block">
<div class="section-intro column large-9 large-push-1 medium-10 small-12 small-push-0">
<h2 class="section-intro-eyebrow typography-eyebrow-elevated">Highlights</h2>
<h3 class="section-intro-headline typography-headline-elevated">Easy to use</h3>
<p class="copy typography-intro">As an administrator, you can search, rank and of course, CRUD the whole database.</p>
</div>
</div>
<div class="row">
<figure class="image-hardware-laptop">
<figure class="image-screen image-screen-laptop image-macappstore-gallery-discover-image"></figure>
</figure>
</div>
<div class="touts row row-logical">
<div class="row row-logical column large-10 large-offset-1 small-12 small-offset-0">
<div class="tout column">
<h4 class="tout-subhead">Different Authorities</h4>
<p class="tout-copy">Log in as admin, teacher or student, you are given with different Authority.</p>
</div>
<div class="tout column">
<h4 class="tout-subhead">Outstanding UI</h4>
<p class="tout-copy">Bootstrap together with JS to manipulate the webpage, provide you a better UI experience.</p>
</div>
<div class="tout column">
<h4 class="tout-subhead">Security is Our Priority.</h4>
<p class="tout-copy">SQL injection prevention, password encryption, captcha and more.</p>
</div>
</div>
</div>
</div>
</section>
<div class="section-content1">
<div class="masked-copy texture-3 typography" style="padding-left:8.33333%;">
<p>More features</p>
</div>
</div>
<section class="section section-morefeatures row-logical theme-dark" data-component-list='ProgressiveImageComponent' data-analytics-section-engagement="name:more-features">
<div class="section-content" style="padding-top:50px;">
<div class="feature-tiles section-block row large-10 large-centered small-12">
<div class="column feature-tile">
<h3 class="tout-subhead">AJAX Enabled</h3>
<p class="tout-copy">No refresh is needed when you search or rank.</p>
</div>
<div class="column feature-tile">
<h3 class="tout-subhead">Responsive Webpage Design</h3>
<p class="tout-copy">Optimized for any device you use.</p>
</div>
<div class="column feature-tile" id="pos">
<h3 class="tout-subhead">Progressive Web Apps</h3>
<p class="tout-copy">Provide native app experience.</p>
</div>
</div>
</div>
</section>
<div id="test" style="background-image:url(https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/dualsim_large_2x.png);">
</div>
</main>
<!--/main-->
<script src="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/main.built.js" type="text/javascript" charset="utf-8"></script>
<script src="https://lightfocus-1256547063.cos.ap-hongkong.myqcloud.com/resource/jquery.min.js"></script>
<script type="text/javascript">
var div=document.getElementById("test");
$(function(){
window.onscroll=function(){
var top=jQuery(window).scrollTop();
var etop=$("#pos").offset().top;
console.log(top);
console.log(etop);
top1=450-(top-(etop-650));
if(top1<0)
top1=0;
scale=(top-(etop-650))/450;
if(scale>1)
scale=1;
div.style.transform="translate(0px, "+top1+"px) scale("+scale+","+scale+")";
}
});
</script>
</body>
</html>