addNewFamily.wxss 2.7 KB
/* pages/indexs/add_family/add_family.wxss */

.content_box {
  height: 960rpx;
  overflow: scroll;
}

.item_list {
  padding: 35rpx 30rpx;
}

.list_content_box {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 2rpx 8rpx 0rpx rgba(0, 0, 0, 0.08);
  border-radius: 5rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20rpx 30rpx;
  box-sizing: border-box;
  color: #000;
  font-size: 32rpx;
}

.edit_btn {
  width: 222rpx;
  height: 80rpx;
  color: #fff;
  font-size: 28rpx;
  border-radius: 40rpx;
  line-height: 80rpx;
  text-align: center;
  background: linear-gradient(to right, #fabd4b, #f6c82c);
}

.choose_box {
  margin: 16rpx 0 0 45rpx;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 26rpx;
}

.icon-artboard61 {
  font-size: 40rpx;
  color: #666;
  margin-right: 10rpx;
}

.icon-xuanze {
  font-size: 40rpx;
  color: #0286ff;
  margin-right: 10rpx;
}

.bottom_box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.add_btn_box {
  width: 300rpx;
  height: 100rpx;
  box-sizing: border-box;
  box-shadow: 0rpx 3rpx 5rpx 0rpx rgba(0, 0, 0, 0.12);
  border-radius: 50rpx;
  color: #999;
  font-size: 24rpx;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 36rpx auto;
  padding: 10rpx 40rpx;
}

.add_btn {
  width: 180rpx;
  height: 100rpx;
  box-shadow: 0rpx 3rpx 5rpx 0rpx rgba(0, 0, 0, 0.12);
  border-radius: 50rpx;
  color: #999;
  font-size: 24rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 36rpx auto;
}

.icon-tianjia, .icon-bianji {
  color: #487aff;
  font-size: 50rpx;
}

.null_box {
  width: 100%;
  height: 120rpx;
}

.bottom_btn {
  width: 100%;
  text-align: center;
  height: 100rpx;
  line-height: 100rpx;
  color: #fff;
  font-size: 36rpx;
  background-color: #0286ff;
}

/*  */

.mask_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_box {
  position: relative;
  width: 565rpx;
  height: 320rpx;
  background-color: #fff;
  border-radius: 10rpx;
  color: #1a1a1a;
  font-size: 36rpx;
  text-align: center;
  padding: 42rpx 0 0 0;
  overflow: hidden;
}

.popup_title {
  margin: 43rpx 0 60rpx 0;
  font-size: 32rpx;
}

.popup_btn_box {
  height: 88rpx;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 32rpx;
  border-top: 1rpx solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup_btn {
  width: 50%;
  height: 100%;
  line-height: 88rpx;
}

.popup_btn_active {
  background-color: #0286ff;
  color: #fff;
}