| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .content {
- padding: 60px 0 0;
- .title {
- @include FONT(#333333, 24px, 600);
- margin: 0 16px;
- }
- .cell-group {
- margin: 22px 16px 30px;
- .cell-item {
- padding: 12px 0;
- border-bottom: 1px solid #ededed;
- display: flex;
- input {
- @include WH(100%, 24px);
- @include FONT(#333333, 17px, 400);
- }
- input::-webkit-input-placeholder {
- @include FONT(#cccccc, 17px, 400);
- }
- .send-code {
- width: 110px;
- text-align: right;
- @include FONT(#333333, 14px, 400);
- i {
- margin-left: 2px;
- }
- }
- }
- }
- .login-btn {
- @include WH(auto, 48px);
- background: #26baee;
- border-radius: 50px;
- @include FONT(#ffffff, 18px, 400);
- text-align: center;
- line-height: 48px;
- margin: 0 16px;
- }
- .footer {
- width: 100%;
- position: fixed;
- bottom: 10px;
- text-align: center;
- .icon-bolineyecare {
- @include FONT(#D0EFFF, 40px, 400);
- }
- }
- }
|