king
2020-06-22 9e0a0749233c15711fd3259afa1f19867d214df7
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.mob-login {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(#378DBE, #46C29E, #48A9D6);
 
  .logo {
    max-width: 280px;
    min-height: 10px;
    margin: 0 auto;
    text-align: center;
    border: 1px dotted transparent;
    img {
      max-width: 100%;
    }
  }
  .logo:hover {
    border-color: #535353;
  }
  .plat-name {
    max-width: 280px;
    min-height: 10px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 1px dotted transparent;
  }
  .plat-name:hover {
    border-color: #535353;
  }
  .mk-login-item.am-list-item {
    position: relative;
    z-index: 1;
    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-input-control input:disabled {
      background-color: transparent;
    }
  }
  .am-list-item:not(:last-child) .am-list-line {
    border: none;
  }
  .other-setting {
    position: relative;
    z-index: 1;
    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;
        cursor: pointer;
 
        .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;
        cursor: pointer;
      }
      .am-list-extra {
        display: none;
      }
    }
    
    .am-list-item.lang {
      float: right;
      .am-list-line {
        padding-right: 10px;
        .am-list-content {
          text-align: right;
          cursor: default;
        }
      }
    }
  }
  >.am-button {
    position: relative;
    z-index: 1;
    width: 245px;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px dotted transparent;
  }
  >.am-button:hover {
    color: #fff;
    border-color: #535353;
  }
  .company-msg {
    position: absolute;
    width: 88%;
    min-height: 10px;
    bottom: 20px;
    bottom: 20px;
    left: 6%;
    font-size: 12px;
    color: #fafafa;
    text-align: center;
    border: 1px dotted transparent;
  }
  .company-msg:hover {
    border-color: #535353;
  }
}
.am-picker-popup-wrap {
  left: calc(50vw - 305px);
  right: calc(50vw - 45px);
  bottom: 54px;
  overflow: hidden;
}
.clear-both {
  float: none!important;
  clear: both;
}