modifyPhone.wxss 2.3 KB
/* pages/my/modifyName/modifyName.wxss */
page{
        width: 100%;
        height: 100%;
          background: #f3f5f5;
}

.box{
        height: 166rpx;
        background: #fff;
        margin-top:19rpx;
        position: relative
}

.phone{
        width: 91.7%;
        padding:17rpx 0 16rpx 0;
        box-sizing: border-box;
        margin:0 auto;
        display: flex;
        border-bottom:1rpx solid rgba(241,241,241,1);
}

.phone_phone{
        width: 162rpx;
        font-size:28rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(34,34,34,1);
        line-height:50rpx;
        margin-right:20rpx;
        float: left;
}

.phone_place{
        width: 50%;
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(34,34,34,1);
        line-height:35rpx;
        float: left
}

.phone_code{
        width:200rpx;
        height:50rpx;
        background:rgba(255,218,68,1);
        border-radius:25rpx;
        font-size:24rpx;
        font-family:MicrosoftYaHei;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height:50rpx;
        text-align: center;
        float: right;
        position: absolute;
        right: 30rpx;
        top:18rpx;
        z-index: 1
}
.hide_time{
        width:200rpx;
        height:50rpx;
        font-size:24rpx;
        font-family:MicrosoftYaHei;
        font-weight:400;
        border-radius:25rpx;
        position: absolute;
        right: 30rpx;
        top:18rpx;
       border:1rpx solid rgba(255,218,68,1);
        z-index: 999;
        color:rgba(51,51,51,1);
        line-height:50rpx;
        text-align: center;
}
.code{
        width: 91.7%;
        padding:17rpx 0 16rpx 0;
        margin:0 auto;
        display: flex;
}
.code_phone{
        width: 162rpx;
        font-size:28rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(34,34,34,1);
        line-height:50rpx;
        margin-right:16rpx;
        float: left;
}

.bottom_btn {
  width: 93%;
  height: 80rpx;
  font-size: 26rpx;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffda44;
  border-radius: 40rpx;
  box-shadow: 0rpx 10rpx 10rpx rgba(255, 218, 68, 0.6);
  position: fixed;
  bottom: 40rpx;
  left: 25rpx;
}