123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .container-view {
- height: 100vh;
- background-color: #fff;
- padding: 48rpx 32rpx;
- }
- .input {
- width: 588rpx;
- }
- .input-info {
- /* margin-top: 48rpx; */
- border-radius: 24rpx;
- border: 5rpx solid #2A3A5A;
- justify-content: center;
- align-items: center;
- padding: 34rpx 40rpx;
- /* width: 686rpx; */
- /* height: 128rpx; */
- }
- .input-info>input {
- /* width: 92%; */
- width: 100%;
- }
- .input {
- font-size: 40rpx;
- line-height: 40rpx;
- border-radius: 24rpx;
- border: 5rpx solid #2A3A5A;
- padding: 34rpx 40rpx;
- }
- .input-text {
- color: #828DA2;
- font-size: 24rpx;
- font-weight: 400;
- font-family: PingFangSC, PingFang SC;
- line-height: 40rpx;
- font-style: normal;
- margin-top: 24rpx;
- }
- .title {
- color: #5E6F90;
- font-size: 32rpx;
- font-weight: 400;
- font-family: PingFangSC, PingFang SC;
- line-height: 32rpx;
- font-style: normal;
- margin-top: 40rpx;
- }
- .content-view {
- margin-top: 24rpx;
- color: #5E6F90;
- font-size: 32rpx;
- font-weight: 500;
- font-family: PingFangSC, PingFang SC;
- line-height: 32rpx;
- font-style: normal;
- }
- .content-view>text {
- margin-left: 8rpx;
- color: #5E6F90;
- font-size: 36rpx;
- font-weight: 500;
- font-family: DIN, DIN;
- line-height: 32rpx;
- font-style: normal;
- }
- .confirm-btn {
- width: 100%;
- height: 88rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 38rpx;
- border-radius: 44rpx;
- background: #0074FF;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- font-family: PingFangSC, PingFang SC;
- }
- .btn-disable {
- filter: grayscale(1);
- }
|