chargePhoneNum.wxss 1.2 KB
/* pages/chargePhoneNum/chargePhoneNum.wxss */

.content_box {
  padding: 0 20rpx;
}

.banner_box {
  width: 100%;
  height: 200rpx;
  background: #3fa9f5;
  border-radius: 10rpx;
  margin-top: 46rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 28rpx;
  color: #fff;
}

.head_img {
  width: 157rpx;
  height: 157rpx;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -30rpx;
  margin-bottom: 10rpx;
}

.head_img image {
  width: 100%;
  height: 100%;
}

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32rpx;
  color: #c3c3c3;
  padding: 63rpx 0 25rpx 0;
  border-bottom: 1rpx solid #C3C3C3;
}
.info_box{
  width: 80%;
  display: flex;
}
.get_code {
  text-align: right!important;
  font-size: 28rpx;
  color: #3fa9f5 !important;
  background: none;
  padding: 0rpx !important;
  line-height: normal!important;
}

.get_code::after,.save_btn::after {
  border: 0;
}
.save_btn{
  width: 100%;
  height: 80rpx;
  border-radius: 10rpx;
  background: #3fa9f5;
  text-align: center;
  line-height: 80rpx;
  color: #fff;
  font-size: 36rpx;
  margin-top: 100rpx;
}