|
|
|
.popover {
|
|
|
|
transition: all 0.3s;
|
|
|
|
transform: translate(-100%, 0);
|
|
|
|
width: 3.88rem;
|
|
|
|
height: 100%;
|
|
|
|
width: 3.88rem;
|
|
|
|
background: #FFFFFF;
|
|
|
|
position: fixed;
|
|
|
|
top: 1.1rem;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top {
|
|
|
|
width: 100%;
|
|
|
|
height: .65rem;
|
|
|
|
border-top: 1px solid #EEEEEE;
|
|
|
|
font-size: .24rem;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #666666;
|
|
|
|
line-height: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top .mui-segmented-control {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: auto;
|
|
|
|
display: flex;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top .mui-segmented-control::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top .mui-segmented-control .mui-control-item {
|
|
|
|
overflow: visible;
|
|
|
|
flex: 1;
|
|
|
|
width: unset;
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top .mui-segmented-control .mui-control-item:first-child {
|
|
|
|
padding-left: .3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .popover-top .mui-segmented-control .mui-control-item:last-child {
|
|
|
|
padding-right: .3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view {
|
|
|
|
background: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view:before {
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view:after {
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view-cell {
|
|
|
|
width: 100%;
|
|
|
|
height: .65rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view-cell:after {
|
|
|
|
left: 0;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view-cell .popover-coin {
|
|
|
|
font-size: .24rem;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view-cell .popover-coin span {
|
|
|
|
color: #666666;
|
|
|
|
font-size: .17rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .mui-table-view-cell .popover-price {
|
|
|
|
font-size: .24rem;
|
|
|
|
color: #4CD49B;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info {
|
|
|
|
width: 100%;
|
|
|
|
height: 1.3rem;
|
|
|
|
background: #FFFFFF;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market--info-left {
|
|
|
|
margin-right: 1rem;
|
|
|
|
font-family: Helvetica;
|
|
|
|
}
|
|
|
|
/* 左侧金额文字 */
|
|
|
|
.market-info .market--info-left .coin-price {
|
|
|
|
font-size: .43rem;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #50BC78;
|
|
|
|
line-height: .2rem;
|
|
|
|
display: block;
|
|
|
|
padding-bottom: .3rem;
|
|
|
|
}
|
|
|
|
.market-info .market--info-left .coin-price.price-height{
|
|
|
|
color: #50BC78;
|
|
|
|
}
|
|
|
|
.market-info .market--info-left .coin-price.price-low{
|
|
|
|
color: #E95F61;
|
|
|
|
}
|
|
|
|
.market-info .market--info-left .coin-rate {
|
|
|
|
font-size: .24rem;
|
|
|
|
color: #666666;
|
|
|
|
line-height: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market--info-left .coin-rate .coin-gain {
|
|
|
|
font-size: .2rem;
|
|
|
|
color: #73D13D;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market-info-right {
|
|
|
|
font-size: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market-info-right li {
|
|
|
|
width: 1.75rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market-info-right span {
|
|
|
|
display: block;
|
|
|
|
padding-bottom: .1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market-info-right .coin-ranking {
|
|
|
|
/* color: #8B9FB4; */
|
|
|
|
line-height: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-info .market-info-right .coin-ranking-info {
|
|
|
|
font-family: Helvetica;
|
|
|
|
/* color: #B3D0E7; */
|
|
|
|
line-height: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-k,
|
|
|
|
.market-bottom {
|
|
|
|
background: #FFFFFF;
|
|
|
|
color: #666666;
|
|
|
|
font-size: .24rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom {
|
|
|
|
background: #FFFFFF;
|
|
|
|
/* padding-bottom: .2rem; */
|
|
|
|
/* margin: .2rem 0 .9rem 0; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li span {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li span:nth-child(3) {
|
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li span:first-child,
|
|
|
|
.market-bottom .buying-selling li span:last-child {
|
|
|
|
flex: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li p {
|
|
|
|
flex: 2;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li p span {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li p .price-buy {
|
|
|
|
color: #4CD49B;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling li p .price-sale {
|
|
|
|
color: #FD595D;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling .buying-selling-title {
|
|
|
|
font-size: .2rem;
|
|
|
|
color: #425877;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling .buying-selling-info {
|
|
|
|
font-size: .17rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling .buying-selling-info p {
|
|
|
|
font-size: .17rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling .buying-selling-info .buy-sale {
|
|
|
|
color: #6584AB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.market-bottom .buying-selling .buying-selling-info .buy-sale-num {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction {
|
|
|
|
margin-top: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction li {
|
|
|
|
width: 94%;
|
|
|
|
display: flex;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-size: .17rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-title {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-title span {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-info span {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-info .transaction-time,
|
|
|
|
.transaction .transaction-info .transaction-num {
|
|
|
|
color: #6584AB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-info .transaction-direction-sale {
|
|
|
|
color: #FD595D;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-info .transaction-direction-buy {
|
|
|
|
color: #4CD49B;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transaction .transaction-info .transaction-price {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.introduction h3 {
|
|
|
|
width: 100%;
|
|
|
|
/* color: #FFF; */
|
|
|
|
font-size: .31rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
.introduction h3.title{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.introduction h3.datail{
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: .1rem;
|
|
|
|
}
|
|
|
|
.introduction .introduction-item .introduction-item-list {
|
|
|
|
width: 90%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
font-size: .24rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.introduction .introduction-item .introduction-item-list span {
|
|
|
|
padding: .1rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.introduction .introduction-item .introduction-item-list .introduction-item-list-txt {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.introduction .introduction-item .introduction-item-list .introduction-item-list-num {
|
|
|
|
width: 75%;
|
|
|
|
/* color: #FFF; */
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: normal;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
#descr{
|
|
|
|
/* color:#6787AE; */
|
|
|
|
}
|
|
|
|
.introduction p {
|
|
|
|
width: 90%;
|
|
|
|
font-size: .24rem;
|
|
|
|
color: #999999;
|
|
|
|
line-height: .3rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-indent: .4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
position: fixed;
|
|
|
|
bottom: .2rem;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group .btn-group-buy,
|
|
|
|
.btn-group .btn-group-sale {
|
|
|
|
width: 44%;
|
|
|
|
height: .6rem;
|
|
|
|
background: #73D13D;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: .27rem;
|
|
|
|
color: #FFFFFF;
|
|
|
|
text-align: center;
|
|
|
|
line-height: .6rem;
|
|
|
|
margin: 0 .1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group .btn-group-sale {
|
|
|
|
background: #E32E33;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
background: rgba(21, 33, 54, 0.8);
|
|
|
|
z-index: 2;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*# sourceMappingURL=market_info.css.map */
|