_menu.css
1.29 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
.service-chat {
.menu {
display: none;
padding: 40px 45px 50px;
}
.icon-wrap {
position: relative;
display: inline-block;
margin-left: 50px;
&:nth-child(1) {
margin: 0;
}
}
.icon {
height: 120px;
width: 120px;
border: 1PX solid #e0e0e0;
border-radius: 50%;
padding: 36px 33px;
background-color: #fff;
background-origin: content-box;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.menu-name {
width: 120px;
text-align: center;
color: #b0b0b0;
font-size: 24px;
margin-top: 13px;
}
.camera .icon {
background-image: resolve("service/chat/camera.png");
}
.photo .icon {
background-image: resolve("service/chat/photo.png");
}
.order .icon {
background-image: resolve("service/chat/order.png");
}
.broad-order .icon {
background-image: resolve("service/chat/broad-order.png");
}
.camera input,
.photo input {
display: block;
height: 120px;
width: 120px;
opacity: 0;
}
.uploadifive-button {
color: transparent;
}
.uploadifive-queue {
display: none;
}
}