.login-mobeil-content { margin: 60rpx 30rpx; display: flex; flex-direction: column; } .login-mobeil-content .title { font-size: 52rpx; font-family: PingFangSC-Medium; font-weight: 500; color: rgba(34, 34, 34, 1); margin-bottom: 60rpx; } .login-mobeil-content .part { display: flex; justify-content: space-between; align-items: center; height: 100rpx; background: #F9F9F9; margin-bottom: 30rpx; border-radius: 2px; } .prefix { display: flex; align-items: center; font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(34, 34, 34, 1); margin-left: 40rpx; padding-right: 20rpx; box-shadow: 1px 0px 0px 0px #DDDDDD; } .down { width: 12rpx; height: 8rpx; margin-left: 20rpx; } .ipt-mobile, .ipt-code { flex: 1; font-size: 28rpx; margin-left: 10px; margin-right: 10rpx; color: #444444; } .btn-code { font-size: 32rpx; font-weight: 400; height: 100%; color: #222222; align-items: center; justify-content: center; padding: 0 50rpx; display: flex; flex-shrink: 0; flex-wrap: nowrap; position: relative; } .btn-code::before { content: ""; position: absolute; left: 0; top: 30rpx; bottom: 30rpx; width: 1px; background: #DDDDDD; } .gray { color: #999999; } .code-outer { display: flex; align-items: center; width: 360rpx; } .btn-outer { background: #65D4C3; border-radius: 2rpx; margin: 60rpx 0; color: #fff; border-radius: 6rpx; font-size: 36rpx; font-weight: bold; } .btn-code-disable { pointer-events: none; color: #d3d3d3; } .btn-sure-disbale { pointer-events: none; background: #d3d3d3; } button::after { border: 0; }