twikoo 1.7.0 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DEVELOPMENT.md +45 -0
- package/dist/twikoo.all.min.js +1 -1
- package/dist/twikoo.all.min.js.LICENSE.txt +2 -2
- package/dist/twikoo.css +241 -207
- package/dist/twikoo.min.js +1 -1
- package/dist/twikoo.min.js.LICENSE.txt +2 -2
- package/dist/twikoo.nocss.js +1 -1
- package/dist/twikoo.nocss.js.LICENSE.txt +2 -2
- package/package.json +1 -1
package/dist/twikoo.css
CHANGED
|
@@ -1,9 +1,214 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Twikoo v1.7.
|
|
2
|
+
* Twikoo v1.7.2
|
|
3
3
|
* (c) 2020-2026 iMaeGoo
|
|
4
4
|
* Released under the MIT License.
|
|
5
|
-
* Last Update:
|
|
5
|
+
* Last Update: 3/10/2026, 7:48:18 AM
|
|
6
6
|
*/
|
|
7
|
+
.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}
|
|
8
|
+
.el-input__inner,.el-textarea__inner{background-image:none;-webkit-box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;border:1px solid #DCDFE6;border-radius:4px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;border-radius:4px;border:1px solid #DCDFE6;box-sizing:border-box;color:#606266;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#C0C4CC}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}
|
|
9
|
+
.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
|
|
10
|
+
/*!
|
|
11
|
+
* OwO v1.0.2
|
|
12
|
+
* Source: https://github.com/DIYgod/OwO/blob/master/dist/OwO.min.css
|
|
13
|
+
* Author: DIYgod
|
|
14
|
+
* Modified by: iMaeGoo
|
|
15
|
+
* Released under the MIT License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
.OwO {
|
|
19
|
+
-webkit-user-select: none;
|
|
20
|
+
-moz-user-select: none;
|
|
21
|
+
-ms-user-select: none;
|
|
22
|
+
user-select: none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.OwO.OwO-open .OwO-body {
|
|
26
|
+
display: block;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.OwO .OwO-logo {
|
|
30
|
+
width: 1.125em;
|
|
31
|
+
display: flex;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.OwO .OwO-body {
|
|
35
|
+
display: none;
|
|
36
|
+
position: absolute;
|
|
37
|
+
left: 0;
|
|
38
|
+
right: 0;
|
|
39
|
+
max-width: 500px;
|
|
40
|
+
color: #4a4a4a;
|
|
41
|
+
background-color: #ffffff;
|
|
42
|
+
border: 1px solid rgba(144,147,153,0.31);
|
|
43
|
+
top: 2em;
|
|
44
|
+
border-radius: 0 4px 4px;
|
|
45
|
+
z-index: 1000;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.night .OwO .OwO-body,
|
|
49
|
+
.darkmode .OwO .OwO-body,
|
|
50
|
+
.DarkMode .OwO .OwO-body,
|
|
51
|
+
[data-theme="dark"] .OwO .OwO-body,
|
|
52
|
+
[data-user-color-scheme="dark"] .OwO .OwO-body {
|
|
53
|
+
color: #ffffff;
|
|
54
|
+
background-color: #4a4a4a;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.OwO .OwO-body .OwO-items {
|
|
58
|
+
-webkit-user-select: none;
|
|
59
|
+
-moz-user-select: none;
|
|
60
|
+
-ms-user-select: none;
|
|
61
|
+
user-select: none;
|
|
62
|
+
display: none;
|
|
63
|
+
padding: 10px;
|
|
64
|
+
padding-right: 0;
|
|
65
|
+
margin: 0;
|
|
66
|
+
overflow: auto;
|
|
67
|
+
font-size: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.OwO .OwO-body .OwO-items .OwO-item {
|
|
71
|
+
list-style-type: none;
|
|
72
|
+
padding: 5px 10px;
|
|
73
|
+
border-radius: 5px;
|
|
74
|
+
display: inline-block;
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
line-height: 14px;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
-webkit-transition: .3s;
|
|
79
|
+
transition: .3s;
|
|
80
|
+
text-align: center;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.OwO .OwO-body .OwO-items .OwO-item:hover {
|
|
84
|
+
background-color: rgba(144,147,153,0.13);
|
|
85
|
+
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.OwO .OwO-body .OwO-items-emoji .OwO-item {
|
|
89
|
+
font-size: 20px;
|
|
90
|
+
line-height: 19px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.OwO .OwO-body .OwO-items-image .OwO-item {
|
|
94
|
+
width: 14%;
|
|
95
|
+
box-sizing: border-box;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@media screen and (max-width: 600px) {
|
|
99
|
+
#twikoo .OwO-items > .OwO-item {
|
|
100
|
+
width: 16%;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@media screen and (max-width: 460px) {
|
|
105
|
+
#twikoo .OwO-items > .OwO-item {
|
|
106
|
+
width: 20%;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media screen and (max-width: 400px) {
|
|
111
|
+
#twikoo .OwO-items > .OwO-item {
|
|
112
|
+
width: 25%;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@media screen and (max-width: 330px) {
|
|
117
|
+
#twikoo .OwO-items > .OwO-item {
|
|
118
|
+
width: 33%;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
.OwO .OwO-body .OwO-items-image .OwO-item img {
|
|
124
|
+
max-width: 100%;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.OwO .OwO-body .OwO-items-show {
|
|
128
|
+
display: block;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.OwO .OwO-body .OwO-bar {
|
|
132
|
+
width: 100%;
|
|
133
|
+
border-top: 1px solid rgba(144,147,153,0.31);
|
|
134
|
+
border-radius: 0 0 4px 4px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.OwO .OwO-body .OwO-bar .OwO-packages {
|
|
138
|
+
margin: 0;
|
|
139
|
+
padding: 0;
|
|
140
|
+
font-size: 0;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.OwO .OwO-body .OwO-bar .OwO-packages li {
|
|
144
|
+
list-style-type: none;
|
|
145
|
+
display: inline-block;
|
|
146
|
+
line-height: 30px;
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
padding: 0 10px;
|
|
149
|
+
cursor: pointer;
|
|
150
|
+
margin-right: 3px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
|
154
|
+
border-radius: 0 0 0 3px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
|
|
158
|
+
background-color: rgba(144,147,153,0.13);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
|
|
162
|
+
background-color: rgba(144,147,153,0.13);
|
|
163
|
+
-webkit-transition: .3s;
|
|
164
|
+
transition: .3s;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
.tk-action {
|
|
169
|
+
display: flex;
|
|
170
|
+
align-items: center;
|
|
171
|
+
}
|
|
172
|
+
.tk-action-link {
|
|
173
|
+
margin-left: 0.5rem;
|
|
174
|
+
color: #409eff;
|
|
175
|
+
text-decoration: none;
|
|
176
|
+
display: flex;
|
|
177
|
+
align-items: center;
|
|
178
|
+
}
|
|
179
|
+
.tk-action-link .tk-action-icon-solid {
|
|
180
|
+
display: none;
|
|
181
|
+
}
|
|
182
|
+
.tk-action-link.tk-liked .tk-action-icon,
|
|
183
|
+
.tk-action-link:hover .tk-action-icon {
|
|
184
|
+
display: none;
|
|
185
|
+
}
|
|
186
|
+
.tk-action-link.tk-liked .tk-action-icon-solid,
|
|
187
|
+
.tk-action-link:hover .tk-action-icon-solid {
|
|
188
|
+
display: block;
|
|
189
|
+
}
|
|
190
|
+
.tk-action-link.tk-disliked .tk-action-icon,
|
|
191
|
+
.tk-action-link.tk-disliked:hover .tk-action-icon {
|
|
192
|
+
display: none;
|
|
193
|
+
}
|
|
194
|
+
.tk-action-link.tk-disliked .tk-action-icon-solid,
|
|
195
|
+
.tk-action-link.tk-disliked:hover .tk-action-icon-solid {
|
|
196
|
+
display: block;
|
|
197
|
+
}
|
|
198
|
+
.tk-action-count {
|
|
199
|
+
margin-left: 0.25rem;
|
|
200
|
+
font-size: 0.75rem;
|
|
201
|
+
height: 1.5rem;
|
|
202
|
+
line-height: 1.5rem;
|
|
203
|
+
}
|
|
204
|
+
.tk-action-icon {
|
|
205
|
+
display: inline-block;
|
|
206
|
+
height: 1em;
|
|
207
|
+
width: 1em;
|
|
208
|
+
line-height: 0;
|
|
209
|
+
color: #409eff;
|
|
210
|
+
}
|
|
211
|
+
|
|
7
212
|
|
|
8
213
|
.tk-avatar {
|
|
9
214
|
flex-shrink: 0;
|
|
@@ -164,51 +369,6 @@ to {
|
|
|
164
369
|
}
|
|
165
370
|
|
|
166
371
|
|
|
167
|
-
.tk-action {
|
|
168
|
-
display: flex;
|
|
169
|
-
align-items: center;
|
|
170
|
-
}
|
|
171
|
-
.tk-action-link {
|
|
172
|
-
margin-left: 0.5rem;
|
|
173
|
-
color: #409eff;
|
|
174
|
-
text-decoration: none;
|
|
175
|
-
display: flex;
|
|
176
|
-
align-items: center;
|
|
177
|
-
}
|
|
178
|
-
.tk-action-link .tk-action-icon-solid {
|
|
179
|
-
display: none;
|
|
180
|
-
}
|
|
181
|
-
.tk-action-link.tk-liked .tk-action-icon,
|
|
182
|
-
.tk-action-link:hover .tk-action-icon {
|
|
183
|
-
display: none;
|
|
184
|
-
}
|
|
185
|
-
.tk-action-link.tk-liked .tk-action-icon-solid,
|
|
186
|
-
.tk-action-link:hover .tk-action-icon-solid {
|
|
187
|
-
display: block;
|
|
188
|
-
}
|
|
189
|
-
.tk-action-link.tk-disliked .tk-action-icon,
|
|
190
|
-
.tk-action-link.tk-disliked:hover .tk-action-icon {
|
|
191
|
-
display: none;
|
|
192
|
-
}
|
|
193
|
-
.tk-action-link.tk-disliked .tk-action-icon-solid,
|
|
194
|
-
.tk-action-link.tk-disliked:hover .tk-action-icon-solid {
|
|
195
|
-
display: block;
|
|
196
|
-
}
|
|
197
|
-
.tk-action-count {
|
|
198
|
-
margin-left: 0.25rem;
|
|
199
|
-
font-size: 0.75rem;
|
|
200
|
-
height: 1.5rem;
|
|
201
|
-
line-height: 1.5rem;
|
|
202
|
-
}
|
|
203
|
-
.tk-action-icon {
|
|
204
|
-
display: inline-block;
|
|
205
|
-
height: 1em;
|
|
206
|
-
width: 1em;
|
|
207
|
-
line-height: 0;
|
|
208
|
-
color: #409eff;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
|
|
212
372
|
.tk-main {
|
|
213
373
|
flex: 1;
|
|
214
374
|
width: 0;
|
|
@@ -584,6 +744,7 @@ to {
|
|
|
584
744
|
.tk-admin-config-groups {
|
|
585
745
|
overflow-y: auto;
|
|
586
746
|
padding-right: 0.5em;
|
|
747
|
+
position: relative;
|
|
587
748
|
}
|
|
588
749
|
.tk-admin-config-groups .tk-admin-config-group,
|
|
589
750
|
.tk-admin-config-groups .tk-admin-config-group-title {
|
|
@@ -599,6 +760,7 @@ to {
|
|
|
599
760
|
align-items: center;
|
|
600
761
|
grid-template-columns: 30% 70%;
|
|
601
762
|
margin-top: 1em;
|
|
763
|
+
position: relative;
|
|
602
764
|
}
|
|
603
765
|
.tk-admin-config-title {
|
|
604
766
|
text-align: right;
|
|
@@ -607,6 +769,38 @@ to {
|
|
|
607
769
|
text-overflow: ellipsis;
|
|
608
770
|
white-space: nowrap;
|
|
609
771
|
}
|
|
772
|
+
.tk-admin-config-input {
|
|
773
|
+
position: relative;
|
|
774
|
+
}
|
|
775
|
+
.tk-admin-config-select {
|
|
776
|
+
-webkit-appearance: none;
|
|
777
|
+
-moz-appearance: none;
|
|
778
|
+
appearance: none;
|
|
779
|
+
background: none;
|
|
780
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z%27/%3E%3C/svg%3E");
|
|
781
|
+
background-repeat: no-repeat;
|
|
782
|
+
background-position: right 10px center;
|
|
783
|
+
border-radius: 4px;
|
|
784
|
+
border: 1px solid rgba(144, 147, 153, 0.31);
|
|
785
|
+
box-sizing: border-box;
|
|
786
|
+
color: #ffffff;
|
|
787
|
+
cursor: pointer;
|
|
788
|
+
display: inline-block;
|
|
789
|
+
font-size: inherit;
|
|
790
|
+
height: 32px;
|
|
791
|
+
line-height: 32px;
|
|
792
|
+
outline: none;
|
|
793
|
+
padding: 0 30px 0 10px;
|
|
794
|
+
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
795
|
+
width: 100%;
|
|
796
|
+
}
|
|
797
|
+
.tk-admin-config-select:focus {
|
|
798
|
+
border-color: rgba(255, 255, 255, 0.6);
|
|
799
|
+
}
|
|
800
|
+
.tk-admin-config-select option {
|
|
801
|
+
color: initial;
|
|
802
|
+
background: #333;
|
|
803
|
+
}
|
|
610
804
|
.tk-admin-config-desc {
|
|
611
805
|
margin-top: 0.5em;
|
|
612
806
|
font-size: 0.75em;
|
|
@@ -850,163 +1044,3 @@ to {
|
|
|
850
1044
|
align-self: stretch;
|
|
851
1045
|
}
|
|
852
1046
|
|
|
853
|
-
.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}
|
|
854
|
-
.el-input__inner,.el-textarea__inner{background-image:none;-webkit-box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;border:1px solid #DCDFE6;border-radius:4px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;border-radius:4px;border:1px solid #DCDFE6;box-sizing:border-box;color:#606266;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#C0C4CC}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}
|
|
855
|
-
.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
|
|
856
|
-
/*!
|
|
857
|
-
* OwO v1.0.2
|
|
858
|
-
* Source: https://github.com/DIYgod/OwO/blob/master/dist/OwO.min.css
|
|
859
|
-
* Author: DIYgod
|
|
860
|
-
* Modified by: iMaeGoo
|
|
861
|
-
* Released under the MIT License.
|
|
862
|
-
*/
|
|
863
|
-
|
|
864
|
-
.OwO {
|
|
865
|
-
-webkit-user-select: none;
|
|
866
|
-
-moz-user-select: none;
|
|
867
|
-
-ms-user-select: none;
|
|
868
|
-
user-select: none;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.OwO.OwO-open .OwO-body {
|
|
872
|
-
display: block;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.OwO .OwO-logo {
|
|
876
|
-
width: 1.125em;
|
|
877
|
-
display: flex;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.OwO .OwO-body {
|
|
881
|
-
display: none;
|
|
882
|
-
position: absolute;
|
|
883
|
-
left: 0;
|
|
884
|
-
right: 0;
|
|
885
|
-
max-width: 500px;
|
|
886
|
-
color: #4a4a4a;
|
|
887
|
-
background-color: #ffffff;
|
|
888
|
-
border: 1px solid rgba(144,147,153,0.31);
|
|
889
|
-
top: 2em;
|
|
890
|
-
border-radius: 0 4px 4px;
|
|
891
|
-
z-index: 1000;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.night .OwO .OwO-body,
|
|
895
|
-
.darkmode .OwO .OwO-body,
|
|
896
|
-
.DarkMode .OwO .OwO-body,
|
|
897
|
-
[data-theme="dark"] .OwO .OwO-body,
|
|
898
|
-
[data-user-color-scheme="dark"] .OwO .OwO-body {
|
|
899
|
-
color: #ffffff;
|
|
900
|
-
background-color: #4a4a4a;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.OwO .OwO-body .OwO-items {
|
|
904
|
-
-webkit-user-select: none;
|
|
905
|
-
-moz-user-select: none;
|
|
906
|
-
-ms-user-select: none;
|
|
907
|
-
user-select: none;
|
|
908
|
-
display: none;
|
|
909
|
-
padding: 10px;
|
|
910
|
-
padding-right: 0;
|
|
911
|
-
margin: 0;
|
|
912
|
-
overflow: auto;
|
|
913
|
-
font-size: 0;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.OwO .OwO-body .OwO-items .OwO-item {
|
|
917
|
-
list-style-type: none;
|
|
918
|
-
padding: 5px 10px;
|
|
919
|
-
border-radius: 5px;
|
|
920
|
-
display: inline-block;
|
|
921
|
-
font-size: 12px;
|
|
922
|
-
line-height: 14px;
|
|
923
|
-
cursor: pointer;
|
|
924
|
-
-webkit-transition: .3s;
|
|
925
|
-
transition: .3s;
|
|
926
|
-
text-align: center;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.OwO .OwO-body .OwO-items .OwO-item:hover {
|
|
930
|
-
background-color: rgba(144,147,153,0.13);
|
|
931
|
-
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.OwO .OwO-body .OwO-items-emoji .OwO-item {
|
|
935
|
-
font-size: 20px;
|
|
936
|
-
line-height: 19px;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.OwO .OwO-body .OwO-items-image .OwO-item {
|
|
940
|
-
width: 14%;
|
|
941
|
-
box-sizing: border-box;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
@media screen and (max-width: 600px) {
|
|
945
|
-
#twikoo .OwO-items > .OwO-item {
|
|
946
|
-
width: 16%;
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
@media screen and (max-width: 460px) {
|
|
951
|
-
#twikoo .OwO-items > .OwO-item {
|
|
952
|
-
width: 20%;
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
@media screen and (max-width: 400px) {
|
|
957
|
-
#twikoo .OwO-items > .OwO-item {
|
|
958
|
-
width: 25%;
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
@media screen and (max-width: 330px) {
|
|
963
|
-
#twikoo .OwO-items > .OwO-item {
|
|
964
|
-
width: 33%;
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
.OwO .OwO-body .OwO-items-image .OwO-item img {
|
|
970
|
-
max-width: 100%;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.OwO .OwO-body .OwO-items-show {
|
|
974
|
-
display: block;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
.OwO .OwO-body .OwO-bar {
|
|
978
|
-
width: 100%;
|
|
979
|
-
border-top: 1px solid rgba(144,147,153,0.31);
|
|
980
|
-
border-radius: 0 0 4px 4px;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
.OwO .OwO-body .OwO-bar .OwO-packages {
|
|
984
|
-
margin: 0;
|
|
985
|
-
padding: 0;
|
|
986
|
-
font-size: 0;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.OwO .OwO-body .OwO-bar .OwO-packages li {
|
|
990
|
-
list-style-type: none;
|
|
991
|
-
display: inline-block;
|
|
992
|
-
line-height: 30px;
|
|
993
|
-
font-size: 14px;
|
|
994
|
-
padding: 0 10px;
|
|
995
|
-
cursor: pointer;
|
|
996
|
-
margin-right: 3px;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
|
1000
|
-
border-radius: 0 0 0 3px;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
|
|
1004
|
-
background-color: rgba(144,147,153,0.13);
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
|
|
1008
|
-
background-color: rgba(144,147,153,0.13);
|
|
1009
|
-
-webkit-transition: .3s;
|
|
1010
|
-
transition: .3s;
|
|
1011
|
-
}
|
|
1012
|
-
|