bottom_service.css
2.7 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
.bottomsidebar{
position:fixed;
right:0;
bottom:-268px;
width:437px;
height:268px;
z-index:20000;
}
.bottomsidebar img{
position:absolute;
display:inline-block;
right:0;
top:0;
}
.bottomsidebar .bottomcontent{
position:absolute;
left:10px;
bottom:6px;
width:420px;
height:180px;
background:#245192;
border-radius:10px;
}
.bottomsidebar .bottomlist{
position:absolute;
left:10px;
bottom:10px;
width:252px;
height:160px;
background:#fff;
border-radius:10px;
z-index:1;
}
.bottomsidebar .bottomlist .wel01{
padding:20px 0 10px;
}
.bottomsidebar .bottomlist .wel01,.bottomsidebar .bottomlist .wel02{
display:none;
padding-left:10px;
}
.bottomsidebar .bottomlist p span{
color:#F00;
}
.bottomsidebar .choose-button{
position:relative;
margin:15px 0 0 10px;
}
.bottomsidebar .choose-button .close,.bottomsidebar .choose-button .goon{
position:relative;
display:inline-block;
vertical-align:top;
*display:inline;
height:25px;
line-height:25px;
padding:0 15px;
font-family:"SourceSansProSemibold";
color:#FFF;
border-radius:5px;
display:none;
background:#737373;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8f8f8f',endColorStr='#707070',gradientType='0');
background: -moz-linear-gradient(top, #8f8f8f, #707070);
background: -o-linear-gradient(top,#8f8f8f, #707070);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8f8f8f), to(#707070));
}
.bottomsidebar .choose-button .close{
margin:0 15px 0 0;
}
.bottomsidebar .choose-button .goon{
background:#5aa910;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5bb90f',endColorStr='#599d11',gradientType='0');
background: -moz-linear-gradient(top, #5bb90f, #599d11);
background: -o-linear-gradient(top,#5bb90f, #599d11);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5bb90f), to(#599d11));
}
.bootom-inquiry{
position:fixed;
right:0;
bottom:-500px;
width:430px;
border:1px solid #ACACAC;
border-top-width:2px;
background:#FFF;
z-index:20000;
}
.bootom-inquiry .ico-close-pop{
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
background: url(img/custom_service/fancy_close.png) no-repeat center center;
background:url(img/custom_service/fancy_close.png) no-repeat center center;
cursor: pointer;
z-index: 1;
}
.bootom-inquiry .inquiry-form-wrap{
width:auto;
padding:20px;
}
.bootom-inquiry .inquiry-form-wrap .inquiry-form-title{
display:block;
padding:0;
color:inherit;
background:none;
margin:0 0 20px;
}
.bootom-inquiry .inquiry-form{
padding:0;
border:none;
}
.bootom-inquiry .inquiry-form input[type="text"].form-input {
}