king
2020-06-19 cd42d41344f0f780e0c0ac0a3625aeb78160f9dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.mob-login {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(#378DBE, #46C29E, #48A9D6, yellow);
 
  .logo {
    max-width: 280px;
    margin: 0 auto;
    margin-top: calc(15vh);
    text-align: center;
 
    img {
      max-width: 100%;
    }
  }
  .plat-name {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
  }
  .mk-login-item.am-list-item {
    width: 245px;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    .am-input-label {
      width: 30px;
      color: #ffffff;
      padding-top: 10px;
    }
    input {
      color: #fafafa;
    }
    input::-webkit-input-placeholder {
      color: #ffffff;
    }
    input:-moz-placeholder {
      color: #ffffff;
    }
    input::-moz-placeholder {
      color: #ffffff;
    }
    input:-ms-input-placeholder {
      color: #ffffff;
    }
  }
  .am-list-item:not(:last-child) .am-list-line {
    border: none;
  }
  .other-setting {
    width: 245px;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 10px;
    .am-list-item {
      float: left;
      background: transparent;
      width: 50%;
      padding: 0;
      .am-list-thumb:first-child {
        margin-right: 5px;
 
        .am-checkbox-inner {
          width: 18px;
          height: 18px;
        }
        .am-checkbox-inner:after {
          width: 5px;
          height: 9px;
        }
      }
      .am-list-line .am-list-content {
        font-size: 14px;
        color: #fafafa;
      }
      .am-list-extra {
        display: none;
      }
    }
    > div:not(.am-list-item) {
      float: right;
      background: transparent;
      padding: 0;
      .am-list-item {
        width: 100%;
      }
    }
  }
  >.am-button {
    width: 245px;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 30px;
  }
  .company-msg {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0 20px;
    font-size: 12px;
    color: #fafafa;
    text-align: center;
  }
}
.am-picker-popup-wrap {
  left: calc(50vw - 305px);
  right: calc(50vw - 45px);
  bottom: 54px;
  overflow: hidden;
}
.clear-both {
  float: none!important;
  clear: both;
}