2025/2/8第一次更新

This commit is contained in:
爱吃咸鱼小猫咪
2025-02-08 18:50:38 +08:00
commit d7af560866
26519 changed files with 5046029 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";[class*=tn-border]{border-radius:inherit;box-sizing:border-box;border-width:var(--tn-border-width);border-style:solid}.tn-radius{border-radius:var(--tn-border-radius)}.tn-round{border-radius:var(--tn-border-radius-round)}.tn-border-bold{border-width:var(--tn-border-width-bold)}.tn-border-dashed{border-style:dashed}.tn-border-top{border-width:0;border-top-width:var(--tn-border-width)}.tn-border-top.tn-border-bold{border-top-width:var(--tn-border-width-bold)}.tn-border-right{border-width:0;border-right-width:var(--tn-border-width)}.tn-border-right.tn-border-bold{border-right-width:var(--tn-border-width-bold)}.tn-border-bottom{border-width:0;border-bottom-width:var(--tn-border-width)}.tn-border-bottom.tn-border-bold{border-bottom-width:var(--tn-border-width-bold)}.tn-border-left{border-width:0;border-left-width:var(--tn-border-width)}.tn-border-left.tn-border-bold{border-left-width:var(--tn-border-width-bold)}.tn-border-none{border-width:0}.tn-border-none-top{border-top-width:0}.tn-border-none-right{border-right-width:0}.tn-border-none-bottom{border-bottom-width:0}.tn-border-none-left{border-left-width:0}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";[class*=tn-flex]{display:flex;flex-direction:row;flex-wrap:nowrap}.tn-flex-row{flex-direction:row}.tn-flex-row-reverse{flex-direction:row-reverse}.tn-flex-column{flex-direction:column}.tn-flex-column-reverse{flex-direction:column-reverse}.tn-flex-nowrap{flex-wrap:nowrap}.tn-flex-wrap{flex-wrap:wrap}.tn-flex-wrap-reverse{flex-wrap:wrap-reverse}.tn-flex-1{flex:1 1 0%}.tn-flex-auto{flex:1 1 auto}.tn-flex-inital{flex:0 1 auto}.tn-flex-none{flex:none}.tn-flex-grow{flex-grow:1}.tn-flex-grow-0{flex-grow:0}.tn-flex-shrink{flex-shrink:1}.tn-flex-shrink-0{flex-shrink:0}.tn-flex-start-start{align-items:flex-start;justify-content:flex-start}.tn-flex-start-end{align-items:flex-start;justify-content:flex-end}.tn-flex-start-center{align-items:flex-start;justify-content:center}.tn-flex-start-between{align-items:flex-start;justify-content:space-between}.tn-flex-start-around{align-items:flex-start;justify-content:space-around}.tn-flex-end-start{align-items:flex-end;justify-content:flex-start}.tn-flex-end-end{align-items:flex-end;justify-content:flex-end}.tn-flex-end-center{align-items:flex-end;justify-content:center}.tn-flex-end-between{align-items:flex-end;justify-content:space-between}.tn-flex-end-around{align-items:flex-end;justify-content:space-around}.tn-flex-center-start{align-items:center;justify-content:flex-start}.tn-flex-center-end{align-items:center;justify-content:flex-end}.tn-flex-center-center{align-items:center;justify-content:center}.tn-flex-center-between{align-items:center;justify-content:space-between}.tn-flex-center-around{align-items:center;justify-content:space-around}.tn-flex-baseline-start{align-items:baseline;justify-content:flex-start}.tn-flex-baseline-end{align-items:baseline;justify-content:flex-end}.tn-flex-baseline-center{align-items:baseline;justify-content:center}.tn-flex-baseline-between{align-items:baseline;justify-content:space-between}.tn-flex-baseline-around{align-items:baseline;justify-content:space-around}.tn-flex-stretch-start{align-items:stretch;justify-content:flex-start}.tn-flex-stretch-end{align-items:stretch;justify-content:flex-end}.tn-flex-stretch-center{align-items:stretch;justify-content:center}.tn-flex-stretch-between{align-items:stretch;justify-content:space-between}.tn-flex-stretch-around{align-items:stretch;justify-content:space-around}.tn-flex-center{align-items:center;justify-content:center}.tn-flex.justify-start{justify-content:flex-start}.tn-flex.justify-end{justify-content:flex-end}.tn-flex.justify-center{justify-content:center}.tn-flex.justify-between{justify-content:space-between}.tn-flex.justify-around{justify-content:space-around}.tn-flex.justify-evenly{justify-content:space-evenly}.tn-flex.justify-item-start{justify-items:start}.tn-flex.justify-item-end{justify-items:end}.tn-flex.justify-item-center{justify-items:center}.tn-flex.justify-item-stretch{justify-items:stretch}.tn-flex.justify-self-auto{justify-self:auto}.tn-flex.justify-self-start{justify-self:start}.tn-flex.justify-self-end{justify-self:end}.tn-flex.justify-self-center{justify-self:center}.tn-flex.justify-self-stretch{justify-self:stretch}.tn-flex.content-start{align-content:flex-start}.tn-flex.content-end{align-content:flex-end}.tn-flex.content-center{align-content:center}.tn-flex.content-between{align-content:space-between}.tn-flex.content-around{align-content:space-around}.tn-flex.content-evenly{align-content:evenly}.tn-flex.items-start{align-items:flex-start}.tn-flex.items-end{align-items:flex-end}.tn-flex.items-center{align-items:center}.tn-flex.items-baseline{align-items:baseline}.tn-flex.items-stretch{align-items:stretch}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-shadow{--tn-shadow:0px 5px 30px -9.5px rgba(0, 0, 0, 0.1);--tn-shadow-colored:0px 5px 30px -9.5px var(--tn-shadow-color)}.tn-shadow{box-shadow:var(--tn-shadow)}.tn-shadow-sm{--tn-shadow:0px 5px 30px -20px rgba(0, 0, 0, 0.1);--tn-shadow-colored:0px 5px 30px -20px var(--tn-shadow-color)}.tn-shadow-sm{box-shadow:var(--tn-shadow)}.tn-shadow-md{--tn-shadow:0px 5px 10px -1px rgba(0, 0, 0, 0.1),0px 0px 5px -2px rgba(0, 0, 0, 0.1);--tn-shadow-colored:0px 5px 10px -1px var(--tn-shadow-color),0px 0px 5px -2px var(--tn-shadow-color)}.tn-shadow-md{box-shadow:var(--tn-shadow)}.tn-shadow-lg{--tn-shadow:0px 10px 15px -2px rgba(0, 0, 0, 0.1),0px 5px 10px -2px rgba(0, 0, 0, 0.1);--tn-shadow-colored:0px 10px 15px -2px var(--tn-shadow-color),0px 5px 10px -2px var(--tn-shadow-color)}.tn-shadow-lg{box-shadow:var(--tn-shadow)}.tn-shadow-blur{position:relative}.tn-shadow-blur::before{content:" ";display:block;background:inherit;background-color:inherit;background-image:inherit;filter:blur(5px);position:absolute;width:100%;height:100%;top:5px;left:5px;z-index:inherit;opacity:.4;transform-origin:0 0;border-radius:inherit;transform:scale(1,1)}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-w-0{width:0}.tn-w-px{width:1px}.tn-w-1-2{width:50%}.tn-w-1-3{width:33.3333333333%}.tn-w-2-3{width:66.6666666667%}.tn-w-1-4{width:25%}.tn-w-2-4{width:50%}.tn-w-3-4{width:75%}.tn-w-1-5{width:20%}.tn-w-2-5{width:40%}.tn-w-3-5{width:60%}.tn-w-4-5{width:80%}.tn-w-1-6{width:16.6666666667%}.tn-w-2-6{width:33.3333333333%}.tn-w-3-6{width:50%}.tn-w-4-6{width:66.6666666667%}.tn-w-5-6{width:83.3333333333%}.tn-w-1-12{width:8.3333333333%}.tn-w-2-12{width:16.6666666667%}.tn-w-3-12{width:25%}.tn-w-4-12{width:33.3333333333%}.tn-w-5-12{width:41.6666666667%}.tn-w-6-12{width:50%}.tn-w-7-12{width:58.3333333333%}.tn-w-8-12{width:66.6666666667%}.tn-w-9-12{width:75%}.tn-w-10-12{width:83.3333333333%}.tn-w-11-12{width:91.6666666667%}.tn-w-auto{width:auto}.tn-w-full{width:100%}.tn-w-screen{width:100vw}.tn-w-min{width:-moz-min-content;width:min-content}.tn-w-max{width:-moz-max-content;width:max-content}.tn-h-0{height:0}.tn-h-px{height:1px}.tn-h-1-2{height:50%}.tn-h-1-3{height:33.3333333333%}.tn-h-2-3{height:66.6666666667%}.tn-h-1-4{height:25%}.tn-h-2-4{height:50%}.tn-h-3-4{height:75%}.tn-h-1-5{height:20%}.tn-h-2-5{height:40%}.tn-h-3-5{height:60%}.tn-h-4-5{height:80%}.tn-h-1-6{height:16.6666666667%}.tn-h-2-6{height:33.3333333333%}.tn-h-3-6{height:50%}.tn-h-4-6{height:66.6666666667%}.tn-h-5-6{height:83.3333333333%}.tn-h-1-12{height:8.3333333333%}.tn-h-2-12{height:16.6666666667%}.tn-h-3-12{height:25%}.tn-h-4-12{height:33.3333333333%}.tn-h-5-12{height:41.6666666667%}.tn-h-6-12{height:50%}.tn-h-7-12{height:58.3333333333%}.tn-h-8-12{height:66.6666666667%}.tn-h-9-12{height:75%}.tn-h-10-12{height:83.3333333333%}.tn-h-11-12{height:91.6666666667%}.tn-h-auto{height:auto}.tn-h-full{height:100%}.tn-h-screen{height:100vh}.tn-p{padding:var(--tn-pm-size)}.tn-p-xs{padding:var(--tn-pm-size-xs)}.tn-p-sm{padding:var(--tn-pm-size-sm)}.tn-p-lg{padding:var(--tn-pm-size-lg)}.tn-p-xl{padding:var(--tn-pm-size-xl)}.tn-p-0{padding:var(--tn-pm-size-0)}.tn-pt{padding-top:var(--tn-pm-size)}.tn-pt-xs{padding-top:var(--tn-pm-size-xs)}.tn-pt-sm{padding-top:var(--tn-pm-size-sm)}.tn-pt-lg{padding-top:var(--tn-pm-size-lg)}.tn-pt-xl{padding-top:var(--tn-pm-size-xl)}.tn-pt-0{padding-top:var(--tn-pm-size-0)}.tn-pr{padding-right:var(--tn-pm-size)}.tn-pr-xs{padding-right:var(--tn-pm-size-xs)}.tn-pr-sm{padding-right:var(--tn-pm-size-sm)}.tn-pr-lg{padding-right:var(--tn-pm-size-lg)}.tn-pr-xl{padding-right:var(--tn-pm-size-xl)}.tn-pr-0{padding-right:var(--tn-pm-size-0)}.tn-pb{padding-bottom:var(--tn-pm-size)}.tn-pb-xs{padding-bottom:var(--tn-pm-size-xs)}.tn-pb-sm{padding-bottom:var(--tn-pm-size-sm)}.tn-pb-lg{padding-bottom:var(--tn-pm-size-lg)}.tn-pb-xl{padding-bottom:var(--tn-pm-size-xl)}.tn-pb-0{padding-bottom:var(--tn-pm-size-0)}.tn-pl{padding-left:var(--tn-pm-size)}.tn-pl-xs{padding-left:var(--tn-pm-size-xs)}.tn-pl-sm{padding-left:var(--tn-pm-size-sm)}.tn-pl-lg{padding-left:var(--tn-pm-size-lg)}.tn-pl-xl{padding-left:var(--tn-pm-size-xl)}.tn-pl-0{padding-left:var(--tn-pm-size-0)}.tn-m{margin:var(--tn-pm-size)}.tn-m-xs{margin:var(--tn-pm-size-xs)}.tn-m-sm{margin:var(--tn-pm-size-sm)}.tn-m-lg{margin:var(--tn-pm-size-lg)}.tn-m-xl{margin:var(--tn-pm-size-xl)}.tn-m-0{margin:var(--tn-pm-size-0)}.tn-mt{margin-top:var(--tn-pm-size)}.tn-mt-xs{margin-top:var(--tn-pm-size-xs)}.tn-mt-sm{margin-top:var(--tn-pm-size-sm)}.tn-mt-lg{margin-top:var(--tn-pm-size-lg)}.tn-mt-xl{margin-top:var(--tn-pm-size-xl)}.tn-mt-0{margin-top:var(--tn-pm-size-0)}.tn-mr{margin-right:var(--tn-pm-size)}.tn-mr-xs{margin-right:var(--tn-pm-size-xs)}.tn-mr-sm{margin-right:var(--tn-pm-size-sm)}.tn-mr-lg{margin-right:var(--tn-pm-size-lg)}.tn-mr-xl{margin-right:var(--tn-pm-size-xl)}.tn-mr-0{margin-right:var(--tn-pm-size-0)}.tn-mb{margin-bottom:var(--tn-pm-size)}.tn-mb-xs{margin-bottom:var(--tn-pm-size-xs)}.tn-mb-sm{margin-bottom:var(--tn-pm-size-sm)}.tn-mb-lg{margin-bottom:var(--tn-pm-size-lg)}.tn-mb-xl{margin-bottom:var(--tn-pm-size-xl)}.tn-mb-0{margin-bottom:var(--tn-pm-size-0)}.tn-ml{margin-left:var(--tn-pm-size)}.tn-ml-xs{margin-left:var(--tn-pm-size-xs)}.tn-ml-sm{margin-left:var(--tn-pm-size-sm)}.tn-ml-lg{margin-left:var(--tn-pm-size-lg)}.tn-ml-xl{margin-left:var(--tn-pm-size-xl)}.tn-ml-0{margin-left:var(--tn-pm-size-0)}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-text{font-size:var(--tn-font-size)}.tn-text-xs{font-size:var(--tn-font-size-xs)}.tn-text-sm{font-size:var(--tn-font-size-sm)}.tn-text-lg{font-size:var(--tn-font-size-lg)}.tn-text-xl{font-size:var(--tn-font-size-xl)}.tn-text-2xl{font-size:var(--tn-font-size-2xl)}.tn-text-3xl{font-size:var(--tn-font-size-3xl)}.tn-text-4xl{font-size:var(--tn-font-size-4xl)}.tn-text-uppercase{text-transform:uppercase}.tn-text-lowercase{text-transform:lowercase}.tn-text-capitalize{text-transform:capitalize}.tn-text-bold{font-weight:700}.tn-text-center{text-align:center}.tn-text-left{text-align:left}.tn-text-right{text-align:right}[class*=tn-text-ellipsis]{width:100%}.tn-text-ellipsis-1{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:1;-webkit-box-orient:vertical!important}.tn-text-ellipsis-2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical!important}.tn-text-ellipsis-3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical!important}.tn-text-ellipsis-4{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical!important}.tn-text-ellipsis-5{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical!important}.tn-text-transparent{-webkit-background-clip:text;background-clip:text;color:transparent!important}.tn-break-word{word-wrap:break-word}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";body,page{-webkit-tap-highlight-color:transparent;background-color:var(--tn-bg-color);font-size:var(--tn-font-size);color:var(--tn-text-color)}::-webkit-scrollbar{display:none;width:0!important;height:0!important;-webkit-appearance:none;background:0 0}.tn-u-safe-area{padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom)!important;padding-bottom:env(safe-area-inset-bottom)!important}.tn-u-safe-area--more{padding-bottom:20rpx;padding-bottom:calc(constant(safe-area-inset-bottom) + 20rpx)!important;padding-bottom:calc(env(safe-area-inset-bottom) + 20rpx)!important}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-u-btn-clear{background-color:transparent;padding:0;margin:0;font-size:inherit;line-height:inherit;border-radius:inherit;color:inherit;border:none}.tn-u-btn-clear::after{border:none}.tn-u-btn-hover{opacity:.8;box-shadow:inset 10rpx 2rpx 40rpx 0rpx rgba(0,0,0,.05)}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";uni-toast{z-index:30090}uni-toast .uni-toast{z-index:inherit}uni-modal{z-index:30090}uni-modal .uni-mask{z-index:inherit}uni-modal .uni-modal{z-index:inherit}scroll-view ::v-deep ::-webkit-scrollbar{display:none;width:0!important;height:0!important;-webkit-appearance:none;background:0 0}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-image{display:block;width:100%;height:100%;border-radius:inherit;will-change:transform}
+1
View File
@@ -0,0 +1 @@
button,cover-view,image,input,label,navigator,scroll-view,swiper,textarea,view{box-sizing:border-box}button::after{border:none}image{width:100%;height:100%;border-radius:inherit;will-change:transform}
+1
View File
@@ -0,0 +1 @@
@charset "UTF-8";.tn-scroll-view{width:100%;height:100%}.tn-scroll-view::-webkit-scrollbar{display:none;width:0;height:0;color:transparent}
File diff suppressed because one or more lines are too long