123456789101112131415161718192021222324252627282930 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .password-page.data-v-2ce9270c {
- background: #F3F5FB;
- height: 100vh;
- }
- .password-page .form.data-v-2ce9270c {
- width: 686rpx;
- background-color: #fff;
- margin: 0 auto;
- padding: 40rpx 36rpx 2rpx 36rpx;
- box-sizing: border-box;
- border-radius: 20rpx;
- }
- .password-page ._footer.data-v-2ce9270c {
- width: 100%;
- height: 136rpx;
- background: #FFFFFF;
- border-radius: 16rpx 16rpx 0px 0px;
- position: fixed;
- left: 0;
- bottom: 0;
- text-align: center;
- color: #168DEC;
- font-size: 32rpx;
- padding-top: 20rpx;
- letter-spacing: 2px;
- }
|