123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- .tree-cover.data-v-6e9e5013 {
- position: fixed;
- top: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- left: 0rpx;
- z-index: 100;
- background-color: rgba(0, 0, 0, .4);
- opacity: 0;
- transition: all 0.3s ease;
- visibility: hidden;
- }
- .tree-cover.show.data-v-6e9e5013 {
- visibility: visible;
- opacity: 1;
- }
- .tree-dialog.data-v-6e9e5013 {
- position: fixed;
- top: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- left: 0rpx;
- background-color: #fff;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- display: flex;
- flex-direction: column;
- z-index: 102;
- top: 20%;
- transition: all 0.3s ease;
- transform: translateY(100%);
- }
- .tree-dialog.show.data-v-6e9e5013 {
- transform: translateY(0);
- }
- .tree-bar.data-v-6e9e5013 {
- /* background-color: #fff; */
- height: 90rpx;
- padding-left: 25rpx;
- padding-right: 25rpx;
- 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;
- }
- .tree-bar-confirm.data-v-6e9e5013 {
- color: #0055ff;
- padding: 15rpx;
- }
- .tree-bar-title.data-v-6e9e5013 {}
- .tree-bar-cancel.data-v-6e9e5013 {
- color: #757575;
- padding: 15rpx;
- }
- .tree-view.data-v-6e9e5013 {
- flex: 1;
- padding: 20rpx;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- height: 100%;
- }
- .tree-list.data-v-6e9e5013 {
- flex: 1;
- height: 100%;
- overflow: hidden;
- }
- .tree-item.data-v-6e9e5013 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- line-height: 1;
- height: 0;
- opacity: 0;
- transition: 0.2s;
- overflow: hidden;
- }
- .tree-item.show.data-v-6e9e5013 {
- height: 90rpx;
- opacity: 1;
- }
- .tree-item.showchild.data-v-6e9e5013:before {
- transform: rotate(90deg);
- }
- .tree-item.last.data-v-6e9e5013:before {
- opacity: 0;
- }
- .switch-on.data-v-6e9e5013 {
- width: 0;
- height: 0;
- border-left: 10rpx solid transparent;
- border-right: 10rpx solid transparent;
- border-top: 15rpx solid #666;
- }
- .switch-off.data-v-6e9e5013 {
- width: 0;
- height: 0;
- border-bottom: 10rpx solid transparent;
- border-top: 10rpx solid transparent;
- border-left: 15rpx solid #666;
- }
- .item-last-dot.data-v-6e9e5013 {
- position: absolute;
- width: 10rpx;
- height: 10rpx;
- border-radius: 100%;
- background: #666;
- }
- .item-icon.data-v-6e9e5013 {
- width: 26rpx;
- height: 26rpx;
- margin-right: 8rpx;
- padding-right: 20rpx;
- padding-left: 20rpx;
- }
- .item-label.data-v-6e9e5013 {
- flex: 1;
- display: flex;
- align-items: center;
- height: 100%;
- line-height: 1.2;
- }
- .item-name.data-v-6e9e5013 {
- flex: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- /*width: 450rpx;*/
- }
- .item-check.data-v-6e9e5013 {
- width: 40px;
- height: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item-check-yes.data-v-6e9e5013,
- .item-check-no.data-v-6e9e5013 {
- 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: #0055ff;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- }
- .item-check-yes-part.data-v-6e9e5013 {
- 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: #0055ff;
- }
- .item-check-yes-all.data-v-6e9e5013 {
- margin-bottom: 5px;
- border: 2px solid #007aff;
- border-left: 0;
- border-top: 0;
- height: 12px;
- width: 6px;
- transform-origin: center;
- transition: all 0.3s;
- transform: rotate(45deg);
- }
- .item-check .radio.data-v-6e9e5013 {
- border-top-left-radius: 50%;
- border-top-right-radius: 50%;
- border-bottom-right-radius: 50%;
- border-bottom-left-radius: 50%;
- }
- .item-check .radio .item-check-yes-b.data-v-6e9e5013 {
- border-top-left-radius: 50%;
- border-top-right-radius: 50%;
- border-bottom-right-radius: 50%;
- border-bottom-left-radius: 50%;
- }
- .hover-c.data-v-6e9e5013 {
- opacity: 0.6;
- }
- .itemBorder.data-v-6e9e5013 {
- border-bottom: 1px solid #e5e5e5;
- }
|