.container{ width: 100%; box-sizing: border-box; padding: 0 30rpx; padding-right: 60rpx; position: relative; } .container view{ height: 100rpx; display: flex; align-items: center; justify-content: space-between; color: #666666; width: 100%; } .container view text:nth-child(1){ flex: 4; color: #333333; } .container view input{ width: 450rpx; height: 100%; text-align: right; } .container view{ border-bottom: 2rpx solid #eeeeee; } .container .head_img{ width: 100%; height: 162rpx; } .container .head_img image{ width: 80rpx; height: 80rpx; border-radius:9999rpx; } .container view .right_icon{ width: 20rpx; height: 20rpx; margin-left: 10rpx; } .save_btn{ width: 100%; height: 98rpx; background: white; border-top: 2rpx solid rgba(0, 0, 0, .1); position: fixed; bottom: 0; left: 0; color: white; } .save_btn view{ width: 670rpx; height: 74rpx; margin: 12rpx auto; background: #3476FE; border-radius: 44rpx; display: flex; align-items: center; justify-content: center; } .security_code{ border-top: 2px solid #eeeeee; } .container .security_code input{ width: 300rpx; } .security_code text:nth-child(3){ color: #3476FE; color: 28rpx; margin-left: 40rpx; font-weight: normal; }