Authored by zhangxiaoru

exchange

.exchange-detail-page {
position: relative;
.state {
font-size: 16px;
color: #5cb0de;
... ... @@ -18,7 +20,6 @@
font-size: 16px;
color: #5cb0de;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
span {
font-size: 20px;
... ... @@ -392,7 +393,13 @@
display: block;
cursor: pointer;
position: absolute;
top: 265px;
right: 55px;
top: -184px;
right: 0;
}
.error-tip {
position: relative;
top: -29px;
left: 150px;
}
}
... ...