index.scss
3.4 KB
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
body,
uni-page-body,
uni-page-head,
.uni-page-head {
background-color: var(--neutral-color-white) !important;
}
.navBox{
position: static;
}
.loginBox {
padding: 100rpx 34rpx 0 66rpx;
.tit {
line-height: 66rpx;
font-weight: 600;
font-size: 48rpx;
color: var(--neutral-color-main);
letter-spacing: 0;
display: flex;
padding-bottom: 52rpx;
text {
flex: 1;
}
.text {
font-weight: 500;
font-size: 32rpx;
color: var(--essential-color-red);
text-align: right;
line-height: 50rpx;
padding-top: 14rpx;
icon {
background: url(../../static/icon01.png) no-repeat;
background-size: contain;
width: 20rpx;
height: 20rpx;
margin-left: 14rpx;
vertical-align: unset;
}
}
}
.loginMain {
::v-deep .uni-input-input{
color: var(--neutral-color-main);
}
padding-right: 32rpx;
.item {
::v-deep .is-input-border {
padding: 36rpx 0;
font-weight: 400;
font-size: 32rpx;
line-height: 40rpx;
color: #797979;
letter-spacing: 0.36rpx;
border: 0 none;
border-bottom: 1px solid var(--neutral-color-background);
position: relative;
border-radius: 0;
.uni-easyinput__placeholder-class {
font-size: 32rpx;
color: var(--neutral-color-font);
letter-spacing: 0.36rpx;
}
.uni-easyinput__content-input {
padding-left: 0 !important;
font-size: 32rpx;
}
}
::v-deep .is-input-border.is-focused {
border-bottom-color: var(--essential-color-red)!important;
.content-clear-icon {
color: rgb(192, 196, 204)!important;
}
}
::v-deep .is-input-error-border {
border-bottom: 1px solid var(--essential-color-red);
margin-bottom: 44rpx;
}
::v-deep .content-clear-icon{
padding: 0;
font-size: 28rpx !important;
line-height: 46rpx;
}
::v-deep .uniui-eye-filled{
background: url(@/static/icon-close.png) 50% 50% no-repeat;
background-size: contain;
&:before{
color:transparent;
}
}
::v-deep .uniui-eye-slash-filled{
background: url(@/static/icon-open.png) 50% 50% no-repeat;
background-size: contain;
&:before{
color:transparent;
}
}
}
::v-deep .uni-forms-item__inner {
padding-bottom: 0;
}
::v-deep .uni-error-message {
bottom: -10rpx;
}
::v-deep .content-clear-icon {
margin-right: 30rpx;
}
.inputW{
::v-deep .is-input-border{
padding-right: 200rpx;
}
}
.codeBox {
position: absolute;
right: 40rpx;
top:40rpx;
font-size: 28rpx;
}
.setUrl{
font-size: 24rpx;
color: #ccc;
line-height: 48rpx;
text-align: center;
margin-top: 40rpx;
}
}
.btn-default{
height: 100rpx;
line-height: 100rpx;
border-radius: 50rpx;
&.disabled{
background-color: var(--assist-color-logbtn) !important;
}
}
.btnBox{
padding: 100rpx 0 0;
}
}
.pwdBox {
position: relative;
text {
// &.pwdIcon {
// background: url(@/static/icon-close.png);
// background-size: contain;
// }
// &.showPwdIcon {
// background: url(@/static/icon-open.png);
// background-size: contain;
// }
&.clearIcon {
position: absolute;
width: 32rpx;
height: 32rpx;
right: 60rpx;
top: 40rpx;
font-size: 0.875rem !important;
line-height: 1.4375rem;
color: rgb(192, 196, 204);
font-family: uniicons;
text-decoration: none;
text-align: center;
&:before{
content: "\e66d";
}
}
}
}
.fontCol {
color: var(--neutral-color-font);
}