...
|
...
|
@@ -40,6 +40,14 @@ |
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
}
|
|
|
.icon-onlineservice{
|
|
|
display: inline-block;
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
margin-left: 10px;
|
|
|
background: resolve(home/onlineservice.png) no-repeat;
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
}
|
|
|
h2 {
|
|
|
height: 21px;
|
...
|
...
|
@@ -91,6 +99,39 @@ |
|
|
color: #999;
|
|
|
}
|
|
|
}
|
|
|
.special-tip{
|
|
|
position:relative;
|
|
|
span {
|
|
|
color: #3a3a3a;
|
|
|
}
|
|
|
.doubt{
|
|
|
display: inline-block;
|
|
|
margin-left: 5px;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
background:resolve(home/return-doubt.png) no-repeat;
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
.special-content{
|
|
|
display:none;
|
|
|
position: absolute;
|
|
|
top:0;
|
|
|
width: 280px;
|
|
|
padding: 10px 15px;
|
|
|
border: 1px solid #3a3a3a;
|
|
|
background: #fff;
|
|
|
color: #3a3a3a;
|
|
|
word-break: break-word;
|
|
|
i.arrow{
|
|
|
position: absolute;
|
|
|
top: 5px;
|
|
|
left: -7px;
|
|
|
width: 7px;
|
|
|
height: 12px;
|
|
|
background: resolve(home/return-arrow.png) no-repeat;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.exchange-choose-wrap {
|
|
|
width: 185px;
|
|
|
border: 1px solid #e6e6e6;
|
...
|
...
|
|