长城期货
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.
 
 
 
 
 
 

302 lines
5.2 KiB

.layui-table-view .layui-table {
width: 100% !important;
}
.crumb-head ul {
display: flex;
padding: 26px 0;
}
.crumb-head.border {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.crumb-head ul li {
font-size: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
padding-right: 5px;
}
.crumb-head ul li a:hover {
color: #f08200;
}
.tabs-head {
border-bottom: 1px solid #e6e6e6;
}
.tabs-head ul {
display: flex;
align-items: center;
}
.tabs-head ul li {
width: auto;
margin-right: 100px;
}
.tabs-head ul a {
display: block;
height: 80px;
line-height: 80px;
position: relative;
font-size: 18px;
font-weight: 400;
color: #333333;
}
.tabs-head ul a::after {
content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: -2px;
left: 0;
}
.tabs-head .active a::after {
background: #f08200;
}
.tabs-head .active a {
font-weight: bold;
}
.line-title {
font-size: 24px;
font-weight: bold;
color: #333333;
padding-left: 18px;
position: relative;
}
.line-title::before {
content: "";
width: 4px;
height: 24px;
background: #f08200;
border-radius: 2px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.page-list {
padding-bottom: 20px;
}
/* .page-list ul {
display: flex;
align-items: center;
justify-content: center;
}
.page-list ul li {
margin: 0 6px;
}
.page-list ul li a,
.page-list ul li p {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
background: #fff;
border-radius: 4px;
border: 1px solid #f2f2f2;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: 400;
color: #666666;
}
.page-list ul li a:hover,
.page-list ul li p:hover {
color: #fff;
background: #f08200;
border-color: #f08200;
} */
.broadcast-title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.broadcast-title p::before {
content: "";
width: 50px;
height: 4px;
background: #f08200;
border-radius: 2px;
position: absolute;
bottom: 0;
left: 0;
}
.broadcast-title p {
font-size: 36px;
font-weight: 400;
color: #333333;
padding-bottom: 24px;
position: relative;
}
.broadcast-title .more {
font-size: 16px;
font-weight: 400;
color: #f08200;
padding-right: 25px;
background: url(../images/zoujin/ico14.png) no-repeat center right / 18px;
}
.message-table {
margin-top: 40px;
vertical-align: middle;
}
.message-table .layui-table td {
text-align: center;
vertical-align: middle;
border-color: #e5e5e5;
}
.layui-table-header,
.layui-table-view {
border-color: #e5e5e5;
}
.message-table .hover {
background: inherit;
}
.message-table thead {
background: #f08200;
}
.message-table thead .layui-table-cell {
color: #f7f7f7;
font-weight: bold;
padding: 20px 0;
}
.message-table .layui-table-cell {
padding: 15px 0;
height: auto;
white-space: wrap;
overflow: inherit;
}
.message-table th span {
font-size: 16px;
}
.message-table .layui-table thead th span {
font-weight: bold;
}
.message-table .layui-table thead th {
border-color: rgba(247, 247, 247, 0.2);
}
.message-table tbody tr:nth-child(odd) {
background: #f7f7f7;
}
.message-table tbody tr:nth-child(even) {
background: #f2f2f2;
}
/* layui分页器 start */
#pager {
text-align: center;
}
.layui-laypage {
margin: 0;
}
.layui-laypage a,
.layui-laypage span {
width: 40px;
height: 40px;
background: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 4px;
padding: 0;
line-height: 40px;
margin: 0 6px;
box-sizing: border-box;
font-size: 14px;
}
.layui-laypage a[data-page] {
color: #666;
}
.layui-laypage > :first-child {
margin-right: 16px !important;
}
.layui-laypage > :last-child {
margin-left: 16px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #f08200;
}
.layui-laypage a:hover {
color: #f08200;
}
/* layui分页器 end */
.tabs-head ul li:last-child {
margin-right: 0;
}
.mobile {
display: none;
}
@media (max-width: 1024px) {
.tabs-head ul li {
margin-right: 50px;
}
}
@media (max-width: 768px) {
.line-title {
font-size: 20px;
}
.mobile {
display: block;
}
.tabs-head .swiper li {
width: auto;
margin-right: 0;
}
.tabs-head ul li {
margin-right: 25px;
}
.tabs-head ul a {
font-size: 14px;
height: 50px;
line-height: 50px;
white-space: nowrap;
}
.broadcast-title {
margin-bottom: 25px;
}
.broadcast-title p {
font-size: 20px;
padding-bottom: 15px;
font-weight: bold;
}
.broadcast-title p::before {
height: 3px;
}
.message-table th span,
.message-table .layui-table-cell {
font-size: 14px;
}
.message-table thead .layui-table-cell {
padding: 12px 0;
}
.message-table .layui-table-cell {
padding: 10px 0;
}
.crumb-head ul {
padding: 16px 0;
}
.crumb-head ul li {
font-size: 14px;
}
/* .page-list ul li a,
.page-list ul li p {
width: auto;
padding: 0 15px;
font-size: 14px;
} */
.layui-laypage a,
.layui-laypage span {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
margin: 0 4px;
}
.layui-laypage > :first-child {
margin-right: 8px !important;
}
.layui-laypage > :last-child {
margin-left: 8px !important;
}
}