/* pages/changeMobile/changeMobile.wxss */ .mobile { display: block; margin: 128rpx auto 48rpx; width: 68rpx; height: 110rpx; } .currentMobile { height: 32rpx; line-height: 32rpx; font-size: 32rpx; font-weight: 450; color: #282828; text-align: center; } .btnGroup { margin-top: 68rpx; padding: 0 68rpx; } .btnGroup .btn { width: 100%; height: 94rpx; line-height: 94rpx; font-size: 32rpx; color: #fff; background: #007bff; } .formGroup { padding: 68rpx 68rpx 0; } .lineGroup { position: relative; display: flex; align-items: center; } .lineGroup+.lineGroup { margin-top: 40rpx; } .lineGroup .label { position: absolute; top: 0; left: 0; padding-left: 24rpx; height: 94rpx; line-height: 94rpx; font-size: 30rpx; color: #202020; } .lineGroup .input { padding-left: 168rpx; flex: 1; height: 94rpx; font-size: 30rpx; color: #202020; background: #fff; border-radius: 10rpx; } .lineGroup .sendCode { margin-left: 16rpx !important; width: 198rpx; height: 94rpx; line-height: 94rpx; font-size: 30rpx; color: #fff; background: #007dff; } .icon-success { display: block; margin: 68rpx auto 0; width: 199rpx; height: 199rpx; } .status { margin-top: 48rpx; height: 40rpx; line-height: 40rpx; font-size: 40rpx; color: #282828; text-align: center; } .currentStatus { margin-top: 30rpx; height: 28rpx; line-height: 28rpx; font-size: 28rpx; color: #999; text-align: center; }