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.
188 lines
4.4 KiB
188 lines
4.4 KiB
.tki-tree-mask.data-v-a8274bb8 { |
|
position: fixed; |
|
top: 0rpx; |
|
right: 0rpx; |
|
bottom: 0rpx; |
|
left: 0rpx; |
|
z-index: 9998; |
|
background-color: rgba(0, 0, 0, 0.6); |
|
opacity: 0; |
|
-webkit-transition: all 0.3s ease; |
|
transition: all 0.3s ease; |
|
visibility: hidden; |
|
} |
|
.tki-tree-mask.show.data-v-a8274bb8 { |
|
visibility: visible; |
|
opacity: 1; |
|
} |
|
.tki-tree-cnt.data-v-a8274bb8 { |
|
position: fixed; |
|
top: 0rpx; |
|
right: 0rpx; |
|
bottom: 0rpx; |
|
left: 0rpx; |
|
z-index: 9999; |
|
top: 160rpx; |
|
-webkit-transition: all 0.3s ease; |
|
transition: all 0.3s ease; |
|
-webkit-transform: translateY(100%); |
|
transform: translateY(100%); |
|
} |
|
.tki-tree-cnt.show.data-v-a8274bb8 { |
|
-webkit-transform: translateY(0); |
|
transform: translateY(0); |
|
} |
|
.tki-tree-bar.data-v-a8274bb8 { |
|
background-color: #fff; |
|
height: 72rpx; |
|
padding-left: 20rpx; |
|
padding-right: 20rpx; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
box-sizing: border-box; |
|
border-bottom-width: 1rpx !important; |
|
border-bottom-style: solid; |
|
border-bottom-color: #f5f5f5; |
|
font-size: 32rpx; |
|
color: #757575; |
|
line-height: 1; |
|
} |
|
.tki-tree-bar-confirm.data-v-a8274bb8 { |
|
color: #07bb07; |
|
} |
|
.tki-tree-view.data-v-a8274bb8 { |
|
position: absolute; |
|
top: 0rpx; |
|
right: 0rpx; |
|
bottom: 0rpx; |
|
left: 0rpx; |
|
top: 72rpx; |
|
background-color: #fff; |
|
padding-top: 20rpx; |
|
padding-right: 20rpx; |
|
padding-bottom: 20rpx; |
|
padding-left: 20rpx; |
|
} |
|
.tki-tree-view-sc.data-v-a8274bb8 { |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
.tki-tree-item.data-v-a8274bb8 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
font-size: 26rpx; |
|
color: #757575; |
|
line-height: 1; |
|
height: 0; |
|
opacity: 0; |
|
-webkit-transition: 0.2s; |
|
transition: 0.2s; |
|
position: relative; |
|
overflow: hidden; |
|
} |
|
.tki-tree-item.show.data-v-a8274bb8 { |
|
height: 80rpx; |
|
opacity: 1; |
|
} |
|
.tki-tree-item.showchild.data-v-a8274bb8:before { |
|
-webkit-transform: rotate(90deg); |
|
transform: rotate(90deg); |
|
} |
|
.tki-tree-item.last.data-v-a8274bb8:before { |
|
opacity: 0; |
|
} |
|
.tki-tree-icon.data-v-a8274bb8 { |
|
width: 26rpx; |
|
height: 26rpx; |
|
margin-right: 8rpx; |
|
} |
|
.tki-tree-label.data-v-a8274bb8 { |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
height: 100%; |
|
line-height: 1.2; |
|
} |
|
.tki-tree-check.data-v-a8274bb8 { |
|
width: 40px; |
|
height: 40px; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
} |
|
.tki-tree-check-yes.data-v-a8274bb8, |
|
.tki-tree-check-no.data-v-a8274bb8 { |
|
width: 20px; |
|
height: 20px; |
|
border-top-left-radius: 20%; |
|
border-top-right-radius: 20%; |
|
border-bottom-right-radius: 20%; |
|
border-bottom-left-radius: 20%; |
|
border-top-width: 1rpx; |
|
border-left-width: 1rpx; |
|
border-bottom-width: 1rpx; |
|
border-right-width: 1rpx; |
|
border-style: solid; |
|
border-color: #07bb07; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
box-sizing: border-box; |
|
} |
|
.tki-tree-check-yes-b.data-v-a8274bb8 { |
|
width: 12px; |
|
height: 12px; |
|
border-top-left-radius: 20%; |
|
border-top-right-radius: 20%; |
|
border-bottom-right-radius: 20%; |
|
border-bottom-left-radius: 20%; |
|
background-color: #07bb07; |
|
} |
|
.tki-tree-check .radio.data-v-a8274bb8 { |
|
border-top-left-radius: 50%; |
|
border-top-right-radius: 50%; |
|
border-bottom-right-radius: 50%; |
|
border-bottom-left-radius: 50%; |
|
} |
|
.tki-tree-check .radio .tki-tree-check-yes-b.data-v-a8274bb8 { |
|
border-top-left-radius: 50%; |
|
border-top-right-radius: 50%; |
|
border-bottom-right-radius: 50%; |
|
border-bottom-left-radius: 50%; |
|
} |
|
.hover-c.data-v-a8274bb8 { |
|
opacity: 0.6; |
|
} |
|
|
|
|