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.
416 lines
12 KiB
416 lines
12 KiB
5 years ago
|
@charset "UTF-8";
|
||
|
.top-box {
|
||
|
display: flex;
|
||
|
height: 5.4rem;
|
||
|
background: #FFFFFF;
|
||
|
margin-bottom: .2rem; }
|
||
|
|
||
|
.popover {
|
||
|
transition: all 0.3s;
|
||
|
transform: translate(-100%, 0);
|
||
|
width: 3.88rem;
|
||
|
height: 100%;
|
||
|
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: #666666; }
|
||
|
.popover .mui-table-view-cell .popover-coin span {
|
||
|
color: #999999;
|
||
|
font-size: .17rem; }
|
||
|
.popover .mui-table-view-cell .popover-price {
|
||
|
font-size: .24rem;
|
||
|
color: #4CD49B; }
|
||
|
|
||
|
.mui-table-view .mui-active {
|
||
|
background-color: #EEEEEE !important; }
|
||
|
|
||
|
.left-box {
|
||
|
flex: 1;
|
||
|
position: relative; }
|
||
|
.left-box .left-box-btn-group {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
margin: .2rem 0 .1rem .2rem; }
|
||
|
.left-box .left-box-btn-group .btn-group-buy {
|
||
|
width: 1.48rem;
|
||
|
height: .6rem;
|
||
|
border-radius: 4px 0px 0px 4px;
|
||
|
position: relative;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
line-height: .6rem;
|
||
|
text-align: center; }
|
||
|
.left-box .left-box-btn-group .btn-group-buy:after {
|
||
|
position: absolute;
|
||
|
border-left: .27rem solid transparent;
|
||
|
border-right: .34rem solid transparent;
|
||
|
border-bottom: .3rem solid #FFFFFF;
|
||
|
content: " ";
|
||
|
display: block;
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
top: .17rem;
|
||
|
left: 1.05rem;
|
||
|
transform: rotate(270deg);
|
||
|
-webkit-transform: rotate(270deg); }
|
||
|
.left-box .left-box-btn-group .transfer {
|
||
|
height: .6rem; }
|
||
|
.left-box .left-box-btn-group .transfer img {
|
||
|
width: .4rem;
|
||
|
height: .4rem;
|
||
|
vertical-align: -webkit-baseline-middle; }
|
||
|
.left-box .left-box-btn-group .btn-group-sale {
|
||
|
width: 1.48rem;
|
||
|
height: .6rem;
|
||
|
border-radius: 0px 4px 4px 0px;
|
||
|
position: relative;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
line-height: .6rem;
|
||
|
text-align: center; }
|
||
|
.left-box .left-box-btn-group .btn-group-sale:before {
|
||
|
position: absolute;
|
||
|
border-left: .27rem solid transparent;
|
||
|
border-right: .34rem solid transparent;
|
||
|
border-bottom: .27rem solid #FFFFFF;
|
||
|
content: " ";
|
||
|
display: block;
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
top: .17rem;
|
||
|
left: -.19rem;
|
||
|
transform: rotate(90deg);
|
||
|
-webkit-transform: rotate(90deg); }
|
||
|
.left-box .inputInfo .mui-btn-block {
|
||
|
font-size: 10px;
|
||
|
display: inline-block;
|
||
|
width: 40%;
|
||
|
margin-bottom: 0;
|
||
|
padding: 6px 12px;
|
||
|
background: #182842;
|
||
|
color: #fff;
|
||
|
float: right; }
|
||
|
.left-box .inputInfo .limit-buy {
|
||
|
width: 3.36rem;
|
||
|
height: .6rem;
|
||
|
background: #F1F1F1;
|
||
|
border: 1px solid #F1F1F1;
|
||
|
border-radius: 4px;
|
||
|
color: #333333;
|
||
|
font-size: .22rem;
|
||
|
padding: 0;
|
||
|
padding-left: .2rem;
|
||
|
margin: .1rem 0 .1rem .2rem; }
|
||
|
.left-box .inputInfo .limit-buy::-webkit-input-placeholder {
|
||
|
font-size: .2rem;
|
||
|
font-weight: 400;
|
||
|
color: #BBBBBB; }
|
||
|
.left-box .inputInfo .inputInfo-item1 {
|
||
|
margin-top: .2rem; }
|
||
|
.left-box .inputInfo .inputInfo-item1 a {
|
||
|
width: 100%;
|
||
|
font-size: .27rem;
|
||
|
color: #333333;
|
||
|
line-height: .2rem;
|
||
|
margin: .2rem 0 .2rem .2rem; }
|
||
|
.left-box .inputInfo .inputInfo-item1 a .icon_more {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border: 5px solid transparent;
|
||
|
/*5px 足够了*/
|
||
|
border-top-color: #666666;
|
||
|
/*top箭头向下 bottom箭头向上*/ }
|
||
|
.left-box .inputInfo .inputInfo-item1 .buy-rate {
|
||
|
font-size: .2rem;
|
||
|
font-weight: 400;
|
||
|
color: #999999;
|
||
|
line-height: .2rem;
|
||
|
margin: .1rem 0 .1rem .2rem; }
|
||
|
.left-box .inputInfo .inputInfo-item2 p {
|
||
|
width: 3.36rem;
|
||
|
font-size: .2rem;
|
||
|
font-weight: 400;
|
||
|
color: #999999;
|
||
|
line-height: .2rem;
|
||
|
position: relative;
|
||
|
margin: .1rem 0 .1rem .2rem; }
|
||
|
.left-box .inputInfo .inputInfo-item2 p span {
|
||
|
position: absolute;
|
||
|
right: 0; }
|
||
|
.left-box .inputInfo .inputInfo-item3 {
|
||
|
position: absolute;
|
||
|
bottom: 0; }
|
||
|
.left-box .inputInfo .inputInfo-item3 .buy {
|
||
|
width: 3.36rem;
|
||
|
height: .6rem;
|
||
|
background: #73D13D;
|
||
|
border-radius: 4px;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
margin: .2rem 0 .1rem .2rem;
|
||
|
border: 1px solid #73D13D; }
|
||
|
.left-box .inputInfo .inputInfo-item3 .sales {
|
||
|
width: 3.36rem;
|
||
|
height: .6rem;
|
||
|
background: #E32E33;
|
||
|
border-radius: 4px;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
margin: .2rem 0 .1rem .2rem;
|
||
|
border: 1px solid #E32E33; }
|
||
|
|
||
|
.right-box {
|
||
|
position: relative;
|
||
|
margin-right: .1rem; }
|
||
|
.right-box .right-box-btn-group {
|
||
|
display: flex;
|
||
|
margin: .2rem 0 .1rem .2rem; }
|
||
|
.right-box .right-box-btn-group .pending-order {
|
||
|
width: 1.13rem;
|
||
|
height: .6rem;
|
||
|
background: linear-gradient(90deg, #228cfa 0%, #04b8d3 98%);
|
||
|
border-radius: 4px;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
line-height: .6rem;
|
||
|
text-align: center;
|
||
|
margin-right: .2rem; }
|
||
|
.right-box .right-box-btn-group .history {
|
||
|
width: 1.13rem;
|
||
|
height: .6rem;
|
||
|
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%);
|
||
|
border-radius: 4px;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
line-height: .6rem;
|
||
|
text-align: center; }
|
||
|
.right-box .handicap-ul {
|
||
|
position: absolute;
|
||
|
top: 55%; }
|
||
|
.right-box .item-list {
|
||
|
margin: 0 .2rem; }
|
||
|
.right-box .item-list:last-child {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
width: 86%; }
|
||
|
.right-box .item-list:first-child {
|
||
|
position: absolute;
|
||
|
top: 0; }
|
||
|
.right-box .item-list li {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
font-size: .2rem;
|
||
|
font-weight: 400;
|
||
|
line-height: .35rem; }
|
||
|
.right-box .item-list li span:nth-child(1) {
|
||
|
color: #FD595D; }
|
||
|
.right-box .item-list li span:nth-child(2) {
|
||
|
color: #6584AB; }
|
||
|
.right-box .item-list li .gspan {
|
||
|
color: #4CD49B !important; }
|
||
|
.right-box .item-list .list-title span {
|
||
|
color: #4B627F !important; }
|
||
|
.right-box .item-list .handicap {
|
||
|
display: block;
|
||
|
justify-content: initial; }
|
||
|
.right-box .item-list .handicap .handicap-num {
|
||
|
font-size: .27rem;
|
||
|
display: block; }
|
||
|
.right-box .item-list .handicap .handicap-rate {
|
||
|
font-size: .18rem;
|
||
|
display: block;
|
||
|
color: #4B627F; }
|
||
|
|
||
|
.bottom-content {
|
||
|
width: 100%;
|
||
|
background: #FFFFFF; }
|
||
|
.bottom-content h3 {
|
||
|
width: 100%;
|
||
|
height: .8rem;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
padding-left: .2rem;
|
||
|
line-height: .8rem;
|
||
|
border-bottom: 1px solid #EEEEEE; }
|
||
|
.bottom-content .bottom-content-list .buys,
|
||
|
.bottom-content .bottom-content-list .sales {
|
||
|
display: flex;
|
||
|
font-size: .27rem;
|
||
|
font-weight: 400;
|
||
|
color: #73D13D;
|
||
|
margin: 0 .2rem .1rem .2rem;
|
||
|
padding-top: .2rem; }
|
||
|
.bottom-content .bottom-content-list .buys span,
|
||
|
.bottom-content .bottom-content-list .sales span {
|
||
|
color: #666666; }
|
||
|
.bottom-content .bottom-content-list .buys span:nth-child(1),
|
||
|
.bottom-content .bottom-content-list .sales span:nth-child(1) {
|
||
|
flex: 1;
|
||
|
margin-left: .1rem; }
|
||
|
.bottom-content .bottom-content-list .buys span:nth-child(2),
|
||
|
.bottom-content .bottom-content-list .sales span:nth-child(2) {
|
||
|
width: .6rem;
|
||
|
height: .3rem;
|
||
|
color: #208EF8;
|
||
|
font-size: .2rem;
|
||
|
text-align: right; }
|
||
|
.bottom-content .bottom-content-list .sales {
|
||
|
color: #E32E33; }
|
||
|
.bottom-content .bottom-content-list .list-bottom {
|
||
|
border-bottom: 1px solid #EEEEEE;
|
||
|
margin: 0 .2rem; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list {
|
||
|
display: flex; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li {
|
||
|
flex: 1;
|
||
|
white-space: nowrap; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li:nth-child(2) {
|
||
|
padding-left: .3rem; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li span {
|
||
|
display: block;
|
||
|
margin: .2rem 0; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li span:nth-child(1) {
|
||
|
font-size: .24rem;
|
||
|
color: #999999;
|
||
|
line-height: 12px; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li span:nth-child(2) {
|
||
|
font-size: .2rem;
|
||
|
color: #333333;
|
||
|
line-height: 12px; }
|
||
|
.bottom-content .bottom-content-list .list-bottom .item-list li:nth-child(3) {
|
||
|
text-align: right; }
|
||
|
|
||
|
.confirm {
|
||
|
width: 5.42rem;
|
||
|
height: 3.54rem;
|
||
|
border-radius: 4px;
|
||
|
display: none;
|
||
|
position: fixed;
|
||
|
left: 50%;
|
||
|
top: 50%;
|
||
|
margin-left: -2.71rem;
|
||
|
margin-top: -1.77rem;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: .2rem;
|
||
|
z-index: 3;
|
||
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }
|
||
|
.confirm .input-group {
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
overflow: hidden; }
|
||
|
.confirm .input-group .title-top {
|
||
|
height: .8rem;
|
||
|
border-bottom: 1px solid #F1F1F1; }
|
||
|
.confirm .input-group .icon {
|
||
|
position: absolute;
|
||
|
left: .1rem;
|
||
|
padding-top: .2rem;
|
||
|
color: #333333; }
|
||
|
.confirm .input-group .title {
|
||
|
display: inline-block;
|
||
|
width: 100%;
|
||
|
padding-top: .2rem;
|
||
|
color: #333333; }
|
||
|
.confirm .input-group .mui-input-row {
|
||
|
padding: 0 .3rem;
|
||
|
margin-top: .4rem; }
|
||
|
.confirm .input-group .mui-input-row label {
|
||
|
font-size: .24rem;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
text-align: left;
|
||
|
padding: 0;
|
||
|
margin-bottom: .17rem; }
|
||
|
.confirm .input-group .mui-input-row .mui-input-password {
|
||
|
width: 100%;
|
||
|
height: .6rem;
|
||
|
border: none;
|
||
|
background-color: #F1F1F1;
|
||
|
color: #333333;
|
||
|
padding-left: .2rem; }
|
||
|
.confirm .input-group .mui-input-row .mui-input-password::-webkit-input-placeholder {
|
||
|
font-size: .22rem;
|
||
|
font-weight: 400;
|
||
|
color: #999999; }
|
||
|
.confirm .input-group .mui-input-row .mui-icon-eye {
|
||
|
top: .5rem;
|
||
|
right: .29rem; }
|
||
|
.confirm .input-group .mui-button-row button {
|
||
|
width: 89%;
|
||
|
height: .6rem;
|
||
|
background: #D43436;
|
||
|
border-radius: 4px;
|
||
|
border: 1px solid #D43436;
|
||
|
margin-top: .2rem; }
|
||
|
|
||
|
.bg {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
background: rgba(21, 33, 54, 0.8);
|
||
|
z-index: 2;
|
||
|
display: none; }
|
||
|
|
||
|
#popover2 {
|
||
|
height: 2rem;
|
||
|
width: 100%; }
|
||
|
|
||
|
#popover2 ul li {
|
||
|
padding: 0.25rem;
|
||
|
font-size: 0.3rem; }
|
||
|
|
||
|
/*# sourceMappingURL=cct_index.css.map */
|