-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.module.less
More file actions
32 lines (31 loc) · 1.19 KB
/
index.module.less
File metadata and controls
32 lines (31 loc) · 1.19 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
:global{
.am-input-error-extra{
position: absolute;
right: 0;
top: calc(~"50% - 12.5px");
height: 42px;
width: 42px;
margin-left: 6px;
background-image: url("data:image/svg+xml;charset=utf-8,<svg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'><path d='M9 1.266a7.69 7.69 0 0 1 5.469 2.264c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 0 1-2.264 5.469 7.694 7.694 0 0 1-2.459 1.657A7.675 7.675 0 0 1 9 16.734a7.69 7.69 0 0 1-5.469-2.264 7.694 7.694 0 0 1-1.657-2.459A7.675 7.675 0 0 1 1.266 9 7.69 7.69 0 0 1 3.53 3.531a7.694 7.694 0 0 1 2.459-1.657A7.675 7.675 0 0 1 9 1.266zM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm0 11.25a.703.703 0 0 1-.703-.703V4.06a.703.703 0 1 1 1.406 0v6.486A.703.703 0 0 1 9 11.25zm-.791 1.916a.791.791 0 1 1 1.582 0 .791.791 0 0 1-1.582 0z' fill='%23F50' fill-rule='evenodd'/></svg>");
background-size: 42px auto;
}
.flex{
display: flex;
}
.flex-btw{
.flex();
justify-content: space-between;
}
}
img{
width: 100%;
height: 100%;
}
.commonInput{
position: relative;
&>span{
position: absolute;
right: 0;
top: calc(~"50% - 12.5px");
}
}