n-sys 1.31.21 → 1.31.23
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/index.css +1 -1
- package/index.js +1 -1
- package/mini.js +1 -1
- package/package.json +1 -1
- package/small.css +1 -1
- package/small.js +1 -1
package/package.json
CHANGED
package/small.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.n-preview{--z-index:1000;width:100%;height:100%;opacity:0;z-index:var(--z-index);position:fixed;transition:left 0s linear .3s,opacity .3s;left:-200vw;top:0;background:rgba(0,0,0,.6)}.n-preview .n-preview-icon{z-index:10;position:absolute;background:rgba(0,0,0,.3);color:#ccc;font-size:23px;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.n-preview .n-preview-icon:hover{color:#fff;background:rgba(0,0,0,.7);text-shadow:0 0 10px #fff}.n-preview .n-preview-close{top:30px;right:30px}.n-preview .n-preview-left{left:30px;top:50%;transform:translate(0, -50%)}.n-preview .n-preview-right{right:30px;top:50%;transform:translate(0, -50%)}.n-preview .n-preview-oper{z-index:10;position:absolute;left:50%;bottom:30px;transform:translate(-50%);background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;font-size:23px;color:#ccc;height:50px;border-radius:25px}.n-preview .n-preview-oper>i{margin:0 15px}.n-preview .n-preview-oper>i:hover{color:#fff;text-shadow:0 0 10px #fff}.n-preview .n-preview-view{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.n-preview .n-preview-view>*{z-index:2}.n-preview .n-preview-mask{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;z-index:1;height:100%}.n-preview .n-preview-html{overflow:hidden}.n-preview.n-previewShow{left:0;opacity:1;transition:opacity .3s}
|
|
12
12
|
.n-screenRoll{width:100%;height:100%;overflow:hidden}.n-screenRoll .n-screenRoll-box{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:stretch}.n-screenRoll .n-screenRoll-item{flex-shrink:0;width:100%}.n-screenRoll.n-screenRollHori>.n-screenRoll-box{flex-direction:row}.n-screenRoll.n-screenRollHori>.n-screenRoll-box>.n-screenRoll-item{height:100%;width:auto}.n-screenRoll.n-screenRollReverse>.n-screenRoll-box{justify-content:flex-end}
|
|
13
13
|
.n-scrollbar{width:7px;height:100%;position:absolute;right:0;background:var(--theme-scroll-bg);top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;overflow:hidden}.n-scrollbar>div{width:100%;height:100%;background:var(--theme-scroll-btn-opacity);cursor:auto;border-radius:3.5px}.n-scrollbar>div:hover{background:var(--theme-scroll-btn)}.n-scrollbar.n-scrollbarHori{width:100%;height:7px;right:auto;top:auto;left:0;bottom:0}.n-scrollbar.n-scrollbarShow{visibility:visible}.n-scrollbar.n-scrollbarMove>div{background:var(--theme-scroll-btn)}
|
|
14
|
-
.n-slide{width:100%;height:100%;position:relative}.n-slide .n-slide-view{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.n-slide .n-slide-viewBox{width:100%;flex-shrink:0;height:100%;position:relative;transform:translate(0, 0);display:flex;align-items:center;justify-content:flex-start;align-items:stretch}.n-slide .n-slide-viewBox>li{flex-shrink:0;width:100%;height:100%;position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.n-slide .n-slide-viewBox .n-slide-sub{z-index:2}.n-slide .n-slide-viewBox .n-slide-cur{z-index:3}.n-slide .n-slide-
|
|
14
|
+
.n-slide{width:100%;height:100%;position:relative}.n-slide .n-slide-view{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.n-slide .n-slide-viewBox{width:100%;flex-shrink:0;height:100%;position:relative;transform:translate(0, 0);display:flex;align-items:center;justify-content:flex-start;align-items:stretch}.n-slide .n-slide-viewBox>li{flex-shrink:0;width:100%;height:100%;position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.n-slide .n-slide-viewBox .n-slide-sub{z-index:2}.n-slide .n-slide-viewBox .n-slide-cur{z-index:3}.n-slide .n-slide-content{flex-shrink:0;width:100%;height:100%}.n-slide .n-slide-dots{display:flex;justify-content:center;align-items:center;position:absolute;left:50%;transform:translate(-50%);margin-top:20px;bottom:10px;z-index:5;gap:10px}.n-slide .n-slide-dots>li{cursor:pointer;background:rgba(255,255,255,.6);border-radius:3px;width:5px;height:5px;transition:all .3s}.n-slide .n-slide-dots .n-slide-dots-cur{background:var(--theme-color);width:20px}.n-slide.n-slide-anim .n-slide-viewBox{transition:all .3s}.n-slide.n-slideVert .n-slide-viewBox{flex-direction:column}
|
|
15
15
|
.n-timeAxis{width:100%;height:80px;cursor:w-resize}
|
|
16
16
|
.n-tooltip-seat{display:inline}.n-tooltip{--z-index:1000;--size:auto;position:fixed;left:-200%;z-index:var(--z-index);pointer-events:none;opacity:0}.n-tooltip .n-tooltip-content{background:rgba(0,0,0,.6);color:#fff;display:flex;justify-content:center;align-items:center;padding:7px;max-width:300px;border-radius:3px;font-size:13px;box-shadow:0 0 10px 1px var(--theme-border1)}.n-tooltip.n-tooltipShow{transition:opacity .3s linear .3s;opacity:1}
|
|
17
17
|
.n-waterMark{--z-index:10000;--bg: none;position:absolute;top:0;pointer-events:none;z-index:10000;left:0;width:100%;height:100%;background:var(--bg)}
|