Skip to content

Commit 8da4a47

Browse files
authored
Merge pull request #18 from webduinoio/bug/6021
bug/6021
2 parents 4dfb663 + ce64eeb commit 8da4a47

File tree

6 files changed

+1123
-1090
lines changed

6 files changed

+1123
-1090
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2022.11.15
8+
9+
### Fixed
10+
11+
- 使用手機開啟萬用遙控器輸入文字會刷新畫面,導致無法正常完成操作
12+
713
## 2022.11.1
814

915
### Fixed

css/main.css

Lines changed: 123 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ body {
5353
overflow: hidden;
5454
}
5555

56-
.content.loading *{
57-
opacity:0;
56+
.content.loading * {
57+
opacity: 0;
5858
}
5959

6060
.panel {
@@ -63,7 +63,7 @@ body {
6363
height: 100%;
6464
top: 0;
6565
left: 0;
66-
transition:.3s;
66+
transition: .3s;
6767
}
6868

6969
/* setting */
@@ -153,13 +153,13 @@ body {
153153
background: rgba(100, 200, 255, .3);
154154
}
155155

156-
#setting #saveBtn{
156+
#setting #saveBtn {
157157
width: max-content;
158-
font-size:1.2rem;
159-
margin:30px auto 10px;
160-
padding:10px 30px;
161-
background:#e50;
162-
border-radius:20px;
158+
font-size: 1.2rem;
159+
margin: 30px auto 10px;
160+
padding: 10px 30px;
161+
background: #e50;
162+
border-radius: 20px;
163163
text-shadow: #900 0 0 5px;
164164
}
165165

@@ -306,12 +306,14 @@ body {
306306
z-index: 2;
307307
vertical-align: middle;
308308
}
309-
#main01 footer .monster-btn svg{
310-
transition:.3s;
311-
background:none;
309+
310+
#main01 footer .monster-btn svg {
311+
transition: .3s;
312+
background: none;
312313
}
313-
#main01 footer .monster-btn.click svg{
314-
width:90%;
314+
315+
#main01 footer .monster-btn.click svg {
316+
width: 90%;
315317
}
316318

317319
/* main02 */
@@ -348,7 +350,7 @@ body {
348350
color: #ddd;
349351
margin: 0 auto;
350352
padding: 10px 1rem;
351-
box-shadow:inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
353+
box-shadow: inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
352354
border-radius: 10px;
353355
border-top-right-radius: 0;
354356
border-bottom-right-radius: 0;
@@ -358,12 +360,12 @@ body {
358360
display: inline-block;
359361
font-size: 1.5rem;
360362
line-height: 1;
361-
box-shadow:inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
363+
box-shadow: inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
362364
border-radius: 10px;
363365
background: rgba(255, 255, 255, .1);
364366
color: #fff;
365367
vertical-align: top;
366-
transition:.3s;
368+
transition: .3s;
367369
padding: 10px 1rem;
368370
border-top-left-radius: 0;
369371
border-bottom-left-radius: 0;
@@ -372,26 +374,26 @@ body {
372374

373375
#main02 .input-group-button.click {
374376
background: rgba(255, 255, 255, .4);
375-
box-shadow:inset #ccc 0 0 0 3px, #ccc 0 0 0 0;
377+
box-shadow: inset #ccc 0 0 0 3px, #ccc 0 0 0 0;
376378
}
377379

378380
#main02 .btn {
379381
display: inline-block;
380382
width: 38%;
381383
height: 14%;
382-
box-shadow:inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
384+
box-shadow: inset #ccc 0 0 0 0, #ccc 0 0 0 3px;
383385
margin: 7px 5px;
384386
border-radius: 10px;
385387
background: rgba(255, 255, 255, .1);
386388
color: #fff;
387389
vertical-align: top;
388390
-webkit-user-select: none;
389-
transition:.3s;
391+
transition: .3s;
390392
}
391393

392394
#main02 .btn.click {
393395
background: rgba(255, 255, 255, .4);
394-
box-shadow:inset #ccc 0 0 0 3px, #ccc 0 0 0 0;
396+
box-shadow: inset #ccc 0 0 0 3px, #ccc 0 0 0 0;
395397
}
396398

397399
#main02 .btn::before {
@@ -406,130 +408,147 @@ body {
406408
display: inline-block;
407409
vertical-align: middle;
408410
font-size: 1.5rem;
409-
transition:.3s;
411+
transition: .3s;
410412
}
411413

412414
#main02 .btn.click span {
413415
font-size: 1.4rem;
414416
}
415417

416418
/* popup */
417-
#popup{
418-
top:20%;
419-
left:15%;
420-
width:70%;
421-
height:max-content;
422-
border:3px solid #fff;
423-
z-index:20;
424-
border-radius:20px;
425-
padding:30px 10px;
426-
text-align:center;
427-
background:rgba(50,100,150,.9);
428-
color:#fff;
429-
opacity:0;
419+
#popup {
420+
top: 20%;
421+
left: 15%;
422+
width: 70%;
423+
height: max-content;
424+
border: 3px solid #fff;
425+
z-index: 20;
426+
border-radius: 20px;
427+
padding: 30px 10px;
428+
text-align: center;
429+
background: rgba(50, 100, 150, .9);
430+
color: #fff;
431+
opacity: 0;
430432
pointer-events: none;
431-
transition:.3s;
433+
transition: .3s;
432434
}
433-
#popup.show{
434-
top:17%;
435-
opacity:1;
435+
436+
#popup.show {
437+
top: 17%;
438+
opacity: 1;
436439
pointer-events: auto;
437440
}
438-
#popup h4{
439-
font-size:1.1rem;
440-
margin-bottom:10px;
441+
442+
#popup h4 {
443+
font-size: 1.1rem;
444+
margin-bottom: 10px;
441445
}
442-
#saveUrl{
443-
font-size:1.1rem;
444-
width:100%;
445-
word-wrap:break-word;
446+
447+
#saveUrl {
448+
font-size: 1.1rem;
449+
width: 100%;
450+
word-wrap: break-word;
446451
line-height: 1.5;
447452
}
448-
#saveUrl::selection{
449-
color:#fff;
450-
background:none;
453+
454+
#saveUrl::selection {
455+
color: #fff;
456+
background: none;
451457
}
452-
#copy{
453-
font-size:1.1rem;
454-
padding:10px 30px;
455-
width:max-content;
456-
margin:20px auto 0;
457-
background:#e50;
458-
border-radius:20px;
458+
459+
#copy {
460+
font-size: 1.1rem;
461+
padding: 10px 30px;
462+
width: max-content;
463+
margin: 20px auto 0;
464+
background: #e50;
465+
border-radius: 20px;
459466
}
460-
#copy.copied{
467+
468+
#copy.copied {
461469
pointer-events: none;
462-
opacity:.7;
470+
opacity: .7;
463471
}
464-
#popupClose{
465-
position:absolute;
466-
width:40px;
467-
height:40px;
472+
473+
#popupClose {
474+
position: absolute;
475+
width: 40px;
476+
height: 40px;
468477
border-radius: 50%;
469-
border:3px solid #fff;
470-
background:#123;
471-
top:-18px;
472-
right:-18px;
478+
border: 3px solid #fff;
479+
background: #123;
480+
top: -18px;
481+
right: -18px;
473482
}
483+
474484
#popupClose::before,
475-
#popupClose::after{
476-
content:"";
477-
position:absolute;
478-
width:80%;
479-
height:10%;
485+
#popupClose::after {
486+
content: "";
487+
position: absolute;
488+
width: 80%;
489+
height: 10%;
480490
transform-origin: 50% 50%;
481-
background:#fff;
482-
top:45%;
483-
left:10%;
491+
background: #fff;
492+
top: 45%;
493+
left: 10%;
484494
}
485-
#popupClose::before{
486-
transform:rotate(45deg);
495+
496+
#popupClose::before {
497+
transform: rotate(45deg);
487498
}
488-
#popupClose::after{
489-
transform:rotate(-45deg);
499+
500+
#popupClose::after {
501+
transform: rotate(-45deg);
490502
}
491503

492504
/* message */
493505

494-
#message{
495-
width:60%;
496-
top:-10px;
497-
left:20%;
498-
height:max-content;
499-
background:rgba(255,255,255,.2);
500-
border:1px dashed #fff;
501-
border-radius:20px;
506+
#message {
507+
width: 60%;
508+
top: -10px;
509+
left: 20%;
510+
height: max-content;
511+
background: rgba(255, 255, 255, .2);
512+
border: 1px dashed #fff;
513+
border-radius: 20px;
502514
padding: 0 10px;
503-
opacity:0;
504-
transition:.3s;
515+
opacity: 0;
516+
transition: .3s;
505517
pointer-events: none;
506518
}
507-
#message.show{
508-
opacity:1;
509-
top:15px;
519+
520+
#message.show {
521+
opacity: 1;
522+
top: 15px;
510523
}
511524

512-
#message h4{
513-
color:#fff;
514-
font-size:1.2rem;
515-
text-align:center;
516-
line-height:1.8;
525+
#message h4 {
526+
color: #fff;
527+
font-size: 1.2rem;
528+
text-align: center;
529+
line-height: 1.8;
517530
}
518531

519532
.noselect {
520-
-webkit-touch-callout: none; /* iOS Safari */
521-
-webkit-user-select: none; /* Safari */
522-
-khtml-user-select: none; /* Konqueror HTML */
523-
-moz-user-select: none; /* Old versions of Firefox */
524-
-ms-user-select: none; /* Internet Explorer/Edge */
525-
user-select: none; /* Non-prefixed version, currently
533+
-webkit-touch-callout: none;
534+
/* iOS Safari */
535+
-webkit-user-select: none;
536+
/* Safari */
537+
-khtml-user-select: none;
538+
/* Konqueror HTML */
539+
-moz-user-select: none;
540+
/* Old versions of Firefox */
541+
-ms-user-select: none;
542+
/* Internet Explorer/Edge */
543+
user-select: none;
544+
/* Non-prefixed version, currently
526545
supported by Chrome, Edge, Opera and Firefox */
527546
}
528547

529548
input {
530549
/* Safari 和 Chrome,常用於iOS下移除內建樣式 */
531-
-webkit-appearance: none;
550+
-webkit-appearance: none;
532551
/* FireFox */
533-
-moz-appearance: none;
552+
-moz-appearance: none;
534553
appearance: none;
535554
}

0 commit comments

Comments
 (0)