123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- .tki-tree-mask {
- 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;
- }
- .tki-tree-mask.show {
- visibility: visible;
- opacity: 1;
- }
- .tki-tree-cnt {
- position: fixed;
- height: 400rpx;
- /* top: 0rpx; */
- right: 0rpx;
- bottom: -400rpx;
- left: 0rpx;
- z-index: 9999;
- /* top: 1044rpx; */
- bottom: 0rpx;
- transition: all 0.3s ease;
- transform: translateY(100%);
- }
- .tki-tree-cnt.show {
- transform: translateY(0%);
- }
- .tki-tree-bar {
- 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;
- }
- .tki-tree-bar-confirm {
- color: #07bb07;
- }
- .tki-tree-view {
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- left: 0rpx;
- top: 72rpx;
- background-color: rgba(255, 255, 255, 0.7);
- padding-top: 20rpx;
- padding-right: 20rpx;
- padding-bottom: 20rpx;
- padding-left: 20rpx;
- }
- .tki-tree-view-sc {
- height: 100%;
- overflow: hidden;
- }
- .tki-tree-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 26rpx;
- color: #333333;
- line-height: 1;
- height: 0;
- opacity: 0;
- transition: 0.2s;
- position: relative;
- overflow: hidden;
- /* font-weight: bold; */
- }
- .tki-tree-item.show {
- height: 80rpx;
- opacity: 1;
- }
- .tki-tree-item.showchild:before {
- transform: rotate(90deg);
- }
- .tki-tree-item.last:before {
- opacity: 0;
- }
- .tki-tree-icon {
- width: 26rpx;
- height: 26rpx;
- margin-right: 8rpx;
- }
- .tki-tree-label {
- flex: 1;
- display: flex;
- align-items: center;
- height: 100%;
- line-height: 1.2;
- }
- .tki-tree-check {
- width: 40px;
- height: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .tki-tree-check-yes,
- .tki-tree-check-no {
- width: 35rpx;
- height: 35rpx;
- 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: #7FB5FF;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- }
- .tki-tree-check-yes-b {
- width: 20rpx;
- height: 20rpx;
- border-top-left-radius: 20%;
- border-top-right-radius: 20%;
- border-bottom-right-radius: 20%;
- border-bottom-left-radius: 20%;
- background-color: #E4A439;
- }
- .tki-tree-check .radio {
- 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 {
- border-top-left-radius: 50%;
- border-top-right-radius: 50%;
- border-bottom-right-radius: 50%;
- border-bottom-left-radius: 50%;
- }
- .hover-c {
- opacity: 0.6;
- }
- .custom-style0 {
- box-shadow: 0px 2rpx 13rpx 0rpx rgba(27, 43, 95, 0.25);
- border-radius: 23rpx !important;
- font-size: 28rpx;
- font-weight: bold;
- color: #FFFFFF !important;
- margin: 33rpx 0 44rpx;
- }
- .timeBtn {
- width: 99rpx;
- height: 45rpx;
- font-size: 24rpx !important;
- background: linear-gradient(0deg, #F59A02 0%, #FFD334 100%);
- border: none;
- margin: 0 29rpx;
- }
- .time-top {
- height: 72rpx;
- background: #7FB5FF;
- border-radius: 33rpx 33rpx 0px 0px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- /*
- uni-image {
- margin-right: 37rpx;
- } */
- }
- .time-top>uni-text {
- margin-left: 37rpx !important;
- font-size: 28rpx !important;
- font-weight: bold !important;
- color: #FFFFFF !important;
- }
- .text-box {
- width: 90%;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 28rpx;
- }
- .text-box span {
- margin-left: 20rpx !important;
- }
- .ml20 {
- margin-left: 20rpx;
- }
- .text-active {
- font-weight: bold;
- background: rgba(127, 181, 255, 0.4);
- }
- .circle-no-active {
- border-radius: 50%;
- width: 35rpx;
- height: 35rpx;
- border: 2rpx solid #7FB5FF;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .circle-active {
- border-radius: 50%;
- width: 20rpx;
- height: 20rpx;
- background-color: #E4A439;
- }
|