|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .forgetpwd {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
-
- .retrievepwd {
- width: 100%;
- display: flex;
- flex-direction: column;
- position: relative;
- margin-bottom: 68rpx;
- }
-
- /* .retrievepwd view {
- width: 90%;
- display: flex;
- margin: 0 auto;
- height: 94rpx;
- line-height: 94rpx;
- padding-left: 4%;
- position: relative;
- } */
-
- .input01 {
- text-indent: 40rpx;
- font-size: 40rpx;
- color: #000;
- letter-spacing: 0;
- margin-top: 28rpx;
- }
-
- .input02 {
- text-indent: 40rpx;
- font-size: 28rpx;
- margin-top: 16rpx;
- color: #000;
- letter-spacing: 0;
- line-height: 32rpx;
- }
-
- .line {
- width: 2rpx;
- height: 22rpx;
- background: #d7d7d7;
- position: absolute;
- left: 20%;
- top: 38rpx;
- }
-
- .retrievepwd view input {
- display: inline-block;
- font-size: 30rpx;
- width: 460rpx;
- padding-left: 40rpx;
- height: 94rpx;
- color: #000!important;
- letter-spacing: 0;
- line-height: 32rpx;
- }
-
- .pho {
- margin-top: 40rpx;
- }
-
- .retrievepwd view:nth-child(1) input {
- width: 68%;
- }
-
- .retrievepwd view text:nth-child(4) {
- color: #52a0fd;
- font-size: 28rpx;
- }
-
- .forgetpwd button {
- width: 92%;
- height: 94rpx;
- line-height: 94rpx;
- background: #52a0fd;
- color: #fff;
- font-size: 36rpx;
- }
-
- .active {
- opacity: 0.6;
- }
-
- .send {
- display: inline-block;
- width: 210rpx !important;
- border-radius: 16rpx;
- margin-top: 12rpx;
- margin-right: 30rpx;
- font-size: 30rpx!important;
- letter-spacing: 0;
- padding: 0!important;
- }
-
- button::after {
- border: none;
- }
-
- .try {
- width: 32%;
- display: inline-block;
- background: #52a0fd;
- color: #fff;
- border-radius: 16rpx;
- text-align: center;
- opacity: 0.6;
- height: 70rpx !important;
- font-size: 28rpx !important;
- line-height: 70rpx !important;
- margin-top: 12rpx;
- }
-
|