Authored by unknown

找回密码 css

1 {{> layout/simple-header}} 1 {{> layout/simple-header}}
2 -<div class="login-page passport-page yoho-page clearfix"> 2 +<div class="back-page passport-page yoho-page clearfix">
3 {{# back}} 3 {{# back}}
4 {{> passport/cover}} 4 {{> passport/cover}}
5 <div class="content"> 5 <div class="content">
  1 +.back-page {
  2 + font-size: 14px;
  3 +
  4 + .content {
  5 + margin: 175px 0 0 !important;
  6 + }
  7 +
  8 + .back-header {
  9 + position: relative;
  10 + width: 268px;
  11 + line-height: 40px;
  12 + margin-bottom: 5px;
  13 + }
  14 +
  15 + .title {
  16 + float: left;
  17 + margin: 0px;
  18 + font-size: 22px;
  19 + color: #000;
  20 + font-weight: normal;
  21 + }
  22 +
  23 + .country-code {
  24 + float: right;
  25 + cursor: pointer;
  26 + color: #b9b9b9;
  27 + }
  28 +
  29 + .country-code-list {
  30 + display: none;
  31 + position: absolute;
  32 + padding: 0 10px;
  33 + color: #000;
  34 + background-color: #fff;
  35 + border: 1px solid #000;
  36 + margin-top: 5px;
  37 + cursor: pointer;
  38 + z-index: 100;
  39 + top: 30px;
  40 + right: 0;
  41 + @include border-radius(5px);
  42 +
  43 + li {
  44 + height: 20px;
  45 + line-height: 20px;
  46 + }
  47 + }
  48 +
  49 + input {
  50 + outline: none;
  51 + font-family: Regular, 'SimHei';
  52 + }
  53 +}
1 -@import "login", "register"; 1 +@import "login", "register", "back";
2 2
3 .passport-page { 3 .passport-page {
4 width: 1150px; 4 width: 1150px;