...
|
...
|
@@ -23,7 +23,7 @@ |
|
|
display: block;
|
|
|
border-top: 2px solid #b0b0b0;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
right: 2px;
|
|
|
top: 0;
|
|
|
|
|
|
&:before {
|
...
|
...
|
@@ -59,10 +59,12 @@ |
|
|
|
|
|
&.first {
|
|
|
text-align: left;
|
|
|
left: -2px;
|
|
|
}
|
|
|
|
|
|
&.last {
|
|
|
text-align: right;
|
|
|
right: -2px;
|
|
|
}
|
|
|
|
|
|
&.first:after {
|
...
|
...
|
@@ -166,6 +168,10 @@ |
|
|
border: 1px solid $borderColor;
|
|
|
margin-bottom: 40px;
|
|
|
|
|
|
.block-title > span {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.addr-list {
|
|
|
width: 100%;
|
|
|
padding-left: 20px;
|
...
|
...
|
@@ -835,6 +841,13 @@ |
|
|
padding-right: 20px;
|
|
|
text-align: right;
|
|
|
|
|
|
.coin-err-tip {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
right: 20px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.help-icon {
|
|
|
position: absolute;
|
|
|
right: 0;
|
...
|
...
|
|