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.
546 lines
8.8 KiB
546 lines
8.8 KiB
.trade {
|
|
color: #FFFFFF !important;
|
|
background-image: linear-gradient(to right, #FFA3DC, #1C8D36);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
|
|
.container2{
|
|
width: 1366px;
|
|
padding: 0 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.container {
|
|
margin: 10px auto 0;
|
|
width: 1420px;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.navbar {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.main-sidebar-left, .main-sidebar-right {
|
|
width: 300px;
|
|
border: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.main-sidebar-left {
|
|
float: right;
|
|
}
|
|
|
|
.main-sidebar-right {
|
|
float: left;
|
|
}
|
|
|
|
.main-sidebar-left .main-tabs-content, .main-sidebar-right .main-tabs-content {
|
|
height: 888px;
|
|
}
|
|
|
|
.main-middlebar {
|
|
margin: 0 307px;
|
|
}
|
|
|
|
.main-tabs-nav {
|
|
height: 38px;
|
|
border-bottom: 1px solid #EDEFF2;
|
|
}
|
|
|
|
.main-tabs-content {
|
|
padding: 0;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.main-middlebar .layui-tab-content {
|
|
margin-bottom: 7px;
|
|
padding: 0;
|
|
}
|
|
|
|
.layui-tab-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.main-middlebar .layui-tab-content .layui-tab-item {
|
|
height: 500px;
|
|
}
|
|
|
|
.tradingview-head {
|
|
height: 38px;
|
|
margin-bottom: 3px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.tradingview-head span {
|
|
margin-right: 15px;
|
|
font-size: 12px;
|
|
color: #303133;
|
|
line-height: 38px;
|
|
}
|
|
|
|
.tradingview-head span:first-of-type {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.tradingview-head em {
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.tradingview-head em:first-of-type {
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.tradingview-container {
|
|
height: 516px;
|
|
}
|
|
|
|
.deptrh-container {
|
|
height: 557px;
|
|
}
|
|
|
|
.exchange-container {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main-tabs-nav p.title {
|
|
text-align: center;
|
|
width: 80px;
|
|
height: 36px;
|
|
font-size: 14px;
|
|
font-family: PingFang SC;
|
|
font-weight: 600;
|
|
line-height: 36px;
|
|
color: #1C8D36;
|
|
opacity: 1;
|
|
border-bottom: 2px solid #1C8D36;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.exchange-item {
|
|
float: left;
|
|
width: 50%;
|
|
margin-top: 15px;
|
|
border-right: 1px solid #EDEFF2;
|
|
box-sizing: border-box;
|
|
padding: 0 20px 17px;
|
|
}
|
|
|
|
.exchange-item:last-of-type {
|
|
border-width: 0;
|
|
}
|
|
|
|
.exchange-head {
|
|
display: flex;
|
|
color: #606266;
|
|
line-height: 22px;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.exchange-head a {
|
|
color: #606266;
|
|
}
|
|
|
|
.exchange-head span {
|
|
padding-right: 8px;
|
|
}
|
|
|
|
|
|
.exchange-head span:last-of-type {
|
|
padding-right: 0;
|
|
}
|
|
.exchange-head2{
|
|
justify-content: space-between;
|
|
}
|
|
.exchange-tags {
|
|
height: 27px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.exchange-tags-label {
|
|
float: right;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.exchange-tags-label span {
|
|
display: block;
|
|
padding: 0 15px;
|
|
height: 27px;
|
|
line-height: 27px;
|
|
font-size: 13px;
|
|
border: 1px solid #EDEFF2;
|
|
border-radius: 4px;
|
|
color: #909399;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.exchange-tags-label input {
|
|
display: none;
|
|
}
|
|
|
|
.exchange-tags-label input:checked+span {
|
|
border-color: #1C8D36;
|
|
}
|
|
|
|
.exchange-input {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.exchange-input .layui-input {
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
padding-left: 18px;
|
|
color: #303133;
|
|
width: 236px;
|
|
height: 40px;
|
|
font-size: 14px;
|
|
border: none;
|
|
float: right;
|
|
}
|
|
|
|
.exchange-input .layui-input:hover {
|
|
border-color: #1C8D36 !important;
|
|
}
|
|
|
|
.exchange-input .layui-input:focus {
|
|
border-color: #1C8D36 !important;
|
|
}
|
|
|
|
.exchange-input .s1{
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 16px;
|
|
line-height: 1em;
|
|
color: #303133;
|
|
}
|
|
.exchange-input .s2{
|
|
position: absolute;
|
|
right: 15px;
|
|
font-size: 13px;
|
|
color: #1C8D36;
|
|
top: 13px;
|
|
}
|
|
.exchange-total {
|
|
height: 18px;
|
|
line-height: 18px;
|
|
margin-bottom: 14px;
|
|
font-size: 12px;
|
|
color: #909399;
|
|
}
|
|
|
|
.exchange-total>div:first-of-type {
|
|
float: left;
|
|
}
|
|
|
|
.exchange-total-input {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
.exchange-total-input>* {
|
|
float: right;
|
|
}
|
|
|
|
.exchange-total-input input {
|
|
width: 200px;
|
|
border: none;
|
|
outline: none;
|
|
background-color: transparent;
|
|
padding-right: 6px;
|
|
text-align: right;
|
|
color: #909399;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.exchange-btn {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
color: #1C8D36;
|
|
font-size: 14px;
|
|
}
|
|
.exchange-btn a{
|
|
color: #1C8D36;
|
|
font-size: 14px;
|
|
height: 100%;
|
|
}
|
|
.exchange-btn:hover a{
|
|
color: #fff;
|
|
}
|
|
.exchange-btn.buy-btn {
|
|
border:1px solid #1C8D36;
|
|
}
|
|
.exchange-btn:hover.buy-btn{
|
|
background-color: #1C8D36;
|
|
color: #fff;
|
|
}
|
|
.exchange-btn.buy-login-btn {
|
|
background: #00505F;
|
|
border: 1px solid#00505F;
|
|
color:#FFFFFF;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.exchange-btn.sell-btn {
|
|
background-color: #E5544E;
|
|
}
|
|
|
|
.exchange-btn:hover::after {
|
|
position: absolute;
|
|
content: '';
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(255, 255, 255, .1);
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.table-delegate {
|
|
min-height: 150px;
|
|
padding-bottom: 35px;
|
|
}
|
|
|
|
.main-tabs-nav.layui-tab-title {
|
|
border-bottom: 1px solid #EDEFF2;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.main-tabs-nav.layui-tab-title li {
|
|
height: 36px;
|
|
line-height: 36px;
|
|
color: #303133;
|
|
padding: 0;
|
|
text-align: center;
|
|
float: left;
|
|
display: block;
|
|
}
|
|
|
|
.main-tabs-nav.layui-tab-title li.layui-this {
|
|
color: #1C8D36;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.main-tabs-nav.layui-tab-title li.layui-this:after {
|
|
height: 38px;
|
|
border-color: #1C8D36;
|
|
}
|
|
|
|
.main-sidebar-left .main-tabs-nav.layui-tab-title li {
|
|
width: 25%;
|
|
}
|
|
|
|
.main-sidebar-right .main-tabs-nav.layui-tab-title li {
|
|
width: 50%;
|
|
}
|
|
|
|
.main-delegate .main-tabs-nav.layui-tab-title li, .main-middlebar .main-tabs-nav.layui-tab-title li {
|
|
width: auto;
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.layui-table-cell {
|
|
padding: 0 10px 0 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.main-sidebar-left th:first-of-type .layui-table-cell, .main-sidebar-left td:first-of-type .layui-table-cell, .main-sidebar-right th:first-of-type .layui-table-cell, .main-sidebar-right td:first-of-type .layui-table-cell {
|
|
padding: 0 0 0 10px;
|
|
}
|
|
|
|
.main-delegat .layui-table-cell {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.layui-table, .layui-table-view {
|
|
margin: 6px 0 0;
|
|
background: none;
|
|
}
|
|
|
|
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
|
|
background: none;
|
|
}
|
|
|
|
.layui-table tbody tr:hover {
|
|
background: rgba(194, 226, 211, .19);
|
|
}
|
|
|
|
.layui-table tbody tr td:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.layui-table-header .layui-table-cell {
|
|
color: #959AA3;
|
|
text-align: center;
|
|
}
|
|
|
|
.layui-table-sort .layui-table-sort-desc {
|
|
border-top-color: #D8D8D8;
|
|
}
|
|
|
|
.layui-table-sort .layui-table-sort-desc:hover {
|
|
border-top-color: #D8D8D8;
|
|
}
|
|
|
|
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
|
|
border-top-color: #1C8D36;
|
|
}
|
|
|
|
.layui-table-sort .layui-table-sort-asc {
|
|
border-bottom-color: #D8D8D8;
|
|
}
|
|
|
|
.layui-table-sort .layui-table-sort-asc:hover {
|
|
border-bottom-color: #D8D8D8;
|
|
}
|
|
|
|
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
|
|
border-bottom-color: #1C8D36;
|
|
}
|
|
.layui-table-body .laytable-cell-6-0-0{
|
|
color: #E5544E !important;
|
|
}
|
|
.layui-table-view .layui-table td {
|
|
padding: 0;
|
|
}
|
|
|
|
.layui-table-view .layui-table td .layui-table-cell {
|
|
color: #303133;
|
|
text-align: center;
|
|
}
|
|
|
|
.layui-icon {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.layui-icon.layui-icon-rate-solid {
|
|
color: #F79A28;
|
|
}
|
|
|
|
.layui-icon.layui-icon-rate {
|
|
color: #959AA3;
|
|
}
|
|
|
|
.buy-color {
|
|
color: #1C8D36;
|
|
}
|
|
|
|
.layui-table-body .laytable-cell-5-0-0{
|
|
color: #1C8D36 !important;
|
|
}
|
|
|
|
.sell-color {
|
|
color: #E5544E;
|
|
}
|
|
|
|
.gray-color {
|
|
color:#303133;
|
|
}
|
|
|
|
.coin-text {
|
|
margin-left: 6px;
|
|
}
|
|
|
|
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.main-sidebar-right .main-tabs-content.la {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.main-tabs-orderbook-hd {
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
padding: 12px auto;
|
|
background-color:rgba(189, 98, 255, 0.1);
|
|
font-size: 12px;
|
|
color: #1C8D36;
|
|
}
|
|
|
|
.main-sidebar-right .orderbook-wrap {
|
|
height: 485px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.main-sidebar-right .orderbook-wrap1 {
|
|
height: 367px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.highcharts-background {
|
|
fill: #121C31;
|
|
}
|
|
|
|
.main-sidebar-top{
|
|
padding: 0 10px;
|
|
padding-top: 40px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
}
|
|
|
|
.main-sidebar-top .one{
|
|
font-size: 14px;
|
|
color: #666666;
|
|
}
|
|
.main-sidebar-top .one .s1{
|
|
font-size: 28px;
|
|
color: #303133;
|
|
}
|
|
.main-sidebar-top .two{
|
|
margin-left: 40px;
|
|
}
|
|
.main-sidebar-top .two .p1{
|
|
font-size: 12px;
|
|
color: #666666;
|
|
}
|
|
.main-sidebar-top .two .p2{
|
|
font-size: 14px;
|
|
color: #1C8D36;
|
|
}
|
|
|
|
|
|
.Thtitle{
|
|
margin-top: 40px;
|
|
line-height: 36px;
|
|
width: 100%;
|
|
background: rgba(28, 141,54, 0.05);
|
|
text-align: left;
|
|
font-size: 14px;
|
|
padding-left: 20px;
|
|
color: #303133;
|
|
}
|
|
.cent{
|
|
color: #1C8D36;
|
|
text-align: center;
|
|
}
|
|
.layui-table-body .laytable-cell-7-0-0{
|
|
color: #1C8D36 !important;
|
|
}
|
|
.gai{
|
|
background-color: #F5F7FA !important;
|
|
}
|
|
.main-delegate{
|
|
border: 1px solid #D9D9D9;
|
|
}
|
|
.ma1{
|
|
padding-bottom: 20px;
|
|
}
|
|
.layui-table-page{
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
padding-bottom: 50px;
|
|
}
|