You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
764 B
35 lines
764 B
5 years ago
|
@charset "UTF-8";
|
||
|
.coin {
|
||
|
width: 100%;
|
||
|
background: #FFFFFF;
|
||
|
h3{
|
||
|
color: #333333;
|
||
|
margin:0 5%;
|
||
|
padding: .3rem 0;
|
||
|
border-bottom: 1px solid #F1F1F1;
|
||
|
|
||
|
}
|
||
|
.coin-item {
|
||
|
.coin-item-list {
|
||
|
width: 90%;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
font-size: .24rem;
|
||
|
margin: 0 auto;
|
||
|
border-bottom: 1px solid #F1F1F1;
|
||
|
span {
|
||
|
padding: .2rem 0;
|
||
|
}
|
||
|
.coin-item-list-txt {
|
||
|
color: #333333;
|
||
|
white-space:nowrap;
|
||
|
}
|
||
|
.coin-item-list-num {
|
||
|
color: #999999;
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|