n-sys 1.27.1 → 1.27.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/index.css +1 -1
- package/index.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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
.n-dragGrid-dragBox{position:fixed;pointer-events:none;background:rgba(255,255,255,.6);z-index:200;transform:translate(-50%, -50%)}
|
|
10
10
|
.n-navProg[data-v-105947ac]{--zIndex:10000;position:fixed;top:0;z-index:var(--zIndex);width:100%;height:3px;border-radius:2px;pointer-events:none;left:0}.n-navProg>div[data-v-105947ac]{position:relative;left:0;height:100%;background:var(--theme-color-gd)}.n-navProg.n-navProgLeft[data-v-105947ac]{transform-origin:left top;width:100vh;transform:rotateZ(90deg) translate(0, -100%)}.n-navProg.n-navProgRight[data-v-105947ac]{transform-origin:left top;width:100vh;transform:rotateZ(90deg);left:100%}.n-navProg.n-navProgBottom[data-v-105947ac]{top:auto;bottom:0}
|
|
11
11
|
.n-numRoll[data-v-6b477e23]{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}.n-numRoll .n-numRoll-item[data-v-6b477e23]{height:100%;overflow:hidden;position:relative}.n-numRoll .n-numRoll-view[data-v-6b477e23]{width:100%;height:100%;overflow:visible;text-align:center;position:relative}.n-numRoll .n-numRoll-view>li[data-v-6b477e23]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-shrink:0}.n-numRoll.n-numRollHort[data-v-6b477e23]{display:block}.n-numRoll.n-numRollHort .n-numRoll-item[data-v-6b477e23]{width:100%;height:auto}.n-numRoll.n-numRollHort .n-numRoll-view[data-v-6b477e23]{display:flex;align-items:center;justify-content:flex-start}
|
|
12
|
-
.n-preview[data-v-
|
|
12
|
+
.n-preview[data-v-ce76d9b4]{--zIndex:1000;width:100%;height:100%;opacity:0;z-index:var(--zIndex);position:fixed;transition:left 0s linear .3s,opacity .3s;left:-200vw;top:0;background:rgba(0,0,0,.6)}.n-preview .n-preview-icon[data-v-ce76d9b4]{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[data-v-ce76d9b4]:hover{color:#fff;background:rgba(0,0,0,.7);text-shadow:0 0 10px #fff}.n-preview .n-preview-close[data-v-ce76d9b4]{top:30px;right:30px}.n-preview .n-preview-left[data-v-ce76d9b4]{left:30px;top:50%;transform:translate(0, -50%)}.n-preview .n-preview-right[data-v-ce76d9b4]{right:30px;top:50%;transform:translate(0, -50%)}.n-preview .n-preview-oper[data-v-ce76d9b4]{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[data-v-ce76d9b4]{margin:0 15px}.n-preview .n-preview-oper>i[data-v-ce76d9b4]:hover{color:#fff;text-shadow:0 0 10px #fff}.n-preview .n-preview-view[data-v-ce76d9b4]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.n-preview .n-preview-view>*[data-v-ce76d9b4]{z-index:2}.n-preview .n-preview-mask[data-v-ce76d9b4]{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;z-index:1;height:100%}.n-preview .n-preview-html[data-v-ce76d9b4]{overflow:hidden}.n-preview.n-previewShow[data-v-ce76d9b4]{left:0;opacity:1;transition:opacity .3s}
|
|
13
13
|
.n-screenRoll[data-v-784b240c]{width:100%;height:100%;overflow:hidden}.n-screenRoll .n-screenRoll-box[data-v-784b240c]{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:stretch}.n-screenRoll .n-screenRoll-item[data-v-784b240c]{flex-shrink:0;width:100%}.n-screenRoll.n-screenRollHori>.n-screenRoll-box[data-v-784b240c]{flex-direction:row}.n-screenRoll.n-screenRollHori>.n-screenRoll-box>.n-screenRoll-item[data-v-784b240c]{height:100%;width:auto}.n-screenRoll.n-screenRollReverse>.n-screenRoll-box[data-v-784b240c]{justify-content:flex-end}
|
|
14
14
|
.n-scrollbar[data-v-7f74a587]{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[data-v-7f74a587]{width:100%;height:100%;background:var(--theme-scroll-btn-opacity);cursor:auto;border-radius:3.5px}.n-scrollbar>div[data-v-7f74a587]:hover{background:var(--theme-scroll-btn)}.n-scrollbar.n-scrollbarHori[data-v-7f74a587]{width:100%;height:7px;right:auto;top:auto;left:0;bottom:0}.n-scrollbar.n-scrollbarShow[data-v-7f74a587]{visibility:visible}.n-scrollbar.n-scrollbarMove>div[data-v-7f74a587]{background:var(--theme-scroll-btn)}
|
|
15
15
|
.n-slide[data-v-28cf8300]{width:100%;height:100%;position:relative}.n-slide .n-slide-view[data-v-28cf8300]{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.n-slide .n-slide-viewBox[data-v-28cf8300]{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[data-v-28cf8300]{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[data-v-28cf8300]{z-index:2}.n-slide .n-slide-viewBox .n-slide-cur[data-v-28cf8300]{z-index:3}.n-slide .n-slide-viewBox.n-slide-view-anim[data-v-28cf8300]{transition:all .3s}.n-slide .n-slide-content[data-v-28cf8300]{flex-shrink:0;width:100%;height:100%}.n-slide .n-slide-dots[data-v-28cf8300]{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[data-v-28cf8300]{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[data-v-28cf8300]{background:var(--theme-color);width:20px}.n-slide.n-slideVert .n-slide-viewBox[data-v-28cf8300]{flex-direction:column}
|