-
Notifications
You must be signed in to change notification settings - Fork 23
/
style_pop.css
103 lines (101 loc) · 1.65 KB
/
style_pop.css
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
#plus_modal,#minus_modal.active,#zero_prb,#pop_rst{
font-family:Arial, Helvectia, sans-serif;
transform:translate(-50%,-50%) scale(0);
border:1.5px solid black;
border-radius:8px;
overflow:auto;
z-index:1;
background-color:white;
padding:1vw 1vw 1vw 0vw;
max-width:70%;
display:none;
box-shadow: 0 10px 30px black;
opacity:1;
}
#plus_modal.active{
position:fixed;
bottom:-5%;
right:-5%;
}
#minus_modal.active{
position:fixed;
bottom:-5%;
right:-7%;
}
#zero_prb{
position:fixed;
bottom:0%;
right:-8%;
}
#pop_rst{
position:fixed;
bottom:0;
right:0;
}
#plus_modal.active,#minus_modal.active,#zero_prb,#pop_rst{
transform:translate(-50%,-50%) scale(1);
}
.icon-up{
float:left;
font-size:50px;
margin-right:0px;
margin-left:5px;
padding-left:7%;
padding-right:3px;
color:blue;
}
.txt{
font-size:18px;
padding-top:7px;
}
.icon-up,.txt,.cross1{
display:inline-block;
}
.txt1,.txt3{
display:block;
float:left;
padding-left:0.5vw;
font-size: 14px;
}
.txt2{
margin:10px;
font-size: 20px;
}
.icon-sad{
float:left;
font-size:40px;
/*margin-right: 20px;*/
margin-left:30%;
color:blue;
}
.icon-sad,.txt2,.cross2{
display:inline-block;
}
.cross1,.cross2,.cross3,.cross4{
float:right;
font-size:14px;
cursor:pointer;
}
.txt4{
margin-left:40%;
}
.txt5{
text-align: center;
float:left;
font-size:16px;
padding-left:10px;
}
.cross1:hover,.cross2:hover,.cross3:hover,.cross4:hover{
color:red;
}
.run,.cross4{
display:inline-block;
}
.run{
padding-left:40%;
color:blue;
font-size: 20px;
}
.cross4{
margin-left:10%;
}