初始提交
This commit is contained in:
7203
assets/iconfont/custom/iconfont.css
Normal file
7203
assets/iconfont/custom/iconfont.css
Normal file
File diff suppressed because it is too large
Load Diff
2767
assets/iconfont/ym/iconfont.css
Normal file
2767
assets/iconfont/ym/iconfont.css
Normal file
File diff suppressed because it is too large
Load Diff
1265
assets/scss/common.scss
Normal file
1265
assets/scss/common.scss
Normal file
File diff suppressed because it is too large
Load Diff
271
assets/scss/components.scss
Normal file
271
assets/scss/components.scss
Normal file
@@ -0,0 +1,271 @@
|
||||
.jnpf-tree-select-popup {
|
||||
height: 100%;
|
||||
z-index: 9999 !important;
|
||||
.jnpf-tree-select-body {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.jnpf-tree-select-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100rpx;
|
||||
padding: 0 16rpx !important;
|
||||
.backIcon {
|
||||
font-size: 40rpx;
|
||||
color: #000;
|
||||
}
|
||||
.title {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding-right: 40rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
}
|
||||
.jnpf-tree-select-search {
|
||||
padding: 10px 12px;
|
||||
}
|
||||
.jnpf-tree-selected {
|
||||
width: 100%;
|
||||
padding: 0 24rpx 0;
|
||||
.jnpf-tree-selected-head {
|
||||
width: 100%;
|
||||
height: 60rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.clear-btn {
|
||||
color: #2979ff;
|
||||
}
|
||||
}
|
||||
.jnpf-tree-selected-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border-radius: 8rpx;
|
||||
border: 1rpx dashed #c0c4cc;
|
||||
margin-top: 10rpx;
|
||||
.select-list {
|
||||
height: 150rpx;
|
||||
max-height: 150rpx;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
.u-selectTag {
|
||||
margin-bottom: 10rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
}
|
||||
.jnpf-tree-selected-list{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
padding-top: 10rpx;
|
||||
.u-selectTag {
|
||||
width: 310rpx;
|
||||
border: 1px solid #2194fa;
|
||||
background-color: #e8f4fe;
|
||||
line-height: 40rpx;
|
||||
margin: 10rpx;
|
||||
padding-left: 10rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 8rpx;
|
||||
&.u-selectTag-flow{
|
||||
.jnpf-tree-selected-content{
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.jnpf-tree-selected-content {
|
||||
width: 74%;
|
||||
margin-left: 10rpx;
|
||||
.name-box{
|
||||
color: #353535;
|
||||
display: flex;
|
||||
.name {
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.close {
|
||||
width: 26px;
|
||||
padding-right: 8rpx;
|
||||
justify-content: flex-end;
|
||||
color: #2194fa;
|
||||
}
|
||||
}
|
||||
.organize {
|
||||
color: #a0a1a1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.user-select-list{
|
||||
max-height: 240rpx;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
padding-top: 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.jnpf-tree-selected-line{
|
||||
height: 20rpx;
|
||||
background-color: #eaecf0;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
.jnpf-tree-selected-tabs{
|
||||
height: 70rpx;
|
||||
padding: 0 20rpx;
|
||||
border-bottom: 1rpx solid #e4e4e7;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.tab-item{
|
||||
line-height: 66rpx;
|
||||
margin-right: 30rpx;
|
||||
border-bottom: 4rpx solid transparent;
|
||||
&.tab-item-active{
|
||||
z-index: 1;
|
||||
color: #2979ff;
|
||||
border-bottom: 4rpx solid #2979ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.jnpf-tree-selected-breadcrumb{
|
||||
height: 70rpx;
|
||||
padding: 0 20rpx;
|
||||
background-color: #eaecf0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.breadcrumb-item{
|
||||
margin-right: 10rpx;
|
||||
&.icon-ym{
|
||||
font-size: 20rpx;
|
||||
margin-right: 10rpx;
|
||||
color: #a0a1a1;
|
||||
}
|
||||
&.breadcrumb-item-active{
|
||||
color: #2979ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.jnpf-tree-select-tree {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
|
||||
.ly-tree{
|
||||
padding: 0 20rpx 20rpx;
|
||||
}
|
||||
|
||||
.list-box{
|
||||
height: 100%;
|
||||
.list-item{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 0 10px;
|
||||
box-sizing: border-box;
|
||||
.radio-label{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.list-item-content{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.jnpf-selcet-list{
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.jnpf-selcet-cell{
|
||||
height: 70rpx;
|
||||
border-bottom: 1rpx solid #e4e4e7;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.jnpf-selcet-cell-action{
|
||||
height: 70rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-right: 16rpx;
|
||||
flex-shrink: 0;
|
||||
.ly-radio,
|
||||
.ly-checkbox{
|
||||
padding-right: 0;
|
||||
}
|
||||
&::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
content: '';
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
.jnpf-selcet-cell-avatar{
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.jnpf-selcet-cell-icon{
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.jnpf-selcet-cell-name{
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.nodata {
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #909399;
|
||||
}
|
||||
.jnpf-date-range {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
.u-input__input {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
.jnpf-bottom-actions,
|
||||
.jnpf-tree-select-actions {
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 88rpx;
|
||||
box-shadow: 0 -2rpx 8rpx #e1e5ec;
|
||||
z-index: 999999;
|
||||
flex-shrink: 0;
|
||||
.buttom-btn {
|
||||
width: 100%;
|
||||
/* #ifndef MP */
|
||||
height: 88rpx !important;
|
||||
line-height: 88rpx !important;
|
||||
border-radius: 0 !important;
|
||||
&::after {
|
||||
border: none !important;
|
||||
}
|
||||
/* #endif */
|
||||
/* #ifdef MP */
|
||||
.u-btn {
|
||||
width: 100%;
|
||||
height: 88rpx !important;
|
||||
line-height: 88rpx !important;
|
||||
border-radius: 0 !important;
|
||||
|
||||
&::after {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
/* #endif */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user