This commit is contained in:
2025-05-13 16:56:30 +08:00
838 changed files with 923 additions and 88523 deletions

View File

@ -1,5 +0,0 @@
{
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000",
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="content data-v-e36a8e5a"><view class="cropper-wrapper data-v-e36a8e5a" style="{{'height:'+(cropperOpt.height+'px')+';'}}"><canvas class="cropper data-v-e36a8e5a" style="{{'width:'+(cropperOpt.width)+';'+('height:'+(cropperOpt.height)+';')+('background-color:'+('rgba(0, 0, 0, 0.8)')+';')}}" disable-scroll="{{true}}" canvas-id="cropper" id="cropper" data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"></canvas><canvas class="cropper data-v-e36a8e5a" style="{{'position:'+('fixed')+';'+('top:'+('-'+cropperOpt.width*cropperOpt.pixelRatio+'px')+';')+('left:'+('-'+cropperOpt.height*cropperOpt.pixelRatio+'px')+';')+('width:'+(cropperOpt.width*cropperOpt.pixelRatio+'px')+';')+('height:'+(''+cropperOpt.height*cropperOpt.pixelRatio)+';')}}" disable-scroll="{{true}}" canvas-id="targetId" id="targetId"></canvas></view><view class="cropper-buttons safe-area-padding data-v-e36a8e5a" style="{{'height:'+(bottomNavHeight+'px')+';'}}"><view data-event-opts="{{[['tap',[['uploadTap',['$event']]]]]}}" class="upload data-v-e36a8e5a" bindtap="__e">重新选择</view><view data-event-opts="{{[['tap',[['getCropperImage',[false]]]]]}}" class="getCropperImage data-v-e36a8e5a" bindtap="__e">确定</view></view></view>

View File

@ -1,66 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.content.data-v-e36a8e5a {
background: white;
}
.cropper.data-v-e36a8e5a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11;
}
.cropper-buttons.data-v-e36a8e5a {
background-color: #000000;
color: #eee;
}
.cropper-wrapper.data-v-e36a8e5a {
position: relative;
display: flex;
flex-direction: row;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: #000;
}
.cropper-buttons.data-v-e36a8e5a {
width: 100vw;
display: flex;
flex-direction: row;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
font-size: 28rpx;
}
.cropper-buttons .upload.data-v-e36a8e5a,
.cropper-buttons .getCropperImage.data-v-e36a8e5a {
width: 50%;
text-align: center;
}
.cropper-buttons .upload.data-v-e36a8e5a {
text-align: left;
padding-left: 50rpx;
}
.cropper-buttons .getCropperImage.data-v-e36a8e5a {
text-align: right;
padding-right: 50rpx;
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
}
}

View File

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['click',['$event']]]]]}}" class="u-avatar data-v-22e236d3" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{!uText&&avatar}}"><image class="u-avatar__img data-v-22e236d3" style="{{$root.s1}}" src="{{avatar}}" mode="{{imgMode}}" data-event-opts="{{[['error',[['loadError',['$event']]]]]}}" binderror="__e"></image></block><block wx:else><block wx:if="{{uText}}"><text class="u-line-1 data-v-22e236d3" style="{{'font-size:'+('38rpx')+';'}}">{{uText}}</text></block><block wx:else><slot></slot></block></block><block wx:if="{{showSex}}"><view class="{{['u-avatar__sex','data-v-22e236d3','u-avatar__sex--'+sexIcon]}}" style="{{$root.s2}}"><u-icon vue-id="39652493-1" name="{{sexIcon}}" size="20" class="data-v-22e236d3" bind:__l="__l"></u-icon></view></block><block wx:if="{{showLevel}}"><view class="u-avatar__level data-v-22e236d3" style="{{$root.s3}}"><u-icon vue-id="39652493-2" name="{{levelIcon}}" size="20" class="data-v-22e236d3" bind:__l="__l"></u-icon></view></block></view>

View File

@ -1,69 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-avatar.data-v-22e236d3 {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #606266;
border-radius: 10px;
position: relative;
}
.u-avatar__img.data-v-22e236d3 {
width: 100%;
height: 100%;
}
.u-avatar__sex.data-v-22e236d3 {
position: absolute;
width: 32rpx;
color: #ffffff;
height: 32rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 100rpx;
top: 5%;
z-index: 1;
right: -7%;
border: 1px #ffffff solid;
}
.u-avatar__sex--man.data-v-22e236d3 {
background-color: #ff2c3c;
}
.u-avatar__sex--woman.data-v-22e236d3 {
background-color: #fa3534;
}
.u-avatar__sex--none.data-v-22e236d3 {
background-color: #ff9900;
}
.u-avatar__level.data-v-22e236d3 {
position: absolute;
width: 32rpx;
color: #ffffff;
height: 32rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 100rpx;
bottom: 5%;
z-index: 1;
right: -7%;
border: 1px #ffffff solid;
background-color: #ff9900;
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<block wx:if="{{show}}"><view class="{{['u-badge','data-v-40f94fea',isDot?'u-badge-dot':'',size=='mini'?'u-badge-mini':'',type?'u-badge--bg--'+type:'']}}" style="{{$root.s0}}">{{''+showText+''}}</view></block>

View File

@ -1,56 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-badge.data-v-40f94fea {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 24rpx;
padding: 4rpx 8rpx;
border-radius: 100rpx;
z-index: 9;
}
.u-badge--bg--primary.data-v-40f94fea {
background-color: #ff2c3c;
}
.u-badge--bg--error.data-v-40f94fea {
background-color: #fa3534;
}
.u-badge--bg--success.data-v-40f94fea {
background-color: #19be6b;
}
.u-badge--bg--info.data-v-40f94fea {
background-color: #909399;
}
.u-badge--bg--warning.data-v-40f94fea {
background-color: #ff9900;
}
.u-badge-dot.data-v-40f94fea {
height: 16rpx;
width: 16rpx;
border-radius: 100rpx;
line-height: 1;
}
.u-badge-mini.data-v-40f94fea {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transform-origin: center center;
transform-origin: center center;
}
.u-info.data-v-40f94fea {
background-color: #909399;
color: #fff;
}

View File

@ -1 +0,0 @@
<button class="{{['u-btn','u-line-1','u-fix-ios-appearance','data-v-8ef4aa1a','u-size-'+size,plain?'u-btn--'+type+'--plain':'',loading?'u-loading':'',shape=='circle'?'u-round-circle':'',hairLine?showHairLineBorder:'u-btn--bold-border','u-btn--'+type,disabled?'u-btn--'+type+'--disabled':'']}}" style="{{$root.s0}}" id="u-wave-btn" hover-start-time="{{$root.m0}}" hover-stay-time="{{$root.m1}}" disabled="{{disabled}}" form-type="{{formType}}" open-type="{{openType}}" app-parameter="{{appParameter}}" hover-stop-propagation="{{hoverStopPropagation}}" send-message-title="{{sendMessageTitle}}" send-message-path="sendMessagePath" lang="{{lang}}" data-name="{{dataName}}" session-from="{{sessionFrom}}" send-message-img="{{sendMessageImg}}" show-message-card="{{showMessageCard}}" hover-class="{{getHoverClass}}" loading="{{loading}}" data-event-opts="{{[['getphonenumber',[['getphonenumber',['$event']]]],['getuserinfo',[['getuserinfo',['$event']]]],['error',[['error',['$event']]]],['opensetting',[['opensetting',['$event']]]],['launchapp',[['launchapp',['$event']]]],['tap',[['click',['$event']]]]]}}" bindgetphonenumber="__e" bindgetuserinfo="__e" binderror="__e" bindopensetting="__e" bindlaunchapp="__e" catchtap="__e"><slot></slot><block wx:if="{{ripple}}"><view class="{{['u-wave-ripple','data-v-8ef4aa1a',waveActive?'u-wave-active':'']}}" style="{{'top:'+(rippleTop+'px')+';'+('left:'+(rippleLeft+'px')+';')+('width:'+(fields.targetWidth+'px')+';')+('height:'+(fields.targetWidth+'px')+';')+('background-color:'+(rippleBgColor||'rgba(0, 0, 0, 0.15)')+';')}}"></view></block></button>

View File

@ -1,226 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-btn.data-v-8ef4aa1a::after {
border: none;
}
.u-btn.data-v-8ef4aa1a {
position: relative;
border: 0;
display: inline-flex;
overflow: visible;
line-height: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0 40rpx;
z-index: 1;
box-sizing: border-box;
transition: all 0.15s;
}
.u-btn--bold-border.data-v-8ef4aa1a {
border: 1px solid #ffffff;
}
.u-btn--default.data-v-8ef4aa1a {
color: #606266;
border-color: #c0c4cc;
background-color: #ffffff;
}
.u-btn--primary.data-v-8ef4aa1a {
color: #ffffff;
border-color: #ff2c3c;
background-color: #ff2c3c;
}
.u-btn--success.data-v-8ef4aa1a {
color: #ffffff;
border-color: #19be6b;
background-color: #19be6b;
}
.u-btn--error.data-v-8ef4aa1a {
color: #ffffff;
border-color: #fa3534;
background-color: #fa3534;
}
.u-btn--warning.data-v-8ef4aa1a {
color: #ffffff;
border-color: #ff9900;
background-color: #ff9900;
}
.u-btn--default--disabled.data-v-8ef4aa1a {
color: #ffffff;
border-color: #e4e7ed;
background-color: #ffffff;
}
.u-btn--primary--disabled.data-v-8ef4aa1a {
color: #ffffff !important;
border-color: #a0cfff !important;
background-color: #a0cfff !important;
}
.u-btn--success--disabled.data-v-8ef4aa1a {
color: #ffffff !important;
border-color: #71d5a1 !important;
background-color: #71d5a1 !important;
}
.u-btn--error--disabled.data-v-8ef4aa1a {
color: #ffffff !important;
border-color: #fab6b6 !important;
background-color: #fab6b6 !important;
}
.u-btn--warning--disabled.data-v-8ef4aa1a {
color: #ffffff !important;
border-color: #fcbd71 !important;
background-color: #fcbd71 !important;
}
.u-btn--primary--plain.data-v-8ef4aa1a {
color: #ff2c3c !important;
border-color: #a0cfff !important;
background-color: #ecf5ff !important;
}
.u-btn--success--plain.data-v-8ef4aa1a {
color: #19be6b !important;
border-color: #71d5a1 !important;
background-color: #dbf1e1 !important;
}
.u-btn--error--plain.data-v-8ef4aa1a {
color: #fa3534 !important;
border-color: #fab6b6 !important;
background-color: #fef0f0 !important;
}
.u-btn--warning--plain.data-v-8ef4aa1a {
color: #ff9900 !important;
border-color: #fcbd71 !important;
background-color: #fdf6ec !important;
}
.u-hairline-border.data-v-8ef4aa1a:after {
content: ' ';
position: absolute;
pointer-events: none;
box-sizing: border-box;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
left: 0;
top: 0;
width: 199.8%;
height: 199.7%;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
border: 1px solid currentColor;
z-index: 1;
}
.u-wave-ripple.data-v-8ef4aa1a {
z-index: 0;
position: absolute;
border-radius: 100%;
background-clip: padding-box;
pointer-events: none;
-webkit-user-select: none;
user-select: none;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
-webkit-transform-origin: center;
transform-origin: center;
}
.u-wave-ripple.u-wave-active.data-v-8ef4aa1a {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
transition: opacity 1s linear, -webkit-transform 0.4s linear;
transition: opacity 1s linear, transform 0.4s linear;
transition: opacity 1s linear, transform 0.4s linear, -webkit-transform 0.4s linear;
}
.u-round-circle.data-v-8ef4aa1a {
border-radius: 100rpx;
}
.u-round-circle.data-v-8ef4aa1a::after {
border-radius: 100rpx;
}
.u-loading.data-v-8ef4aa1a::after {
background-color: rgba(255, 255, 255, 0.35);
}
.u-size-default.data-v-8ef4aa1a {
font-size: 30rpx;
height: 80rpx;
line-height: 80rpx;
}
.u-size-medium.data-v-8ef4aa1a {
display: inline-flex;
width: auto;
font-size: 26rpx;
height: 70rpx;
line-height: 70rpx;
padding: 0 80rpx;
}
.u-size-mini.data-v-8ef4aa1a {
display: inline-flex;
width: auto;
font-size: 22rpx;
padding-top: 1px;
height: 50rpx;
line-height: 50rpx;
padding: 0 20rpx;
}
.u-primary-plain-hover.data-v-8ef4aa1a {
color: #ffffff !important;
background: #2b85e4 !important;
}
.u-default-plain-hover.data-v-8ef4aa1a {
color: #2b85e4 !important;
background: #ecf5ff !important;
}
.u-success-plain-hover.data-v-8ef4aa1a {
color: #ffffff !important;
background: #18b566 !important;
}
.u-warning-plain-hover.data-v-8ef4aa1a {
color: #ffffff !important;
background: #f29100 !important;
}
.u-error-plain-hover.data-v-8ef4aa1a {
color: #ffffff !important;
background: #dd6161 !important;
}
.u-info-plain-hover.data-v-8ef4aa1a {
color: #ffffff !important;
background: #82848a !important;
}
.u-default-hover.data-v-8ef4aa1a {
color: #2b85e4 !important;
border-color: #2b85e4 !important;
background-color: #ecf5ff !important;
}
.u-primary-hover.data-v-8ef4aa1a {
background: #2b85e4 !important;
color: #fff;
}
.u-success-hover.data-v-8ef4aa1a {
background: #18b566 !important;
color: #fff;
}
.u-info-hover.data-v-8ef4aa1a {
background: #82848a !important;
color: #fff;
}
.u-warning-hover.data-v-8ef4aa1a {
background: #f29100 !important;
color: #fff;
}
.u-error-hover.data-v-8ef4aa1a {
background: #dd6161 !important;
color: #fff;
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="u-cell-box data-v-7b65689a"><block wx:if="{{title}}"><view class="u-cell-title data-v-7b65689a" style="{{$root.s0}}">{{''+title+''}}</view></block><view class="{{['u-cell-item-box','data-v-7b65689a',(border)?'u-border-bottom u-border-top':'']}}"><slot></slot></view></view>

View File

@ -1,29 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-cell-box.data-v-7b65689a {
width: 100%;
}
.u-cell-title.data-v-7b65689a {
padding: 30rpx 32rpx 10rpx 32rpx;
font-size: 30rpx;
text-align: left;
color: #909399;
}
.u-cell-item-box.data-v-7b65689a {
background-color: #FFFFFF;
flex-direction: row;
}

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<view class="{{['u-cell','data-v-51584481',(borderBottom)?'u-border-bottom':'',(borderTop)?'u-border-top':'',(center)?'u-col-center':'',(required)?'u-cell--required':'']}}" style="{{'background-color:'+(bgColor)+';'}}" hover-stay-time="150" hover-class="{{hoverClass}}" data-event-opts="{{[['tap',[['click',['$event']]]]]}}" bindtap="__e"><block wx:if="{{icon}}"><u-icon class="u-cell__left-icon-wrap data-v-51584481" vue-id="4c9e66b6-1" size="{{iconSize}}" name="{{icon}}" custom-style="{{iconStyle}}" bind:__l="__l"></u-icon></block><block wx:else><view class="u-flex data-v-51584481"><slot name="icon"></slot></view></block><view class="u-cell_title data-v-51584481" style="{{$root.s0}}"><block wx:if="{{title!==''}}"><block class="data-v-51584481">{{title}}</block></block><block wx:else><slot name="title"></slot></block><block wx:if="{{label||$slots.label}}"><view class="u-cell__label data-v-51584481" style="{{$root.s1}}"><block wx:if="{{label!==''}}"><block class="data-v-51584481">{{label}}</block></block><block wx:else><slot name="label"></slot></block></view></block></view><view class="u-cell__value data-v-51584481" style="{{$root.s2}}"><block wx:if="{{value!==''}}"><block class="u-cell__value data-v-51584481">{{value}}</block></block><block wx:else><slot></slot></block></view><block wx:if="{{$slots['right-icon']}}"><view class="u-flex u-cell_right data-v-51584481"><slot name="right-icon"></slot></view></block><block wx:if="{{arrow}}"><u-icon class="u-icon-wrap u-cell__right-icon-wrap data-v-51584481" style="{{$root.s3}}" vue-id="4c9e66b6-2" name="arrow-right" bind:__l="__l"></u-icon></block></view>

View File

@ -1,99 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-cell.data-v-51584481 {
display: flex;
flex-direction: row;
align-items: center;
position: relative;
box-sizing: border-box;
width: 100%;
padding: 26rpx 32rpx;
font-size: 28rpx;
line-height: 54rpx;
color: #606266;
background-color: #fff;
text-align: left;
}
.u-cell_title.data-v-51584481 {
font-size: 28rpx;
}
.u-cell__left-icon-wrap.data-v-51584481 {
margin-right: 10rpx;
font-size: 32rpx;
}
.u-cell__right-icon-wrap.data-v-51584481 {
margin-left: 10rpx;
color: #969799;
font-size: 28rpx;
}
.u-cell__left-icon-wrap.data-v-51584481,
.u-cell__right-icon-wrap.data-v-51584481 {
display: flex;
flex-direction: row;
align-items: center;
height: 48rpx;
}
.u-cell-border.data-v-51584481:after {
position: absolute;
box-sizing: border-box;
content: ' ';
pointer-events: none;
border-bottom: 1px solid #e4e7ed;
right: 0;
left: 0;
top: 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.u-cell-border.data-v-51584481 {
position: relative;
}
.u-cell__label.data-v-51584481 {
margin-top: 6rpx;
font-size: 26rpx;
line-height: 36rpx;
color: #909399;
word-wrap: break-word;
}
.u-cell__value.data-v-51584481 {
overflow: hidden;
text-align: right;
vertical-align: middle;
color: #909399;
font-size: 26rpx;
}
.u-cell__title.data-v-51584481,
.u-cell__value.data-v-51584481 {
flex: 1;
}
.u-cell--required.data-v-51584481 {
overflow: visible;
display: flex;
flex-direction: row;
align-items: center;
}
.u-cell--required.data-v-51584481:before {
position: absolute;
content: '*';
left: 8px;
margin-top: 4rpx;
font-size: 14px;
color: #fa3534;
}
.u-cell_right.data-v-51584481 {
line-height: 1;
}

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-checkbox data-v-c02169da" style="{{$root.s0}}"><view data-event-opts="{{[['tap',[['toggle',['$event']]]]]}}" class="{{['u-checkbox__icon-wrap','data-v-c02169da',iconClass]}}" style="{{$root.s1}}" bindtap="__e"><u-icon class="u-checkbox__icon-wrap__icon data-v-c02169da" vue-id="5dfa9853-1" name="checkbox-mark" size="{{checkboxIconSize}}" color="{{iconColor}}" bind:__l="__l"></u-icon></view><view data-event-opts="{{[['tap',[['onClickLabel',['$event']]]]]}}" class="u-checkbox__label data-v-c02169da" style="{{'font-size:'+($root.g0)+';'}}" bindtap="__e"><slot></slot></view></view>

View File

@ -1,69 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-checkbox.data-v-c02169da {
display: inline-flex;
align-items: center;
overflow: hidden;
-webkit-user-select: none;
user-select: none;
line-height: 1.8;
}
.u-checkbox__icon-wrap.data-v-c02169da {
color: #606266;
flex: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 42rpx;
height: 42rpx;
color: transparent;
text-align: center;
transition-property: color, border-color, background-color;
font-size: 20px;
border: 1px solid #c8c9cc;
transition-duration: 0.2s;
}
.u-checkbox__icon-wrap--circle.data-v-c02169da {
border-radius: 100%;
}
.u-checkbox__icon-wrap--square.data-v-c02169da {
border-radius: 6rpx;
}
.u-checkbox__icon-wrap--checked.data-v-c02169da {
color: #fff;
background-color: #ff2c3c;
border-color: #ff2c3c;
}
.u-checkbox__icon-wrap--disabled.data-v-c02169da {
background-color: #ebedf0;
border-color: #c8c9cc;
}
.u-checkbox__icon-wrap--disabled--checked.data-v-c02169da {
color: #c8c9cc !important;
}
.u-checkbox__label.data-v-c02169da {
word-wrap: break-word;
margin-left: 10rpx;
margin-right: 24rpx;
color: #606266;
font-size: 30rpx;
}
.u-checkbox__label--disabled.data-v-c02169da {
color: #c8c9cc;
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-countdown data-v-2bc9e733"><block wx:if="{{showDays&&(hideZeroDay||!hideZeroDay&&d!='00')}}"><view style="{{'font-size:'+(fontSize+'rpx')+';'}}" class="data-v-2bc9e733">{{''+d+''}}</view></block><block wx:if="{{showDays&&(hideZeroDay||!hideZeroDay&&d!='00')}}"><view style="{{'font-size:'+(separatorSize+'rpx')+';'+('margin-right:'+('6rpx')+';')}}" class="data-v-2bc9e733">天</view></block><block wx:if="{{showHours}}"><view class="u-countdown-item data-v-2bc9e733" style="{{$root.s0}}"><view class="u-countdown-time data-v-2bc9e733" style="{{'font-size:'+(fontSize+'rpx')+';'+('color:'+(color)+';')}}">{{''+h+''}}</view></view></block><block wx:if="{{showHours}}"><view class="u-countdown-colon data-v-2bc9e733" style="{{'font-size:'+(separatorSize+'rpx')+';'+('color:'+(separatorColor)+';')+('padding-bottom:'+(separator=='colon'?'4rpx':0)+';')}}">{{''+(separator=='colon'?':':'时')+''}}</view></block><block wx:if="{{showMinutes}}"><view class="u-countdown-item data-v-2bc9e733" style="{{$root.s1}}"><view class="u-countdown-time data-v-2bc9e733" style="{{'font-size:'+(fontSize+'rpx')+';'+('color:'+(color)+';')}}">{{''+i+''}}</view></view></block><block wx:if="{{showMinutes}}"><view class="u-countdown-colon data-v-2bc9e733" style="{{'font-size:'+(separatorSize+'rpx')+';'+('color:'+(separatorColor)+';')+('padding-bottom:'+(separator=='colon'?'4rpx':0)+';')}}">{{''+(separator=='colon'?':':'分')+''}}</view></block><block wx:if="{{showSeconds}}"><view class="u-countdown-item data-v-2bc9e733" style="{{$root.s2}}"><view class="u-countdown-time data-v-2bc9e733" style="{{'font-size:'+(fontSize+'rpx')+';'+('color:'+(color)+';')}}">{{''+s+''}}</view></view></block><block wx:if="{{showSeconds&&separator=='zh'}}"><view class="u-countdown-colon data-v-2bc9e733" style="{{'font-size:'+(separatorSize+'rpx')+';'+('color:'+(separatorColor)+';')+('padding-bottom:'+(separator=='colon'?'4rpx':0)+';')}}">秒</view></block></view>

View File

@ -1,50 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-countdown.data-v-2bc9e733 {
display: inline-flex;
align-items: center;
}
.u-countdown-item.data-v-2bc9e733 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 2rpx;
border-radius: 6rpx;
white-space: nowrap;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.u-countdown-time.data-v-2bc9e733 {
margin: 0;
padding: 0;
}
.u-countdown-colon.data-v-2bc9e733 {
display: flex;
flex-direction: row;
justify-content: center;
padding: 0 5rpx;
line-height: 1;
align-items: center;
padding-bottom: 4rpx;
}
.u-countdown-scale.data-v-2bc9e733 {
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transform-origin: center center;
transform-origin: center center;
}

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1,85 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-form-item.data-v-f8718586 {
display: flex;
flex-direction: row;
padding: 20rpx 0;
font-size: 28rpx;
color: #303133;
box-sizing: border-box;
line-height: 70rpx;
flex-direction: column;
}
.u-form-item__border-bottom--error.data-v-f8718586:after {
border-color: #fa3534;
}
.u-form-item__body.data-v-f8718586 {
display: flex;
flex-direction: row;
}
.u-form-item--left.data-v-f8718586 {
display: flex;
flex-direction: row;
align-items: center;
}
.u-form-item--left__content.data-v-f8718586 {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
padding-right: 10rpx;
flex: 1;
}
.u-form-item--left__content__icon.data-v-f8718586 {
margin-right: 8rpx;
}
.u-form-item--left__content--required.data-v-f8718586 {
position: absolute;
left: -16rpx;
vertical-align: middle;
color: #fa3534;
padding-top: 6rpx;
}
.u-form-item--left__content__label.data-v-f8718586 {
display: flex;
flex-direction: row;
align-items: center;
flex: 1;
}
.u-form-item--right.data-v-f8718586 {
flex: 1;
}
.u-form-item--right__content.data-v-f8718586 {
display: flex;
flex-direction: row;
align-items: center;
flex: 1;
}
.u-form-item--right__content__slot.data-v-f8718586 {
flex: 1;
}
.u-form-item--right__content__icon.data-v-f8718586 {
margin-left: 10rpx;
color: #c0c4cc;
font-size: 30rpx;
}
.u-form-item__message.data-v-f8718586 {
font-size: 24rpx;
line-height: 24rpx;
color: #fa3534;
margin-top: 12rpx;
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="u-form data-v-0ee3edf3"><slot></slot></view>

View File

@ -1,16 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-grid-item data-v-4efa108e" style="{{'background:'+(bgColor)+';'+('width:'+(width)+';')}}" hover-class="{{parentData.hoverClass}}" hover-stay-time="{{200}}" data-event-opts="{{[['tap',[['click',['$event']]]]]}}" bindtap="__e"><view class="{{['u-grid-item-box','data-v-4efa108e',parentData.border?'u-border-right u-border-bottom':'']}}" style="{{$root.s0}}"><slot></slot></view></view>

View File

@ -1,50 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-grid-item.data-v-4efa108e {
box-sizing: border-box;
background: #fff;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
flex-direction: column;
position: relative;
float: left;
}
.u-grid-item-hover.data-v-4efa108e {
background: #f7f7f7 !important;
}
.u-grid-marker-box.data-v-4efa108e {
position: absolute;
display: inline-flex;
line-height: 0;
}
.u-grid-marker-wrap.data-v-4efa108e {
position: absolute;
}
.u-grid-item-box.data-v-4efa108e {
padding: 30rpx 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 1;
width: 100%;
height: 100%;
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<view class="{{['u-grid','data-v-5d3817b3',(border)?'u-border-top u-border-left':'']}}" style="{{$root.s0}}"><slot></slot></view>

View File

@ -1,22 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-grid.data-v-5d3817b3 {
width: 100%;
position: relative;
box-sizing: border-box;
overflow: hidden;
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['click',['$event']]]]]}}" class="{{['u-icon','data-v-7a019853','u-icon--'+labelPos]}}" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{isImg}}"><image class="u-icon__img data-v-7a019853" style="{{$root.s1}}" src="{{name}}" mode="{{imgMode}}"></image></block><block wx:else><text class="{{['u-icon__icon','data-v-7a019853',customClass]}}" style="{{$root.s2}}" hover-class="{{hoverClass}}" data-event-opts="{{[['touchstart',[['touchstart',['$event']]]]]}}" bindtouchstart="__e"><block wx:if="{{showDecimalIcon}}"><text class="{{['u-icon__decimal','data-v-7a019853',decimalIconClass]}}" style="{{$root.s3}}" hover-class="{{hoverClass}}"></text></block></text></block><block wx:if="{{label!==''}}"><text class="u-icon__label data-v-7a019853" style="{{'color:'+(labelColor)+';'+('font-size:'+($root.g0)+';')+('margin-left:'+(labelPos=='right'?$root.g1:0)+';')+('margin-top:'+(labelPos=='bottom'?$root.g2:0)+';')+('margin-right:'+(labelPos=='left'?$root.g3:0)+';')+('margin-bottom:'+(labelPos=='top'?$root.g4:0)+';')}}">{{label+''}}</text></block></view>

File diff suppressed because one or more lines are too long

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
}
}

View File

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['onClick',['$event']]]]]}}" class="u-image data-v-31b1f90a" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{!isError}}"><image class="u-image__image data-v-31b1f90a" style="{{'border-radius:'+(shape=='circle'?'50%':$root.g0)+';'}}" src="{{src}}" mode="{{mode}}" lazy-load="{{lazyLoad}}" data-event-opts="{{[['error',[['onErrorHandler',['$event']]]],['load',[['onLoadHandler',['$event']]]]]}}" binderror="__e" bindload="__e"></image></block><block wx:if="{{showLoading&&loading}}"><view class="u-image__loading data-v-31b1f90a" style="{{'border-radius:'+(shape=='circle'?'50%':$root.g1)+';'+('background-color:'+(this.bgColor)+';')}}"><block wx:if="{{$slots.loading}}"><slot name="loading"></slot></block><block wx:else><u-icon vue-id="048c262a-1" name="{{loadingIcon}}" width="{{width}}" height="{{height}}" class="data-v-31b1f90a" bind:__l="__l"></u-icon></block></view></block><block wx:if="{{showError&&isError&&!loading}}"><view class="u-image__error data-v-31b1f90a" style="{{'border-radius:'+(shape=='circle'?'50%':$root.g2)+';'}}"><block wx:if="{{$slots.error}}"><slot name="error"></slot></block><block wx:else><u-icon vue-id="048c262a-2" name="{{errorIcon}}" width="{{width}}" height="{{height}}" class="data-v-31b1f90a" bind:__l="__l"></u-icon></block></view></block></view>

View File

@ -1,38 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-image.data-v-31b1f90a {
position: relative;
transition: opacity 0.5s ease-in-out;
}
.u-image__image.data-v-31b1f90a {
width: 100%;
height: 100%;
}
.u-image__loading.data-v-31b1f90a, .u-image__error.data-v-31b1f90a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
background-color: #f3f4f6;
color: #909399;
font-size: 46rpx;
}

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['inputClick',['$event']]]]]}}" class="{{['u-input','data-v-0b0f3b4e',(border)?'u-input--border':'',(validateState)?'u-input--error':'']}}" style="{{'padding:'+('0 '+(border?20:0)+'rpx')+';'+('border-color:'+(borderColor)+';')+('text-align:'+(inputAlign)+';')}}" catchtap="__e"><block wx:if="{{type=='textarea'}}"><textarea class="u-input__input u-input__textarea data-v-0b0f3b4e" style="{{$root.s0}}" placeholder="{{placeholder}}" placeholderStyle="{{placeholderStyle}}" disabled="{{disabled}}" maxlength="{{inputMaxlength}}" fixed="{{fixed}}" focus="{{focus}}" autoHeight="{{autoHeight}}" selection-end="{{uSelectionEnd}}" selection-start="{{uSelectionStart}}" cursor-spacing="{{getCursorSpacing}}" show-confirm-bar="{{showConfirmbar}}" data-event-opts="{{[['input',[['handleInput',['$event']]]],['blur',[['handleBlur',['$event']]]],['focus',[['onFocus',['$event']]]],['confirm',[['onConfirm',['$event']]]]]}}" value="{{defaultValue}}" bindinput="__e" bindblur="__e" bindfocus="__e" bindconfirm="__e"></textarea></block><block wx:else><input class="u-input__input data-v-0b0f3b4e" style="{{$root.s1}}" type="{{type=='password'?'text':type}}" password="{{type=='password'&&!showPassword}}" placeholder="{{placeholder}}" placeholderStyle="{{placeholderStyle}}" disabled="{{disabled||type==='select'}}" maxlength="{{inputMaxlength}}" focus="{{focus}}" confirmType="{{confirmType}}" cursor-spacing="{{getCursorSpacing}}" selection-end="{{uSelectionEnd}}" selection-start="{{uSelectionStart}}" show-confirm-bar="{{showConfirmbar}}" data-event-opts="{{[['focus',[['onFocus',['$event']]]],['blur',[['handleBlur',['$event']]]],['input',[['handleInput',['$event']]]],['confirm',[['onConfirm',['$event']]]]]}}" value="{{defaultValue}}" bindfocus="__e" bindblur="__e" bindinput="__e" bindconfirm="__e"/></block><view class="u-input__right-icon u-flex data-v-0b0f3b4e"><block wx:if="{{clearable&&value!=''&&focused}}"><view data-event-opts="{{[['tap',[['onClear',['$event']]]]]}}" class="u-input__right-icon__clear u-input__right-icon__item data-v-0b0f3b4e" bindtap="__e"><u-icon vue-id="549469cd-1" size="32" name="close-circle-fill" color="#c0c4cc" class="data-v-0b0f3b4e" bind:__l="__l"></u-icon></view></block><block wx:if="{{passwordIcon&&type=='password'}}"><view class="u-input__right-icon__clear u-input__right-icon__item data-v-0b0f3b4e"><u-icon vue-id="549469cd-2" size="32" name="{{!showPassword?'eye':'eye-fill'}}" color="#c0c4cc" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" class="data-v-0b0f3b4e" bind:__l="__l"></u-icon></view></block><block wx:if="{{type=='select'}}"><view class="{{['u-input__right-icon--select','u-input__right-icon__item','data-v-0b0f3b4e',(selectOpen)?'u-input__right-icon--select--reverse':'']}}"><u-icon vue-id="549469cd-3" name="arrow-down-fill" size="26" color="#c0c4cc" class="data-v-0b0f3b4e" bind:__l="__l"></u-icon></view></block></view></view>

View File

@ -1,55 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-input.data-v-0b0f3b4e {
position: relative;
flex: 1;
display: flex;
flex-direction: row;
}
.u-input__input.data-v-0b0f3b4e {
font-size: 28rpx;
color: #303133;
flex: 1;
}
.u-input__textarea.data-v-0b0f3b4e {
width: auto;
font-size: 28rpx;
color: #303133;
padding: 10rpx 0;
line-height: normal;
flex: 1;
}
.u-input--border.data-v-0b0f3b4e {
border-radius: 6rpx;
border-radius: 4px;
border: 1px solid #dcdfe6;
}
.u-input--error.data-v-0b0f3b4e {
border-color: #fa3534 !important;
}
.u-input__right-icon__item.data-v-0b0f3b4e {
margin-left: 10rpx;
}
.u-input__right-icon--select.data-v-0b0f3b4e {
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
}
.u-input__right-icon--select--reverse.data-v-0b0f3b4e {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="u-line data-v-11d9f7f3" style="{{$root.s0}}"></view>

View File

@ -1,19 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-line.data-v-11d9f7f3 {
vertical-align: middle;
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<block wx:if="{{show}}"><view class="{{['u-loading','data-v-cba73406',mode=='circle'?'u-loading-circle':'u-loading-flower']}}" style="{{$root.s0}}"></view></block>

View File

@ -1,68 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-loading-circle.data-v-cba73406 {
display: inline-flex;
vertical-align: middle;
width: 28rpx;
height: 28rpx;
background: 0 0;
border-radius: 50%;
border: 2px solid;
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #8f8d8e;
-webkit-animation: u-circle-data-v-cba73406 1s linear infinite;
animation: u-circle-data-v-cba73406 1s linear infinite;
}
.u-loading-flower.data-v-cba73406 {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
-webkit-animation: a 1s steps(12) infinite;
animation: u-flower-data-v-cba73406 1s steps(12) infinite;
background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
background-size: 100%;
}
@-webkit-keyframes u-flower-data-v-cba73406 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes u-flower-data-v-cba73406 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@-webkit-keyframes u-circle-data-v-cba73406 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<view class="{{['u-mask','data-v-05e79e1a',(zoom)?'u-mask-zoom':'',(show)?'u-mask-show':'']}}" style="{{$root.s0}}" hover-stop-propagation="{{true}}" data-event-opts="{{[['tap',[['click',['$event']]]],['touchmove',[['e0',['$event']]]]]}}" bindtap="__e" catchtouchmove="__e"><slot></slot></view>

View File

@ -1,34 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-mask.data-v-05e79e1a {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.u-mask-show.data-v-05e79e1a {
opacity: 1;
}
.u-mask-zoom.data-v-05e79e1a {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}

View File

@ -1,7 +0,0 @@
{
"component": true,
"usingComponents": {
"u-popup": "/components/uview-ui/components/u-popup/u-popup",
"u-loading": "/components/uview-ui/components/u-loading/u-loading"
}
}

View File

@ -1 +0,0 @@
<view class="data-v-2ad97bc2"><u-popup vue-id="67d582c7-1" zoom="{{zoom}}" mode="center" popup="{{false}}" z-index="{{uZIndex}}" length="{{width}}" mask-close-able="{{maskCloseAble}}" border-radius="{{borderRadius}}" negative-top="{{negativeTop}}" value="{{value}}" data-event-opts="{{[['^close',[['popupClose']]],['^input',[['__set_model',['','value','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" class="data-v-2ad97bc2" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-model data-v-2ad97bc2"><block wx:if="{{showTitle}}"><view class="u-model__title u-line-1 data-v-2ad97bc2" style="{{$root.s0}}">{{title}}</view></block><view class="u-model__content data-v-2ad97bc2"><block wx:if="{{$slots.default||$slots.$default}}"><view style="{{$root.s1}}" class="data-v-2ad97bc2"><slot></slot></view></block><block wx:else><view class="u-model__content__message data-v-2ad97bc2" style="{{$root.s2}}">{{content}}</view></block></view><block wx:if="{{showCancelButton||showConfirmButton}}"><view class="u-model__footer u-border-top data-v-2ad97bc2"><block wx:if="{{showCancelButton}}"><view class="u-model__footer__button data-v-2ad97bc2" style="{{$root.s3}}" hover-stay-time="{{100}}" hover-class="u-model__btn--hover" data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" bindtap="__e">{{''+cancelText+''}}</view></block><block wx:if="{{showConfirmButton||$slots['confirm-button']}}"><view class="u-model__footer__button hairline-left data-v-2ad97bc2" style="{{$root.s4}}" hover-stay-time="{{100}}" hover-class="{{asyncClose?'none':'u-model__btn--hover'}}" data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" bindtap="__e"><block wx:if="{{$slots['confirm-button']}}"><slot name="confirm-button"></slot></block><block wx:else><block class="data-v-2ad97bc2"><block wx:if="{{loading}}"><u-loading vue-id="{{('67d582c7-2')+','+('67d582c7-1')}}" mode="circle" color="{{confirmColor}}" class="data-v-2ad97bc2" bind:__l="__l"></u-loading></block><block wx:else><block class="data-v-2ad97bc2">{{''+confirmText+''}}</block></block></block></block></view></block></view></block></view></u-popup></view>

View File

@ -1,51 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-model.data-v-2ad97bc2 {
height: auto;
overflow: hidden;
font-size: 32rpx;
background-color: #fff;
}
.u-model__btn--hover.data-v-2ad97bc2 {
background-color: #e6e6e6;
}
.u-model__title.data-v-2ad97bc2 {
padding-top: 48rpx;
font-weight: 500;
text-align: center;
color: #303133;
}
.u-model__content__message.data-v-2ad97bc2 {
padding: 48rpx;
font-size: 30rpx;
text-align: center;
color: #606266;
}
.u-model__footer.data-v-2ad97bc2 {
display: flex;
flex-direction: row;
}
.u-model__footer__button.data-v-2ad97bc2 {
flex: 1;
height: 100rpx;
line-height: 100rpx;
font-size: 32rpx;
box-sizing: border-box;
cursor: pointer;
text-align: center;
border-radius: 4rpx;
}

View File

@ -1 +0,0 @@
<view class="data-v-41a564b3"><view class="{{['u-navbar','data-v-41a564b3',[(isFixed)?'u-navbar-fixed':'',(borderBottom)?'u-border-bottom':''],customClass]}}" style="{{$root.s0}}"><view class="u-status-bar data-v-41a564b3" style="{{'height:'+(statusBarHeight+'px')+';'}}"></view><view class="u-navbar-inner data-v-41a564b3" style="{{$root.s1}}"><view class="u-navbar-left data-v-41a564b3"><block wx:if="{{isBack}}"><view data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" class="u-back-wrap data-v-41a564b3" bindtap="__e"><view class="u-icon-wrap data-v-41a564b3"><u-icon vue-id="19f09a9a-1" name="{{backIconName}}" color="{{backIconColor}}" size="{{backIconSize}}" class="data-v-41a564b3" bind:__l="__l"></u-icon></view><block wx:if="{{backText}}"><view class="u-icon-wrap u-back-text u-line-1 data-v-41a564b3" style="{{$root.s2}}">{{backText}}</view></block></view></block><block wx:else><view class="u-back-wrap data-v-41a564b3"><slot name="left"></slot></view></block></view><block wx:if="{{title}}"><view class="u-navbar-content-title data-v-41a564b3" style="{{$root.s3}}"><view class="u-title u-line-1 data-v-41a564b3" style="{{'color:'+(titleColor)+';'+('font-size:'+(titleSize)+';')+('font-weight:'+(titleBold?'bold':'normal')+';')}}">{{''+title+''}}</view></view></block><view class="u-slot-content data-v-41a564b3"><slot></slot></view><view class="u-slot-right data-v-41a564b3"><slot name="right"></slot></view></view></view><block wx:if="{{isFixed&&!immersive}}"><view class="u-navbar-placeholder data-v-41a564b3" style="{{'width:'+('100%')+';'+('height:'+($root.m0+statusBarHeight+'px')+';')}}"></view></block></view>

View File

@ -1,82 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-navbar.data-v-41a564b3 {
width: 100%;
}
.u-navbar-fixed.data-v-41a564b3 {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 991;
}
.u-status-bar.data-v-41a564b3 {
width: 100%;
}
.u-navbar-inner.data-v-41a564b3 {
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
align-items: center;
}
.u-back-wrap.data-v-41a564b3 {
display: flex;
flex-direction: row;
align-items: center;
flex: 1;
flex-grow: 0;
padding: 14rpx 14rpx 14rpx 24rpx;
}
.u-back-text.data-v-41a564b3 {
padding-left: 4rpx;
font-size: 30rpx;
}
.u-navbar-content-title.data-v-41a564b3 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex: 1;
position: absolute;
left: 0;
right: 0;
height: 60rpx;
text-align: center;
flex-shrink: 0;
}
.u-navbar-centent-slot.data-v-41a564b3 {
flex: 1;
}
.u-title.data-v-41a564b3 {
line-height: 60rpx;
font-size: 32rpx;
flex: 1;
}
.u-navbar-right.data-v-41a564b3 {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.u-slot-content.data-v-41a564b3 {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
}

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-numberbox data-v-1883fe93"><view data-event-opts="{{[['touchstart',[['btnTouchStart',['minus']]]],['touchend',[['clearTimer',['$event']]]]]}}" class="{{['u-icon-minus','data-v-1883fe93',(disabled||inputVal<=min)?'u-icon-disabled':'']}}" style="{{'background:'+(bgColor)+';'+('height:'+(inputHeight+'rpx')+';')+('color:'+(color)+';')}}" catchtouchstart="__e" catchtouchend="__e"><u-icon vue-id="1007565a-1" name="minus" size="{{size}}" class="data-v-1883fe93" bind:__l="__l"></u-icon></view><input class="{{['u-number-input','data-v-1883fe93',(disabled)?'u-input-disabled':'']}}" style="{{'color:'+(color)+';'+('font-size:'+(size+'rpx')+';')+('background:'+(bgColor)+';')+('height:'+(inputHeight+'rpx')+';')+('width:'+(inputWidth+'rpx')+';')}}" disabled="{{disabledInput||disabled}}" cursor-spacing="{{getCursorSpacing}}" type="number" data-event-opts="{{[['blur',[['onBlur',['$event']]]],['focus',[['onFocus',['$event']]]],['input',[['__set_model',['','inputVal','$event',[]]]]]]}}" value="{{inputVal}}" bindblur="__e" bindfocus="__e" bindinput="__e"/><view data-event-opts="{{[['touchstart',[['btnTouchStart',['plus']]]],['touchend',[['clearTimer',['$event']]]]]}}" class="{{['u-icon-plus','data-v-1883fe93',(disabled||inputVal>=max)?'u-icon-disabled':'']}}" style="{{'background:'+(bgColor)+';'+('height:'+(inputHeight+'rpx')+';')+('color:'+(color)+';')}}" catchtouchstart="__e" catchtouchend="__e"><u-icon vue-id="1007565a-2" name="plus" size="{{size}}" class="data-v-1883fe93" bind:__l="__l"></u-icon></view></view>

View File

@ -1,52 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-numberbox.data-v-1883fe93 {
display: inline-flex;
align-items: center;
}
.u-number-input.data-v-1883fe93 {
position: relative;
text-align: center;
padding: 0;
margin: 0 6rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.u-icon-plus.data-v-1883fe93,
.u-icon-minus.data-v-1883fe93 {
width: 60rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.u-icon-plus.data-v-1883fe93 {
border-radius: 0 8rpx 8rpx 0;
}
.u-icon-minus.data-v-1883fe93 {
border-radius: 8rpx 0 0 8rpx;
}
.u-icon-disabled.data-v-1883fe93 {
color: #c8c9cc !important;
background: #f7f8fa !important;
}
.u-input-disabled.data-v-1883fe93 {
color: #c8c9cc !important;
background-color: #f2f3f5 !important;
}

View File

@ -1,22 +0,0 @@
var inline = {
abbr: 1,
b: 1,
big: 1,
code: 1,
del: 1,
em: 1,
i: 1,
ins: 1,
label: 1,
q: 1,
small: 1,
span: 1,
strong: 1,
sub: 1,
sup: 1
}
module.exports = {
use: function(item) {
return !item.c && !inline[item.name] && (item.attrs.style || '').indexOf('display:inline') == -1
}
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"trees": "/components/uview-ui/components/u-parse/libs/trees"
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,446 +0,0 @@
/* 在这里引入自定义样式 */
/* 链接和图片效果 */
._a {
display: inline;
padding: 1.5px 0 1.5px 0;
color: #366092;
word-break: break-all;
}
._hover {
text-decoration: underline;
opacity: 0.7;
}
._img {
display: inline-block;
max-width: 100%;
overflow: hidden;
}
:host {
display: inline;
}
.interlayer {
display: inherit;
flex-direction: inherit;
flex-wrap: inherit;
align-content: inherit;
align-items: inherit;
justify-content: inherit;
width: 100%;
white-space: inherit;
}
._b,
._strong {
font-weight: bold;
}
._blockquote,
._div,
._p,
._ol,
._ul,
._li {
display: block;
}
._code {
font-family: monospace;
}
._del {
text-decoration: line-through;
}
._em,
._i {
font-style: italic;
}
._h1 {
font-size: 2em;
}
._h2 {
font-size: 1.5em;
}
._h3 {
font-size: 1.17em;
}
._h5 {
font-size: 0.83em;
}
._h6 {
font-size: 0.67em;
}
._h1,
._h2,
._h3,
._h4,
._h5,
._h6 {
display: block;
font-weight: bold;
}
._image {
display: block;
width: 100%;
height: 360px;
margin-top: -360px;
opacity: 0;
}
._ins {
text-decoration: underline;
}
._li {
flex: 1;
width: 0;
}
._ol-bef {
width: 36px;
margin-right: 5px;
text-align: right;
}
._ul-bef {
display: block;
margin: 0 12px 0 23px;
line-height: normal;
}
._ol-bef,
._ul-bef {
flex: none;
-webkit-user-select: none;
user-select: none;
}
._ul-p1 {
display: inline-block;
width: 0.3em;
height: 0.3em;
overflow: hidden;
line-height: 0.3em;
}
._ul-p2 {
display: inline-block;
width: 0.23em;
height: 0.23em;
border: 0.05em solid black;
border-radius: 50%;
}
._q::before {
content: '"';
}
._q::after {
content: '"';
}
._sub {
font-size: smaller;
vertical-align: sub;
}
._sup {
font-size: smaller;
vertical-align: super;
}
.__bdo,
.__bdi,
.__ruby,
.__rt {
display: inline-block;
}
._video {
position: relative;
display: inline-block;
width: 300px;
height: 225px;
background-color: black;
}
._video::after {
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
content: '';
border-color: transparent transparent transparent white;
border-style: solid;
border-width: 15px 0 15px 30px;
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"trees": "/components/uview-ui/components/u-parse/libs/trees"
}
}

View File

@ -1 +0,0 @@
<view><block wx:if="{{!$root.g0}}"><slot></slot></block><view style="{{(showAm+(selectable?';user-select:text;-webkit-user-select:text':''))}}" id="_top"><trees vue-id="3b75df8a-1" nodes="{{nodes}}" lazyLoad="{{lazyLoad}}" loading="{{loadingImg}}" bind:__l="__l"></trees></view></view>

View File

@ -1,25 +0,0 @@
@-webkit-keyframes _show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes _show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
:host {
display: block;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

View File

@ -1,7 +0,0 @@
{
"usingComponents": {
"u-mask": "/components/uview-ui/components/u-mask/u-mask",
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<block wx:if="{{visibleSync}}"><view class="u-drawer data-v-67a9dfc6" style="{{'z-index:'+(uZindex-1)+';'}}" hover-stop-propagation="{{true}}"><u-mask vue-id="8d9116ee-1" duration="{{duration}}" custom-style="{{maskCustomStyle}}" maskClickAble="{{maskCloseAble}}" z-index="{{uZindex-2}}" show="{{showDrawer&&mask}}" data-event-opts="{{[['^click',[['maskClick']]]]}}" bind:click="__e" class="data-v-67a9dfc6" bind:__l="__l"></u-mask><view data-event-opts="{{[['tap',[['modeCenterClose',['$0'],['mode']],['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="{{['u-drawer-content','data-v-67a9dfc6',safeAreaInsetBottom?'safe-area-inset-bottom':'','u-drawer-'+mode,showDrawer?'u-drawer-content-visible':'',zoom&&mode=='center'?'u-animation-zoom':'']}}" style="{{$root.s0}}" catchtap="__e" catchtouchmove="__e"><block wx:if="{{mode=='center'}}"><view data-event-opts="{{[['tap',[['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="u-mode-center-box data-v-67a9dfc6" style="{{$root.s1}}" catchtap="__e" catchtouchmove="__e"><block wx:if="{{closeable}}"><u-icon class="{{['u-close','data-v-67a9dfc6','u-close--'+closeIconPos]}}" vue-id="8d9116ee-2" name="{{closeIcon}}" color="{{closeIconColor}}" size="{{closeIconSize}}" data-event-opts="{{[['^click',[['close']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></block><scroll-view class="u-drawer__scroll-view data-v-67a9dfc6" scroll-y="true"><slot></slot></scroll-view></view></block><block wx:else><scroll-view class="u-drawer__scroll-view data-v-67a9dfc6" scroll-y="true"><slot></slot></scroll-view></block><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="{{['u-close','data-v-67a9dfc6','u-close--'+closeIconPos]}}" bindtap="__e"><block wx:if="{{mode!='center'&&closeable}}"><u-icon vue-id="8d9116ee-3" name="{{closeIcon}}" color="{{closeIconColor}}" size="{{closeIconSize}}" class="data-v-67a9dfc6" bind:__l="__l"></u-icon></block></view></view></view></block>

View File

@ -1,111 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-drawer.data-v-67a9dfc6 {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.u-drawer-content.data-v-67a9dfc6 {
display: block;
position: absolute;
z-index: 888;
transition: all 0.25s linear;
}
.u-drawer__scroll-view.data-v-67a9dfc6 {
width: 100%;
height: 100%;
}
.u-drawer-left.data-v-67a9dfc6 {
top: 0;
bottom: 0;
left: 0;
background-color: #ffffff;
}
.u-drawer-right.data-v-67a9dfc6 {
right: 0;
top: 0;
bottom: 0;
background-color: #ffffff;
}
.u-drawer-top.data-v-67a9dfc6 {
top: 0;
left: 0;
right: 0;
background-color: #ffffff;
}
.u-drawer-bottom.data-v-67a9dfc6 {
bottom: 0;
left: 0;
right: 0;
background-color: #ffffff;
}
.u-drawer-center.data-v-67a9dfc6 {
display: flex;
flex-direction: row;
flex-direction: column;
bottom: 0;
left: 0;
right: 0;
top: 0;
justify-content: center;
align-items: center;
opacity: 0;
z-index: 99999;
}
.u-mode-center-box.data-v-67a9dfc6 {
min-width: 100rpx;
min-height: 100rpx;
display: block;
position: relative;
}
.u-drawer-content-visible.u-drawer-center.data-v-67a9dfc6 {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.u-animation-zoom.data-v-67a9dfc6 {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.u-drawer-content-visible.data-v-67a9dfc6 {
-webkit-transform: translate3D(0px, 0px, 0px) !important;
transform: translate3D(0px, 0px, 0px) !important;
}
.u-close.data-v-67a9dfc6 {
position: absolute;
z-index: 3;
}
.u-close--top-left.data-v-67a9dfc6 {
top: 30rpx;
left: 30rpx;
}
.u-close--top-right.data-v-67a9dfc6 {
top: 30rpx;
right: 30rpx;
}
.u-close--bottom-left.data-v-67a9dfc6 {
bottom: 30rpx;
left: 30rpx;
}
.u-close--bottom-right.data-v-67a9dfc6 {
right: 30rpx;
bottom: 30rpx;
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="u-radio-group u-clearfix data-v-4ef862c2"><slot></slot></view>

View File

@ -1,16 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-radio data-v-473898bb" style="{{$root.s0}}"><view data-event-opts="{{[['tap',[['toggle',['$event']]]]]}}" class="{{['u-radio__icon-wrap','data-v-473898bb',iconClass]}}" style="{{$root.s1}}" bindtap="__e"><u-icon class="u-radio__icon-wrap__icon data-v-473898bb" vue-id="c04a00aa-1" name="checkbox-mark" size="{{elIconSize}}" color="{{iconColor}}" bind:__l="__l"></u-icon></view><view data-event-opts="{{[['tap',[['onClickLabel',['$event']]]]]}}" class="u-radio__label data-v-473898bb" style="{{'font-size:'+($root.g0)+';'}}" bindtap="__e"><slot></slot></view></view>

View File

@ -1,69 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-radio.data-v-473898bb {
display: inline-flex;
align-items: center;
overflow: hidden;
-webkit-user-select: none;
user-select: none;
line-height: 1.8;
}
.u-radio__icon-wrap.data-v-473898bb {
color: #606266;
display: flex;
flex-direction: row;
flex: none;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 42rpx;
height: 42rpx;
color: transparent;
text-align: center;
transition-property: color, border-color, background-color;
font-size: 20px;
border: 1px solid #c8c9cc;
transition-duration: 0.2s;
}
.u-radio__icon-wrap--circle.data-v-473898bb {
border-radius: 100%;
}
.u-radio__icon-wrap--square.data-v-473898bb {
border-radius: 3px;
}
.u-radio__icon-wrap--checked.data-v-473898bb {
color: #fff;
background-color: #2979ff;
border-color: #2979ff;
}
.u-radio__icon-wrap--disabled.data-v-473898bb {
background-color: #ebedf0;
border-color: #c8c9cc;
}
.u-radio__icon-wrap--disabled--checked.data-v-473898bb {
color: #c8c9cc !important;
}
.u-radio__label.data-v-473898bb {
word-wrap: break-word;
margin-left: 10rpx;
margin-right: 24rpx;
color: #606266;
font-size: 30rpx;
}
.u-radio__label--disabled.data-v-473898bb {
color: #c8c9cc;
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
}
}

View File

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['clickHandler',['$event']]]]]}}" class="u-search data-v-d275a09a" style="{{'margin:'+(margin)+';'+('background-color:'+(wrapBgColor)+';')}}" bindtap="__e"><view class="u-content data-v-d275a09a" style="{{'background-color:'+(bgColor)+';'+('border-radius:'+(shape=='round'?'100rpx':'10rpx')+';')+('border:'+(borderStyle)+';')+('height:'+(height+'rpx')+';')}}"><view class="u-icon-wrap data-v-d275a09a"><u-icon class="u-clear-icon data-v-d275a09a" vue-id="41e147b3-1" size="{{30}}" name="{{searchIcon}}" color="{{searchIconColor?searchIconColor:color}}" bind:__l="__l"></u-icon></view><input class="u-input data-v-d275a09a" style="{{$root.s0}}" confirm-type="search" disabled="{{disabled}}" focus="{{focus}}" maxlength="{{maxlength}}" placeholder-class="u-placeholder-class" placeholder="{{placeholder}}" placeholder-style="{{'color: '+placeholderColor}}" type="text" data-event-opts="{{[['blur',[['blur',['$event']]]],['confirm',[['search',['$event']]]],['input',[['inputChange',['$event']]]],['focus',[['getFocus',['$event']]]]]}}" value="{{value}}" bindblur="__e" bindconfirm="__e" bindinput="__e" bindfocus="__e"/><block wx:if="{{keyword&&clearabled&&focused}}"><view data-event-opts="{{[['tap',[['clear',['$event']]]]]}}" class="u-close-wrap data-v-d275a09a" bindtap="__e"><u-icon class="u-clear-icon data-v-d275a09a" vue-id="41e147b3-2" name="close-circle-fill" size="34" color="#c0c4cc" bind:__l="__l"></u-icon></view></block></view><block wx:if="{{hideRight}}"><view data-event-opts="{{[['tap',[['custom',['$event']]]]]}}" class="{{['u-action','data-v-d275a09a',showActionBtn||show?'u-action-active':'']}}" style="{{$root.s1}}" catchtap="__e">{{actionText}}</view></block></view>

View File

@ -1,67 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-search.data-v-d275a09a {
display: flex;
flex-direction: row;
align-items: center;
flex: 1;
padding: 15rpx 20rpx;
}
.u-content.data-v-d275a09a {
display: flex;
flex-direction: row;
align-items: center;
padding: 0 18rpx;
flex: 1;
}
.u-clear-icon.data-v-d275a09a {
display: flex;
flex-direction: row;
align-items: center;
}
.u-input.data-v-d275a09a {
flex: 1;
font-size: 28rpx;
line-height: 1;
margin: 0 10rpx;
color: #909399;
}
.u-close-wrap.data-v-d275a09a {
width: 40rpx;
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.u-placeholder-class.data-v-d275a09a {
color: #909399;
}
.u-action.data-v-d275a09a {
font-size: 28rpx;
color: #303133;
width: 0;
overflow: hidden;
transition: all 0.3s;
white-space: nowrap;
text-align: center;
}
.u-action-active.data-v-d275a09a {
width: 80rpx;
margin-left: 10rpx;
}

View File

@ -1 +0,0 @@
<view class="u-select data-v-1098239a"><u-popup vue-id="026b4d9a-1" maskCloseAble="{{maskCloseAble}}" mode="bottom" popup="{{false}}" length="auto" safeAreaInsetBottom="{{safeAreaInsetBottom}}" z-index="{{uZIndex}}" value="{{value}}" data-event-opts="{{[['^close',[['close']]],['^input',[['__set_model',['','value','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" class="data-v-1098239a" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-select data-v-1098239a"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="u-select__header data-v-1098239a" catchtouchmove="__e"><view class="u-select__header__cancel u-select__header__btn data-v-1098239a" style="{{'color:'+(cancelColor)+';'}}" hover-class="u-hover-class" hover-stay-time="{{150}}" data-event-opts="{{[['tap',[['getResult',['cancel']]]]]}}" bindtap="__e">{{''+cancelText+''}}</view><view class="u-select__header__title data-v-1098239a">{{''+title+''}}</view><view class="u-select__header__confirm u-select__header__btn data-v-1098239a" style="{{'color:'+(moving?cancelColor:confirmColor)+';'}}" hover-class="u-hover-class" hover-stay-time="{{150}}" data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['getResult',['confirm']]]]]}}" catchtouchmove="__e" catchtap="__e">{{''+confirmText+''}}</view></view><view class="u-select__body data-v-1098239a"><picker-view class="u-select__body__picker-view data-v-1098239a" value="{{defaultSelector}}" data-event-opts="{{[['change',[['columnChange',['$event']]]],['pickstart',[['pickstart',['$event']]]],['pickend',[['pickend',['$event']]]]]}}" bindchange="__e" bindpickstart="__e" bindpickend="__e"><block wx:for="{{columnData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><picker-view-column class="data-v-1098239a"><block wx:for="{{item}}" wx:for-item="item1" wx:for-index="index1" wx:key="index1"><view class="u-select__body__picker-view__item data-v-1098239a"><view class="u-line-1 data-v-1098239a">{{item1[labelName]}}</view></view></block></picker-view-column></block></picker-view></view></view></u-popup></view>

View File

@ -1,71 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-select__action.data-v-1098239a {
position: relative;
line-height: 70rpx;
height: 70rpx;
}
.u-select__action__icon.data-v-1098239a {
position: absolute;
right: 20rpx;
top: 50%;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.u-select__action__icon--reverse.data-v-1098239a {
-webkit-transform: rotate(-180deg) translateY(50%);
transform: rotate(-180deg) translateY(50%);
}
.u-select__hader__title.data-v-1098239a {
color: #606266;
}
.u-select--border.data-v-1098239a {
border-radius: 6rpx;
border-radius: 4px;
border: 1px solid #dcdfe6;
}
.u-select__header.data-v-1098239a {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 80rpx;
padding: 0 40rpx;
}
.u-select__body.data-v-1098239a {
width: 100%;
height: 500rpx;
overflow: hidden;
background-color: #fff;
}
.u-select__body__picker-view.data-v-1098239a {
height: 100%;
box-sizing: border-box;
}
.u-select__body__picker-view__item.data-v-1098239a {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-size: 32rpx;
color: #303133;
padding: 0 8rpx;
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<block wx:if="{{loading}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" style="{{'width:'+(windowWinth+'px')+';'+('height:'+(windowHeight+'px')+';')+('background-color:'+(bgColor)+';')+('position:'+('absolute')+';')+('left:'+(left+'px')+';')+('top:'+(top+'px')+';')+('z-index:'+(9998)+';')+('overflow:'+('hidden')+';')}}" catchtouchmove="__e" class="data-v-372fde5a"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="g0"><view class="{{['data-v-372fde5a',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.$orig.width+'px')+';'+('height:'+(item.$orig.height+'px')+';')+('background-color:'+(elColor)+';')+('position:'+('absolute')+';')+('left:'+(item.$orig.left-left+'px')+';')+('top:'+(item.$orig.top-top+'px')+';')}}"></view></block><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="g1"><view class="{{['data-v-372fde5a',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.$orig.width+'px')+';'+('height:'+(item.$orig.height+'px')+';')+('background-color:'+(elColor)+';')+('border-radius:'+(item.$orig.width/2+'px')+';')+('position:'+('absolute')+';')+('left:'+(item.$orig.left-left+'px')+';')+('top:'+(item.$orig.top-top+'px')+';')}}"></view></block><block wx:for="{{$root.l2}}" wx:for-item="item" wx:for-index="index" wx:key="g2"><view class="{{['data-v-372fde5a',animation?'skeleton-fade':'']}}" style="{{'width:'+(item.$orig.width+'px')+';'+('height:'+(item.$orig.height+'px')+';')+('background-color:'+(elColor)+';')+('border-radius:'+(borderRadius+'rpx')+';')+('position:'+('absolute')+';')+('left:'+(item.$orig.left-left+'px')+';')+('top:'+(item.$orig.top-top+'px')+';')}}"></view></block></view></block>

View File

@ -1,51 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.skeleton-fade.data-v-372fde5a {
width: 100%;
height: 100%;
background: #c2cfd6;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name: blink-data-v-372fde5a;
animation-name: blink-data-v-372fde5a;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes blink-data-v-372fde5a {
0% {
opacity: 1;
}
50% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
@keyframes blink-data-v-372fde5a {
0% {
opacity: 1;
}
50% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="data-v-1bced8d3"><view class="{{['u-sticky-wrap','data-v-1bced8d3',elClass]}}" style="{{'height:'+(fixed?height+'px':'auto')+';'+('background-color:'+(bgColor)+';')}}"><view class="u-sticky data-v-1bced8d3" style="{{'position:'+(fixed?'fixed':'static')+';'+('top:'+(stickyTop+'px')+';')+('left:'+(left+'px')+';')+('width:'+(width=='auto'?'auto':width+'px')+';')+('z-index:'+(uZIndex)+';')}}"><slot></slot></view></view></view>

View File

@ -1,19 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-sticky.data-v-1bced8d3 {
z-index: 9999999999;
}

View File

@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view class="u-swiper-wrap data-v-10d34c9a" style="{{'border-radius:'+(borderRadius+'rpx')+';'}}"><swiper style="{{'height:'+(height+'rpx')+';'+('background-color:'+(bgColor)+';')}}" current="{{elCurrent}}" interval="{{interval}}" circular="{{circular}}" duration="{{duration}}" autoplay="{{autoplay}}" previous-margin="{{effect3d?effect3dPreviousMargin+'rpx':'0'}}" next-margin="{{effect3d?effect3dPreviousMargin+'rpx':'0'}}" data-event-opts="{{[['change',[['change',['$event']]]],['animationfinish',[['animationfinish',['$event']]]]]}}" bindchange="__e" bindanimationfinish="__e" class="data-v-10d34c9a"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item class="u-swiper-item data-v-10d34c9a"><view data-event-opts="{{[['tap',[['listClick',[index]]]]]}}" class="{{['u-list-image-wrap','data-v-10d34c9a',uCurrent!=index?'u-list-scale':'']}}" style="{{'border-radius:'+(borderRadius+'rpx')+';'+('transform:'+(effect3d&&uCurrent!=index?'scaleY(0.9)':'scaleY(1)')+';')+('margin:'+(effect3d&&uCurrent!=index?'0 20rpx':0)+';')}}" catchtap="__e"><image class="u-swiper-image data-v-10d34c9a" src="{{item.$orig[name]||item.$orig}}" mode="{{imgMode}}"></image><block wx:if="{{title&&item.$orig.title}}"><view class="u-swiper-title u-line-1 data-v-10d34c9a" style="{{item.s0}}">{{''+item.$orig.title+''}}</view></block></view></swiper-item></block></swiper><view class="u-swiper-indicator data-v-10d34c9a" style="{{'top:'+(indicatorPos=='topLeft'||indicatorPos=='topCenter'||indicatorPos=='topRight'?'12rpx':'auto')+';'+('bottom:'+(indicatorPos=='bottomLeft'||indicatorPos=='bottomCenter'||indicatorPos=='bottomRight'?'12rpx':'auto')+';')+('justify-content:'+(justifyContent)+';')+('padding:'+('0 '+(effect3d?'74rpx':'24rpx'))+';')}}"><block wx:if="{{mode=='rect'}}"><block class="data-v-10d34c9a"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['u-indicator-item-rect','data-v-10d34c9a',(index==uCurrent)?'u-indicator-item-rect-active':'']}}"></view></block></block></block><block wx:if="{{mode=='dot'}}"><block class="data-v-10d34c9a"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['u-indicator-item-dot','data-v-10d34c9a',(index==uCurrent)?'u-indicator-item-dot-active':'']}}"></view></block></block></block><block wx:if="{{mode=='round'}}"><block class="data-v-10d34c9a"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['u-indicator-item-round','data-v-10d34c9a',(index==uCurrent)?'u-indicator-item-round-active':'']}}"></view></block></block></block><block wx:if="{{mode=='number'}}"><block class="data-v-10d34c9a"><view class="u-indicator-item-number data-v-10d34c9a">{{uCurrent+1+"/"+$root.g0}}</view></block></block></view></view>

View File

@ -1,106 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-swiper-wrap.data-v-10d34c9a {
position: relative;
overflow: hidden;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.u-swiper-image.data-v-10d34c9a {
width: 100%;
will-change: transform;
height: 100%;
display: block;
}
.u-swiper-indicator.data-v-10d34c9a {
padding: 0 24rpx;
position: absolute;
display: flex;
flex-direction: row;
width: 100%;
z-index: 1;
}
.u-indicator-item-rect.data-v-10d34c9a {
width: 26rpx;
height: 8rpx;
margin: 0 6rpx;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.3);
}
.u-indicator-item-rect-active.data-v-10d34c9a {
background-color: rgba(255, 255, 255, 0.8);
}
.u-indicator-item-dot.data-v-10d34c9a {
width: 14rpx;
height: 14rpx;
margin: 0 6rpx;
border-radius: 20rpx;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.3);
}
.u-indicator-item-dot-active.data-v-10d34c9a {
background-color: rgba(255, 255, 255, 0.8);
}
.u-indicator-item-round.data-v-10d34c9a {
width: 14rpx;
height: 14rpx;
margin: 0 6rpx;
border-radius: 20rpx;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.3);
}
.u-indicator-item-round-active.data-v-10d34c9a {
width: 34rpx;
background-color: rgba(255, 255, 255, 0.8);
}
.u-indicator-item-number.data-v-10d34c9a {
padding: 6rpx 16rpx;
line-height: 1;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 100rpx;
font-size: 26rpx;
color: rgba(255, 255, 255, 0.8);
}
.u-list-scale.data-v-10d34c9a {
-webkit-transform-origin: center center;
transform-origin: center center;
}
.u-list-image-wrap.data-v-10d34c9a {
width: 100%;
height: 100%;
flex: 1;
transition: all 0.5s;
overflow: hidden;
box-sizing: content-box;
position: relative;
}
.u-swiper-title.data-v-10d34c9a {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
bottom: 0;
left: 0;
width: 100%;
font-size: 28rpx;
padding: 12rpx 24rpx;
color: rgba(255, 255, 255, 0.9);
}
.u-swiper-item.data-v-10d34c9a {
display: flex;
flex-direction: row;
overflow: hidden;
align-items: center;
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"u-badge": "/components/uview-ui/components/u-badge/u-badge"
}
}

View File

@ -1 +0,0 @@
<view class="u-tabs data-v-d9072e9a" style="{{'background:'+(bgColor)+';'}}"><view id="{{id}}" class="data-v-d9072e9a"><scroll-view class="u-scroll-view data-v-d9072e9a" scroll-x="{{true}}" scroll-left="{{scrollLeft}}" scroll-with-animation="{{true}}"><view class="{{['u-scroll-box','data-v-d9072e9a',(!isScroll)?'u-tabs-scorll-flex':'']}}" style="{{'height:'+(height+'rpx')+';'}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="u-tab-item u-line-1 data-v-d9072e9a" style="{{item.s0}}" id="{{'u-tab-item-'+index}}" data-event-opts="{{[['tap',[['clickTab',[index]]]]]}}" bindtap="__e"><u-badge vue-id="{{'47dda29a-1-'+index}}" count="{{item.$orig[count]||item.$orig['count']||0}}" offset="{{offset}}" size="mini" class="data-v-d9072e9a" bind:__l="__l"></u-badge>{{''+(item.$orig[name]||item.$orig['name'])+''}}</view></block><block wx:if="{{showBar}}"><view class="u-tab-bar data-v-d9072e9a" style="{{$root.s1}}"></view></block></view></scroll-view></view></view>

View File

@ -1,50 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
view.data-v-d9072e9a,
scroll-view.data-v-d9072e9a {
box-sizing: border-box;
}
.data-v-d9072e9a::-webkit-scrollbar,.data-v-d9072e9a::-webkit-scrollbar,.data-v-d9072e9a::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
.u-scroll-box.data-v-d9072e9a {
position: relative;
}
.u-scroll-view.data-v-d9072e9a {
width: 100%;
white-space: nowrap;
position: relative;
}
.u-tab-item.data-v-d9072e9a {
position: relative;
display: inline-block;
text-align: center;
transition-property: background-color, color;
}
.u-tab-bar.data-v-d9072e9a {
position: absolute;
bottom: 0;
}
.u-tabs-scorll-flex.data-v-d9072e9a {
display: flex;
flex-direction: row;
justify-content: space-between;
}

View File

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon"
}
}

View File

@ -1 +0,0 @@
<block wx:if="{{show}}"><view data-event-opts="{{[['tap',[['clickTag',['$event']]]]]}}" class="{{['u-tag','data-v-23f5e68e',disabled?'u-disabled':'','u-size-'+size,'u-shape-'+shape,'u-mode-'+mode+'-'+type]}}" style="{{$root.s0}}" bindtap="__e">{{''+text+''}}<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="u-icon-wrap data-v-23f5e68e" catchtap="__e"><block wx:if="{{closeable}}"><u-icon class="u-close-icon data-v-23f5e68e" style="{{$root.s1}}" vue-id="5ac5e926-1" size="22" color="{{closeIconColor}}" name="close" data-event-opts="{{[['^click',[['close']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></block></view></view></block>

View File

@ -1,122 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-tag.data-v-23f5e68e {
box-sizing: border-box;
align-items: center;
border-radius: 6rpx;
display: inline-block;
}
.u-size-default.data-v-23f5e68e {
font-size: 22rpx;
padding: 6rpx 12rpx;
}
.u-size-mini.data-v-23f5e68e {
font-size: 20rpx;
padding: 1rpx 6rpx;
}
.u-mode-light-primary.data-v-23f5e68e {
background-color: #ecf5ff;
color: #ff2c3c;
border: 1px solid #a0cfff;
}
.u-mode-light-success.data-v-23f5e68e {
background-color: #dbf1e1;
color: #19be6b;
border: 1px solid #71d5a1;
}
.u-mode-light-error.data-v-23f5e68e {
background-color: #fef0f0;
color: #fa3534;
border: 1px solid #fab6b6;
}
.u-mode-light-warning.data-v-23f5e68e {
background-color: #fdf6ec;
color: #ff9900;
border: 1px solid #fcbd71;
}
.u-mode-light-info.data-v-23f5e68e {
background-color: #f4f4f5;
color: #909399;
border: 1px solid #c8c9cc;
}
.u-mode-dark-primary.data-v-23f5e68e {
background-color: #ff2c3c;
color: #FFFFFF;
}
.u-mode-dark-success.data-v-23f5e68e {
background-color: #19be6b;
color: #FFFFFF;
}
.u-mode-dark-error.data-v-23f5e68e {
background-color: #fa3534;
color: #FFFFFF;
}
.u-mode-dark-warning.data-v-23f5e68e {
background-color: #ff9900;
color: #FFFFFF;
}
.u-mode-dark-info.data-v-23f5e68e {
background-color: #909399;
color: #FFFFFF;
}
.u-mode-plain-primary.data-v-23f5e68e {
background-color: #FFFFFF;
color: #ff2c3c;
border: 1px solid #ff2c3c;
}
.u-mode-plain-success.data-v-23f5e68e {
background-color: #FFFFFF;
color: #19be6b;
border: 1px solid #19be6b;
}
.u-mode-plain-error.data-v-23f5e68e {
background-color: #FFFFFF;
color: #fa3534;
border: 1px solid #fa3534;
}
.u-mode-plain-warning.data-v-23f5e68e {
background-color: #FFFFFF;
color: #ff9900;
border: 1px solid #ff9900;
}
.u-mode-plain-info.data-v-23f5e68e {
background-color: #FFFFFF;
color: #909399;
border: 1px solid #909399;
}
.u-disabled.data-v-23f5e68e {
opacity: 0.55;
}
.u-shape-circle.data-v-23f5e68e {
border-radius: 100rpx;
}
.u-shape-circleRight.data-v-23f5e68e {
border-radius: 0 100rpx 100rpx 0;
}
.u-shape-circleLeft.data-v-23f5e68e {
border-radius: 100rpx 0 0 100rpx;
}
.u-close-icon.data-v-23f5e68e {
margin-left: 14rpx;
font-size: 22rpx;
color: #19be6b;
}
.u-icon-wrap.data-v-23f5e68e {
display: inline-flex;
-webkit-transform: scale(0.86);
transform: scale(0.86);
}

View File

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

View File

@ -1 +0,0 @@
<view class="u-code-wrap data-v-3d949d83"></view>

View File

@ -1,22 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.u-code-wrap.data-v-3d949d83 {
width: 0;
height: 0;
position: fixed;
z-index: -1;
}