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