keyboard.wxss 3.5 KB
.keyboard {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(244, 244, 244);
  padding-bottom: 20rpx;
  z-index: 999;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.inputBox {
  height: 80rpx;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inputBoxContent {
  flex: 1;
  margin: 10rpx auto 0;
  height: 70rpx;
  line-height: 70rpx;
  background: rgb(255, 255, 255);
  padding-left: 20rpx;
  overflow: hidden;
  font-size: 36rpx;
}

.lightContent {
  color: #333;
}

.darkContent {
  color: rgb(166, 166, 166);
}

.open__down {
  width: 100rpx;
  height: 80rpx;
  flex-shrink: 0;
  text-align: center;
  line-height: 80rpx;
  font-size: 28rpx;
  color: rgb(166, 166, 166);
}



.keyboardTitle {
  width: 750rpx;
  height: 80rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keyboardTitle .keyboardTitleLogo {
  width: 290rpx;
  text-align: center;
  color: rgb(166, 166, 166);
  margin: 0 0 0 10rpx;
  height: 70rpx;
  border-radius: 20rpx;
  line-height: 70rpx;
  background: white;
}

.keyboardTitle .keyboardTitleContent {
  width: 140rpx;
  text-align: center;
  margin: 0 0 0 10rpx;
  height: 70rpx;
  border-radius: 20rpx;
  line-height: 70rpx;
}

.keyboardTitle .keyboardFinish {
  width: 130rpx;
  margin: 0 10rpx;
  height: 70rpx;
  border-radius: 20rpx;
  line-height: 70rpx;
  text-align: center;
  background: white;
}

.keyboardContentOne {
  /* display:flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  /* background:white; */
}

.keyboardContentOneShow {
  display: flex;
}

.keyboardContentOneHide {
  display: none;
}

.keyboardContentTwo {
  /* display:flex; */
  /* background:white; */
}

.keyboardContentTwoHide {
  display: none;
}

.keyboardContentTwoShow {
  display: block;
}

.keyboardContentOneContent {
  background: white;
  width: 88rpx;
  line-height: 91rpx;
  text-align: center;
  margin: 2rpx;
  border-radius: 6rpx;
}

.keyboardContentTwoLineOne,
.keyboardContentTwoLineTwo,
.keyboardContentTwoLineThree,
.keyboardContentTwoLineFour {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.keyboardContentTwoLineOneContent,
.keyboardContentTwoLineTwoContent,
.keyboardContentTwoLineThreeContent,
.keyboardContentTwoLineFourContent {
  background: white;
  width: 71rpx;
  line-height: 91rpx;
  text-align: center;
  margin: 2rpx;
  border-radius: 6rpx;
}

.keyboardTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.keyboardTwoContent {
  background: white;
  width: 230rpx;
  margin: 12rpx 6rpx 0;
  text-align: center;
  line-height: 100rpx;
  font-size: 36rpx;
  border-radius: 10rpx;
}

.four___item:first-child {
  width: 120rpx;
  line-height: 91rpx;
  background-color: #fff;
  margin: 2rpx;
  border-radius: 6rpx;
  text-align: center;
}

.four___item:last-child {
  width: 120rpx;
  line-height: 91rpx;
  background-color: #fff;
  margin: 2rpx;
  border-radius: 6rpx;
  text-align: center;
}

.four_item {
  width: 120rpx;
  line-height: 91rpx;
  background-color: #cccfff;
  margin: 2rpx;
  border-radius: 6rpx;
  text-align: center;
}

.keyboardTitleContentColorWhite {
  background: white;
}

.keyboardTitleContentColorDark {
  background: rgb(222, 222, 222);
}

.keyboardContentDark {
  background: rgb(222, 222, 222);
}