You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

138 lines
3.9 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-338afa2b {
display: flex;
align-items: center;
}
.u-tag__text.data-v-338afa2b {
font-size: 22rpx;
padding: 0 10rpx;
}
.kk-printer-btn.data-v-338afa2b {
width: 100%;
height: 100%;
}
.kk-printer .kk-shadow.data-v-338afa2b {
display: none;
z-index: 999;
}
.kk-printer .kk-shadow.show.data-v-338afa2b {
display: block;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.kk-printer .kk-shadow.show .kk-modal.data-v-338afa2b {
width: 420rpx;
height: 600rpx;
padding: 24rpx;
box-sizing: border-box;
overflow-y: auto;
border-radius: 20rpx;
background: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device.data-v-338afa2b {
width: 100%;
height: 100%;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-filter-wrap.data-v-338afa2b {
width: 100%;
height: 160rpx;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-filter-wrap > slider.data-v-338afa2b {
width: 90%;
height: 90rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-filter-wrap > input.data-v-338afa2b {
padding: 0 20rpx;
box-sizing: border-box;
border-radius: 10rpx;
height: 90rpx;
width: 100%;
border: 1rpx solid #ebebeb;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-btn-wrap.data-v-338afa2b {
width: 100%;
height: 90rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-btn-wrap > view.data-v-338afa2b {
flex: 1 1 auto;
height: 60rpx;
line-height: 60rpx;
border-radius: 16rpx;
text-align: center;
color: #ffffff;
font-size: 26rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-btn-wrap > view.confirm-btn.data-v-338afa2b {
background: #007AFF;
margin-right: 30rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-btn-wrap > view.data-v-338afa2b:nth-last-child(1) {
background: #DD524D;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap.data-v-338afa2b {
height: calc(100% - 80rpx);
overflow-y: auto;
padding: 10rpx 20rpx;
box-sizing: border-box;
border: 1rpx solid #ebebeb;
box-sizing: border-box;
border-radius: 20rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .empty-wrap.data-v-338afa2b {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .empty-wrap .empty-icon.data-v-338afa2b {
width: 268rpx;
height: 240rpx;
background-size: 100% 100%;
margin-bottom: 26rpx;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .empty-wrap .empty-text.data-v-338afa2b {
width: 100%;
line-height: 50rpx;
font-size: 30rpx;
text-align: center;
color: #999999;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .kk-devices-item.data-v-338afa2b {
width: 100%;
border-bottom: 1rpx solid #ebebeb;
padding: 10rpx 0;
box-sizing: border-box;
z-index: 500;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .kk-devices-item.data-v-338afa2b:nth-last-child(1) {
border-bottom: none;
}
.kk-printer .kk-shadow.show .kk-modal .kk-search-device .kk-devices-wrap .kk-devices-item > view.data-v-338afa2b {
width: 100%;
font-size: 30rpx;
}