bodyWeght.wxss 818 字节
/* pages/signIn/bodyWeght/bodyWeght.wxss */

page {
  background: #fcfbfa;
}

.list_box {
  margin-top: 20rpx;
}

.item_list {
  font-size: 30rpx;
  color: #000;
  border-bottom: 1rpx solid #ebebeb;
  background: #fff;
  padding: 28rpx 33rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.list_input {
  font-size: 26rpx;
  color: #666;
}

.list_input input {
  text-align: right;
}

.input_color, .icon-arrow-right {
  font-size: 26rpx;
  color: #666;
}

.bottom_btn {
  width: 90%;
  height: 80rpx;
  background: rgba(255, 173, 80, 1);
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #fff;
  position: fixed;
  bottom: 30rpx;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}