king
2020-07-13 269f0759a64927c2ea06a9d7de92ecfd0be7df5b
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
.mob-login-2 {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
 
  .mob-login-body {
    min-height: calc((80 / 100) * 615px);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
  }
 
  .plat-name {
    position: relative;
    max-width: 280px;
    min-height: 10px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color: #ffffff;
    border: 1px dotted transparent;
  }
  .plat-name.editing {
    border: 1px solid #1890ff;
    box-shadow: 0px 0px 2px #1890ff;
  }
  .plat-name:not(.editing):hover {
    border-color: #535353;
  }
 
  .am-list-item {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    height: 38px;
    min-height: 38px;
    line-height: 1.5;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
 
    .am-input-label {
      width: 30px;
      color: inherit;
      padding-top: 10px;
    }
    input {
      font-size: 14px;
      color: inherit;
    }
    input::-webkit-input-placeholder {
      color: inherit;
      opacity: 0.5;
    }
    input:-moz-placeholder {
      color: inherit;
      opacity: 0.5;
    }
    input::-moz-placeholder {
      color: inherit;
      opacity: 0.5;
    }
    input:-ms-input-placeholder {
      color: inherit;
      opacity: 0.5;
    }
  }
  .am-list-item:not(:last-child) .am-list-line {
    border: none;
  }
 
  .mk-login-input {
    width: 280px;
    position: relative;
    margin: 0 auto;
  }
  
  .am-button {
    position: relative;
    z-index: 1;
    width: 280px;
    margin: 0 auto 10px;
    border: 1px dotted transparent;
    overflow: visible;
    letter-spacing: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0;
    
    span {
      font-style: inherit;
      font-weight: inherit;
    }
  }
  .am-button:hover {
    color: unset;
    border-color: #535353;
  }
  .company-msg {
    width: 88%;
    min-height: 10px;
    margin-left: 6%;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0px;
    border: 1px dotted transparent;
  }
  .company-msg.editing {
    border: 1px solid #1890ff;
    box-shadow: 0px 0px 2px #1890ff;
  }
  .company-msg:not(.editing):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;
}