charge.wxss 1.3 KB
/* pages/charge/charge.wxss */

page {
  background: #f5f5fa;
}

.item_list_box {
  padding: 0 30rpx;
  background: #fff;
}

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  padding: 30rpx 0;
}

.item_list:last-child {
  border: 0;
}

.list_input {
  width: 80%;
  display: flex;
  align-items: center;
  font-size: 32rpx;
  color: #464646;
}

.list_input input {
  font-size: 32rpx;
  border: 0;
  outline: none;
}

.list_input picker {
  width: 65%;
}

.input_style {
  color: #c3c3c3;
}

.icon-daosanjiao {
  font-size: 20rpx;
  color: #6f6f6f;
}

.icon-jia {
  display: inline-block;
  width: 34rpx;
  height: 34rpx;
  background: #3fa9f5;
  border-radius: 10rpx;
  color: #fff;
  padding: 5rpx;
  box-sizing: border-box;
  margin-right: 8rpx;
}

.add_box {
  font-size: 24rpx;
  color: #3fa9f5;
  text-align: center;
  display: flex;
  align-items: center;
}

.service_info_box {
  width: 100%;
  height: 50rpx;
  background: #fdefb5;
  font-size: 24rpx;
  color: #fc5b63;
  padding: 10rpx 20rpx;
  box-sizing: border-box;
}

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

.service_btn_box {
  width: 100%;
  height: 98rpx;
  font-size: 36rpx;
  background: #3fa9f5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}