selectArea.acss 2.13 KB
/* 区域选择样式 */

.lableTreeBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .15);
  display: flex;
  align-items: flex-end;
  z-index: 999;
}

.lableTreeContent {
  width: 100%;
  height: 527rpx;
  background: #FFFFFF;
  box-shadow: 0 -2rpx 20rpx 0 rgba(25, 31, 37, 0.12);
  border-radius: 19rpx 19rpx 0px 0px;
}

.lableTreeHeader {
  width: 100%;
  height: 104rpx;
  padding: 0 32rpx;
  line-height: 104rpx;
  font-size: 34rpx;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(25, 31, 37, 0.12);
}

.lableTreeHeader>view {
  flex: 1;
  height: 104rpx;
}

.lableTreeHeader>view:nth-of-type(1) {
  color: #191F25;
}

.lableTreeHeader>view:nth-of-type(2) {
  color: #3296FA;
  text-align: right
}

.lableTreeModal {
  width: 100%;
  padding-right: 32rpx;
  box-sizing: border-box;
}

/* tree样式 */

.treeUl {
  position: relative;
  padding-left: 32rpx;
  display: block;
  box-sizing: border-box;
}

.treeLi {
  display: block;
  font-size: 28rpx;
  line-height: 70rpx;
}

.treeName {
  height: 70rpx;
  font-size: 28rpx;
  line-height: 70rpx;
  width: 100%;
  display: flex;
}

.labelIsShow {
  width: 24rpx;
  margin-right: 24rpx;
}

.treeLabel {
  flex: 1;
  display: flex;
  padding-right: 32rpx;
  box-sizing: border-box;
}

.treeLabel>view:nth-of-type(1) {
  flex: 1;
}

.lableTreeChecked {
  background: rgba(25, 31, 37, 0.05);
  border-radius: 4rpx;
}

/* icon */

.labelIsShow .iconsanjiao {
  font-size: 20rpx;
  color: #D8D8D8;
}

.labelIsShow .iconsanjiao1 {
  font-size: 20rpx;
  color: #D8D8D8;
}

.labelIsShow .iconxuanzhong1 {
  font-size: 32rpx;
  color: #3296FA;
}

.treeLabel .iconchengshi- {
  font-size: 24rpx;
  margin-right: 16rpx;
  color: #191F25;
}

.treeLabel .iconjiangzhu1 {
  font-size: 24rpx;
  margin-right: 16rpx;
  color: #191F25;
}

.treeLabel .iconlouceng- {
  font-size: 24rpx;
  margin-right: 16rpx;
  color: #191F25;
  margin-left: 8rpx;
}

.treeLabel .iconjianzhu1 {
  font-size: 24rpx;
  margin-right: 16rpx;
  color: #191F25;
}

.labelIsShow {
  padding-left: 4rpx;
}

.cancelSelectAre {
  font-size: 32rpx;
}

.sureSelectAre {
  font-size: 32rpx;
}