charger_code.wxss 1.3 KB
/* pages/my/charger_code/charger_code.wxss */
page{
        width: 100%;
        height: 100%;
        }

.container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.container_image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%
}

.banner {
  width: 100%;
  height: 86rpx;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
}

.icon-fanhui {
  font-size: 30rpx;
  margin-left: 25rpx;
}

.title {
  font-size: 34rpx;
  font-weight: bold;
  color: #222;
  margin: 0 auto;
}

.charge_code {
  width: 91%;
  height: 77rpx;
  background-color: #fafafa;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  padding: 26rpx 24rpx;
  z-index: 1
}

.input_box {
  width: 95%;
}

.input_font {
  font-size: 26rpx;
  color: #888;
}

.icon-saoma {
  color: #f44;
}

.bottom_btn {
  width: 91%;
  height: 80rpx;
  border-radius: 40rpx;
  box-shadow: 15px 0px 30px rgba(230, 124, 11, 0.2);
  background-color: #fafafa;
  font-size: 26rpx;
  color: #222;
  text-align: center;
  line-height: 80rpx;
  margin-top: 89rpx;
  z-index:1
}

.hint {
  margin-top: 40rpx;
  margin-bottom: 14rpx;
  font-size: 22rpx;
  color: #333;
}