-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmai.less
61 lines (53 loc) · 1.47 KB
/
mai.less
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
* {
border: 0;
margin: 0;
}
body {
width: 100%;
height: 100vh;
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.nav-main {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
height: 220px;
width: 340px;
transform: translateY(-35px);
.nav-input {
box-shadow: 0 1px 1px linear-gradient(to right, #fa709a 0%, #fee140 100%);
;
padding-top: 20px;
display: flex;
flex-flow: wrap column;
justify-content: space-around;
align-items: center;
height: 100%;
width: 100%;
background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
border-radius: 40px;
input {
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
flex: 0 1;
outline-style: none;
width: 180px;
// height: 30px;
line-height: 30px;
border-radius: 13px;
padding-left: 13px;
color: #111;
}
button {
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
// background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
height: 28px;
border-radius: 13px;
width: 60px;
text-align: center;
letter-spacing: 3px;
}
}
}