合并代码

This commit is contained in:
MuHua-123
2024-11-15 18:28:21 +08:00
parent 497b43a446
commit 72d1f89b54
274 changed files with 4939 additions and 1968 deletions
@@ -0,0 +1,24 @@
.scroll-view {
height: 100%;
width: 100%;
flex-direction: row;
}
.scroll-view-viewport {
width: 100%;
height: 100%;
}
.scroll-view-container {
}
.scroll-view-scroller {
height: 100%;
width: 30px;
background-color: rgb(255, 255, 255);
}
.scroll-view-dragger {
background-color: rgb(255, 134, 134);
height: 30px;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 03dbe2cf697b06e4c89e88b4d46d76ea
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
@@ -0,0 +1,30 @@
.horizontal-scroll-view {
width: 100%;
height: 100%;
}
.horizontal-scroll-view-viewport {
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
overflow: hidden;
}
.horizontal-scroll-view-container {
width: 1000px;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
transition-duration: 0.1s;
}
.horizontal-scroll-view-scroller {
height: 30px;
width: 100%;
background-color: rgb(255, 255, 255);
}
.horizontal-scroll-view-dragger {
width: 30px;
height: 100%;
background-color: rgb(255, 141, 141);
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0ad929d1cc924d94f8b6bdd74f5986b4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
@@ -0,0 +1,32 @@
.vertical-scroll-view {
width: 100%;
height: 100%;
flex-direction: row;
}
.vertical-scroll-view-viewport {
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
overflow: hidden;
}
.vertical-scroll-view-container {
width: 100%;
height: 1000px;
background-color: rgba(0, 0, 0, 0.2);
flex-shrink: 0;
transition-duration: 0.1s;
}
.vertical-scroll-view-scroller {
width: 30px;
height: 100%;
background-color: rgb(255, 255, 255);
}
.vertical-scroll-view-dragger {
height: 30px;
width: 100%;
background-color: rgb(255, 141, 141);
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9fd4c2e9476885e4ea09eec173385ef3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
@@ -0,0 +1,11 @@
.horizontal-scroller {
width: 100%;
height: 30px;
background-color: rgb(255, 255, 255);
}
.horizontal-scroller-dragger {
background-color: rgb(255, 126, 126);
width: 30px;
height: 100%;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7feb150ff7e13c94482b3b5c3fc7e0e5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
@@ -0,0 +1,11 @@
.vertical-scroller {
width: 30px;
height: 100%;
background-color: rgb(255, 255, 255);
}
.vertical-scroller-dragger {
background-color: rgb(255, 126, 126);
width: 100%;
height: 30px;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7602d968081373c40b29023dfa3593bb
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0