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.
736 lines
20 KiB
736 lines
20 KiB
.tradeTit {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.tradeTit p {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: bold;
|
|
font-size: 22px;
|
|
line-height: 1.5;
|
|
color: #333;
|
|
}
|
|
.tradeTit p::before {
|
|
display: block;
|
|
content: "";
|
|
width: 4px;
|
|
height: 24px;
|
|
margin-right: 17px;
|
|
background-color: #f08200;
|
|
border-radius: 2px;
|
|
}
|
|
.tradeTit .tradeSearch {
|
|
display: flex;
|
|
}
|
|
.tradeTit .tradeSearch input {
|
|
width: 340px;
|
|
height: 50px;
|
|
padding: 0 20px;
|
|
border: 1px solid #D9D9D9;
|
|
border-right: 0;
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
.tradeTit .tradeSearch .searchBtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 120px;
|
|
height: 50px;
|
|
background: #f08200;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dateBlock {
|
|
padding-top: 40px;
|
|
padding-bottom: 60px;
|
|
background: #f7f7f7;
|
|
}
|
|
.dateBlock .w1280 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.dateBlock .w1280 .left {
|
|
width: 420px;
|
|
padding: 32px 30px;
|
|
background: rgba(255, 255, 255, 0.97);
|
|
}
|
|
.dateBlock .w1280 .left .tit {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 16px;
|
|
font-size: 22px;
|
|
line-height: 1.75;
|
|
color: #333;
|
|
}
|
|
.dateBlock .w1280 .left .tit img {
|
|
height: 24px;
|
|
margin-right: 11px;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 {
|
|
width: 100%;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 {
|
|
width: 100%;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main {
|
|
width: 100%;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0;
|
|
padding-top: 20px;
|
|
border-bottom: 0;
|
|
border-top: 1px solid rgba(63, 58, 57, 0.1);
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-set-ym span {
|
|
padding: 0;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-prev-y, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-next-y {
|
|
display: none;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i {
|
|
font-weight: bold;
|
|
color: #3f3a39;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i.laydate-prev-m {
|
|
position: initial;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i.laydate-next-m {
|
|
position: initial;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content {
|
|
margin-top: 20px;
|
|
padding: 0;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table {
|
|
width: 100%;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr th, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr th {
|
|
width: 34px;
|
|
height: auto;
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td {
|
|
width: 34px;
|
|
height: 34px;
|
|
margin-top: 9px;
|
|
font-size: 14px;
|
|
line-height: 34px;
|
|
color: #333;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td div, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td div {
|
|
padding: 0;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td.laydate-day-prev div, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td.laydate-day-next div, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td.laydate-day-prev div, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td.laydate-day-next div {
|
|
color: #ccc;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td .laydate-day-mark, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td .laydate-day-mark {
|
|
font-size: 14px;
|
|
line-height: 34px;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td .laydate-day-mark::after, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td .laydate-day-mark::after {
|
|
top: 4px;
|
|
background: #f08200;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr .layui-this, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr .layui-this {
|
|
background: #fff !important;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr .layui-this div, .dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr .layui-this div {
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
background: #f08200 !important;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr {
|
|
margin-bottom: 10px;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td div {
|
|
border-radius: 50%;
|
|
}
|
|
.dateBlock .w1280 .left #ID-laydate-static-1 #layui-laydate1 .layui-laydate-footer {
|
|
display: none;
|
|
}
|
|
.dateBlock .w1280 .right {
|
|
width: calc(100% - 450px);
|
|
min-height: 476px;
|
|
padding: 35px 40px 35px;
|
|
background: #fff;
|
|
}
|
|
.dateBlock .w1280 .right .time {
|
|
margin-bottom: 25px;
|
|
margin-top: 38px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #333;
|
|
}
|
|
.dateBlock .w1280 .right .info, .dateBlock .w1280 .right .text, .dateBlock .w1280 .right .text, .dateBlock .w1280 .right .desc {
|
|
padding: 25px 0 21px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.dateBlock .w1280 .right .info p, .dateBlock .w1280 .right .text p, .dateBlock .w1280 .right .text p, .dateBlock .w1280 .right .desc p {
|
|
margin-bottom: 4px;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #666;
|
|
}
|
|
.dateBlock .w1280 .right .info p span, .dateBlock .w1280 .right .text p span, .dateBlock .w1280 .right .text p span, .dateBlock .w1280 .right .desc p span {
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.dateBlock .w1280 .right .info {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.commissionBlock {
|
|
padding: 40px 0 0;
|
|
background: #f7f7f7;
|
|
}
|
|
.commissionBlock .w1280 {
|
|
padding: 40px;
|
|
background: #fff;
|
|
}
|
|
.commissionBlock .w1280 .tradeTit {
|
|
margin-bottom: 30px;
|
|
}
|
|
.commissionBlock .w1280 .tab {
|
|
display: flex;
|
|
overflow-x: auto;
|
|
background: #d9d9d9;
|
|
border-right: 1px solid #d9d9d9;
|
|
}
|
|
.commissionBlock .w1280 .tab a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition: background 0.5s, color 0.5s;
|
|
min-width: 196px;
|
|
height: 70px;
|
|
border-right: 1px solid #fff;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.commissionBlock .w1280 .tab a.on {
|
|
background: #f08200;
|
|
color: #fff;
|
|
}
|
|
.commissionBlock .w1280 .tab a:last-child {
|
|
border-right: 0;
|
|
}
|
|
.commissionBlock .w1280 .content .cont {
|
|
display: none;
|
|
width: 100%;
|
|
padding-bottom: 15px;
|
|
overflow-x: auto;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody {
|
|
overflow: auto;
|
|
width: 100%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr {
|
|
min-width: 855px;
|
|
display: flex;
|
|
border-left: 1px solid rgba(206, 206, 206, 0.8);
|
|
border-right: 1px solid rgba(206, 206, 206, 0.8);
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 12px 10px;
|
|
background: #fff;
|
|
border-right: 1px solid rgba(206, 206, 206, 0.8);
|
|
border-bottom: 1px solid rgba(206, 206, 206, 0.8);
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td p {
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:first-child {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 20.3389830508%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(2) {
|
|
width: 14.1525423729%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(3) {
|
|
width: 22.7118644068%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(4) {
|
|
width: 42.8813559322%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:last-child {
|
|
border-right: 0;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr:nth-child(odd) {
|
|
background: #f5f5f5;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr:nth-child(odd) td {
|
|
background: #f5f5f5;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr:first-child {
|
|
background: #fff6ec;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr:first-child td {
|
|
background: #fff6ec;
|
|
font-weight: bold;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 {
|
|
table-layout: fixed;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr {
|
|
display: flex;
|
|
border-left: 1px solid rgba(206, 206, 206, 0.8);
|
|
border-right: 1px solid rgba(206, 206, 206, 0.8);
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 298px;
|
|
padding: 12px 0px;
|
|
background: #fff;
|
|
border-right: 1px solid rgba(206, 206, 206, 0.8);
|
|
border-bottom: 1px solid rgba(206, 206, 206, 0.8);
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td p {
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:first-child {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(2) {
|
|
width: 300px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(3) {
|
|
width: 300px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(4) {
|
|
width: 300px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(6) {
|
|
width: 260px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(7) {
|
|
width: 200px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(8) {
|
|
width: 220px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:nth-child(9) {
|
|
width: 260px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td:last-child {
|
|
border-right: 0;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr:nth-child(odd) {
|
|
background: #f5f5f5;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr:nth-child(odd) td {
|
|
background: #f5f5f5;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr:first-child {
|
|
background: #fff6ec;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr:first-child td {
|
|
background: #fff6ec;
|
|
font-weight: bold;
|
|
}
|
|
.commissionBlock .w1280 .content .cont::-webkit-scrollbar-track-piece {
|
|
background-color: #e6e6e6;
|
|
}
|
|
.commissionBlock .w1280 .content .cont::-webkit-scrollbar-thumb:vertical {
|
|
background-color: #f08200;
|
|
}
|
|
.commissionBlock .w1280 .tradeTime {
|
|
margin-top: 5px;
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
|
|
.commissionBlock2 {
|
|
padding-top: 50px;
|
|
padding-bottom: 80px;
|
|
background: #f7f7f7;
|
|
}
|
|
.commissionBlock2 .w1280 {
|
|
padding: 46px 60px 84px 50px;
|
|
background: #fff;
|
|
}
|
|
.commissionBlock2 .w1280 .content {
|
|
height: 505px;
|
|
margin-top: 38px;
|
|
padding-right: 68px;
|
|
overflow-y: auto;
|
|
}
|
|
.commissionBlock2 .w1280 .content p {
|
|
margin-bottom: 36px;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
}
|
|
.commissionBlock2 .w1280 .content p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.commissionBlock2 .w1280 .content::-webkit-scrollbar-track-piece {
|
|
background-color: #e6e6e6;
|
|
}
|
|
.commissionBlock2 .w1280 .content::-webkit-scrollbar-thumb:vertical {
|
|
background-color: #f08200;
|
|
}
|
|
|
|
.breedBlock {
|
|
background: #f7f7f7;
|
|
padding-top: 40px;
|
|
padding-bottom: 60px;
|
|
}
|
|
.breedBlock .w1280 {
|
|
background: #fff;
|
|
padding: 40px;
|
|
}
|
|
.breedBlock .w1280 .type {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 30px;
|
|
}
|
|
.breedBlock .w1280 .type a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 60px;
|
|
padding-bottom: 19px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.breedBlock .w1280 .type a:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.breedBlock .w1280 .type a.on {
|
|
position: relative;
|
|
color: #f08200;
|
|
}
|
|
.breedBlock .w1280 .type a.on::after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -1px;
|
|
width: 100%;
|
|
height: 3px;
|
|
background: #f08200;
|
|
}
|
|
.breedBlock .w1280 .swiperClick {
|
|
position: relative;
|
|
margin-top: -1px;
|
|
padding-top: 40px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-prev, .breedBlock .w1280 .swiperClick .swiper-button-next {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-top: 0px;
|
|
background: url(../images/trade/left2.png) no-repeat center;
|
|
opacity: 1;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-prev::after, .breedBlock .w1280 .swiperClick .swiper-button-next::after {
|
|
display: none;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-prev.swiper-button-disabled, .breedBlock .w1280 .swiperClick .swiper-button-next.swiper-button-disabled {
|
|
background: url(../images/trade/left.png) no-repeat center;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-prev.swiper-button-next, .breedBlock .w1280 .swiperClick .swiper-button-next.swiper-button-next {
|
|
transform: rotate(180deg);
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper {
|
|
position: relative;
|
|
margin-top: 43px;
|
|
margin: 20px 5.9322033898%;
|
|
padding: 0 20px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide {
|
|
width: 102px;
|
|
cursor: pointer;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide .img {
|
|
position: relative;
|
|
width: 102px;
|
|
height: 102px;
|
|
border: 2px solid #fff;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
font-size: 0;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide .img::after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: calc(100% - 4px);
|
|
height: calc(100% - 4px);
|
|
border-radius: 50%;
|
|
box-shadow: 0px 2px 20px 0px rgba(240, 130, 0, 0.3);
|
|
border: solid 2px #f08200;
|
|
opacity: 0;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide .img img {
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide p {
|
|
margin-top: 11px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 2;
|
|
color: #333;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide.on {
|
|
width: 102px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide.on .img::after {
|
|
opacity: 1;
|
|
}
|
|
.breedBlock .w1280 .content {
|
|
margin-top: 45px;
|
|
}
|
|
.breedBlock .w1280 .content .cont {
|
|
display: none;
|
|
}
|
|
.breedBlock .w1280 .content .cont table {
|
|
width: 100%;
|
|
}
|
|
.breedBlock .w1280 .content .cont table tbody {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.breedBlock .w1280 .content .cont table tbody tr {
|
|
display: flex;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.breedBlock .w1280 .content .cont table tbody tr td {
|
|
width: 50%;
|
|
padding: 12px 0;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
}
|
|
.breedBlock .w1280 .content .cont table tbody tr:nth-child(even) {
|
|
background: #f5f5f5;
|
|
}
|
|
.breedBlock .w1280 .levelCont .levelList {
|
|
display: none;
|
|
}
|
|
|
|
@media (anu-hover: hover) {
|
|
.layui-laydate-content td > div:hover {
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
@media (max-width: 1080px) {
|
|
.tradeTit {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
margin-bottom: 30px;
|
|
}
|
|
.tradeTit p {
|
|
font-size: 18px;
|
|
}
|
|
.tradeTit .tradeSearch {
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
.tradeTit .tradeSearch input {
|
|
width: calc(100% - 70px);
|
|
height: 40px;
|
|
padding: 0 10px;
|
|
border-right: 1px solid #d9d9d9;
|
|
font-size: 12px;
|
|
}
|
|
.tradeTit .tradeSearch .searchBtn {
|
|
width: 60px;
|
|
height: 40px;
|
|
font-size: 12px;
|
|
}
|
|
.dateBlock {
|
|
padding: 40px 0;
|
|
}
|
|
.dateBlock .w1280 {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.dateBlock .w1280 .left {
|
|
max-width: 420px;
|
|
width: 100%;
|
|
}
|
|
.dateBlock .w1280 .right {
|
|
width: 100%;
|
|
min-height: auto;
|
|
margin-top: 30px;
|
|
}
|
|
.dateBlock .w1280 .right .time {
|
|
margin: 20px 0;
|
|
}
|
|
.commissionBlock {
|
|
padding: 40px 0 0;
|
|
}
|
|
.commissionBlock .w1280 {
|
|
padding: 40px;
|
|
}
|
|
.commissionBlock .w1280 .tab a {
|
|
min-width: 120px;
|
|
height: 60px;
|
|
}
|
|
.commissionBlock .w1280 .content {
|
|
padding-bottom: 0;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td {
|
|
font-size: 15px;
|
|
line-height: 28px;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(1) {
|
|
width: 16.9491525424%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(3) {
|
|
width: 24.5762711864%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table1 tbody tr td:nth-child(4) {
|
|
width: 46.6101694915%;
|
|
}
|
|
.commissionBlock .w1280 .content .cont .table2 tbody tr td {
|
|
font-size: 15px;
|
|
line-height: 28px;
|
|
}
|
|
.commissionBlock2 .w1280 {
|
|
padding: 40px;
|
|
}
|
|
.commissionBlock2 .w1280 .content {
|
|
padding-right: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.commissionBlock2 .w1280 .content p {
|
|
font-size: 14px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.breedBlock {
|
|
padding: 40px 0;
|
|
}
|
|
.breedBlock .w1280 {
|
|
padding: 40px;
|
|
}
|
|
.breedBlock .w1280 .type {
|
|
justify-content: flex-start;
|
|
margin-top: 30px;
|
|
overflow-x: auto;
|
|
}
|
|
.breedBlock .w1280 .type a {
|
|
min-width: 100px;
|
|
height: 45px;
|
|
font-size: 14px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick {
|
|
padding-top: 10px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper {
|
|
padding: 0;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-prev {
|
|
left: -10px;
|
|
margin-top: -20px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .swiper-button-next {
|
|
right: -10px;
|
|
margin-top: -20px;
|
|
}
|
|
.breedBlock .w1280 .content {
|
|
margin-top: 30px;
|
|
}
|
|
.breedBlock .w1280 .content .cont table tbody tr td {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.dateBlock .w1280 .right {
|
|
padding: 20px;
|
|
}
|
|
.commissionBlock .w1280 {
|
|
padding: 20px;
|
|
}
|
|
.commissionBlock .w1280 .tab a {
|
|
min-width: 100px;
|
|
height: 56px;
|
|
font-size: 16px;
|
|
}
|
|
.commissionBlock2 .w1280 {
|
|
padding: 20px;
|
|
}
|
|
.commissionBlock2 .w1280 .content {
|
|
height: auto;
|
|
padding-right: 0;
|
|
}
|
|
.breedBlock .w1280 {
|
|
padding: 20px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper {
|
|
margin: 20px 10%;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide {
|
|
width: 70px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide .img {
|
|
width: 70px;
|
|
height: 70px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide .img::after {
|
|
height: 66px;
|
|
}
|
|
.breedBlock .w1280 .swiperClick .breedSwiper .swiper-wrapper .swiper-slide.on {
|
|
width: 70px;
|
|
}
|
|
}/*# sourceMappingURL=trade.css.map */
|