763 lines
20 KiB
CSS
763 lines
20 KiB
CSS
.information {
|
|
font-family: alibabaPuhuiM;
|
|
}
|
|
.information .ant-affix {
|
|
z-index: 15;
|
|
}
|
|
.information .informationBanner {
|
|
background-image: url(./static/infoBanner.1faca8d8.png);
|
|
background-size: 100% 100%;
|
|
padding-bottom: 72px;
|
|
}
|
|
.information .bannerAll {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.information .bannerAll .activeList {
|
|
overflow: hidden;
|
|
height: 388px;
|
|
flex: 1 1;
|
|
}
|
|
.information .bannerAll .activeList .activeCard {
|
|
height: 70px;
|
|
background-color: #f2f8ff;
|
|
border: 2px solid #ffffff;
|
|
margin-bottom: 36px;
|
|
border-radius: 10px;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin-left: 80px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.information .bannerAll .activeList .activeCard:nth-child(2n) {
|
|
background-color: #fafcff;
|
|
}
|
|
.information .bannerAll .activeList .activeCard:hover .time {
|
|
opacity: 0;
|
|
transform: scaleY(70px);
|
|
}
|
|
.information .bannerAll .activeList .activeCard:hover img {
|
|
opacity: 1;
|
|
transform: scaleY(0px);
|
|
}
|
|
.information .bannerAll .activeList .activeCard .name {
|
|
font-size: 17px;
|
|
color: #091221;
|
|
flex: 1 1;
|
|
width: 0;
|
|
margin-right: 15px;
|
|
text-align: left;
|
|
}
|
|
.information .bannerAll .activeList .activeCard .name:hover {
|
|
color: #0d2097;
|
|
}
|
|
.information .bannerAll .activeList .activeCard img {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 28px;
|
|
opacity: 0;
|
|
transition: 0.5s;
|
|
transform: scaleY(70px);
|
|
}
|
|
.information .bannerAll .activeList .activeCard .time {
|
|
margin-left: auto;
|
|
color: #6f728c;
|
|
transition: 0.1s;
|
|
opacity: 1;
|
|
font-family: alibabaPuhuiR;
|
|
}
|
|
.information .bannerAll .activeList .activeCard:nth-child(2n) {
|
|
margin-left: 0px;
|
|
margin-right: 80px;
|
|
}
|
|
.information .anchorPart {
|
|
height: 60px;
|
|
}
|
|
.information .anchorPart .ant-anchor {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 5px;
|
|
background: rgba(13, 32, 151, 0.04);
|
|
border: 1px solid #ffffff;
|
|
border-radius: 8px;
|
|
margin: 0px auto;
|
|
width: max-content;
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
.information .anchorPart .ant-anchor .ant-anchor-ink::before {
|
|
background-color: transparent;
|
|
}
|
|
.information .anchorPart .ant-anchor-ink-ball.visible {
|
|
display: none;
|
|
}
|
|
.information .anchorPart .ant-anchor-link {
|
|
list-style-type: none;
|
|
padding: 0px 33px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
font-family: DouyinSansBold;
|
|
color: #091221 !important;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
margin-right: 35px;
|
|
border-radius: 8px;
|
|
}
|
|
.information .anchorPart .ant-anchor-link:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
.information .anchorPart .ant-anchor-link:hover {
|
|
background-color: rgba(9, 18, 33, 0.05);
|
|
}
|
|
.information .anchorPart .ant-anchor-link:hover .ant-anchor-link-title-active {
|
|
color: #fff !important;
|
|
}
|
|
.information .anchorPart .ant-anchor-link .ant-anchor-link-title:hover {
|
|
color: #091221 !important;
|
|
}
|
|
.information .anchorPart .ant-anchor-link.ant-anchor-link-active {
|
|
color: #fff !important;
|
|
background: #091221;
|
|
}
|
|
.information .anchorPart .ant-anchor-link.ant-anchor-link-active .ant-anchor-link-title-active {
|
|
color: #fff !important;
|
|
}
|
|
.information .ant-spin-container {
|
|
background: url(./static/back.8ae36cad.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.information .header {
|
|
height: 300px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
position: relative;
|
|
font-size: 15px;
|
|
width: 100%;
|
|
}
|
|
.information .header > img {
|
|
width: 100%;
|
|
height: 300px;
|
|
object-fit: cover;
|
|
}
|
|
.information .tab {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 62px;
|
|
background-color: #ffffff;
|
|
}
|
|
.information .tabPanel {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 10px auto 0px;
|
|
padding: 18px 0px 46px;
|
|
position: relative;
|
|
width: 660px;
|
|
background-image: url(./static/searchBack.045c3099.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
.information .tabPanel .searchDataBox {
|
|
position: relative;
|
|
overflow: hidden;
|
|
padding: 2px;
|
|
z-index: 10;
|
|
border-radius: 28px;
|
|
}
|
|
.information .tabPanel .searchDataBox::before {
|
|
z-index: -2;
|
|
position: absolute;
|
|
content: "";
|
|
width: 214%;
|
|
height: 1225%;
|
|
left: -60%;
|
|
top: -575%;
|
|
animation: buttonBorderSpin 6s linear infinite forwards;
|
|
background: conic-gradient(from 180deg at 50% 50%, #9a8bff 0deg, #ffac8b 45deg, transparent 90deg, transparent 180deg, #9a8bff 180deg, #ffac8b 225deg, transparent 270deg);
|
|
}
|
|
.information .tabPanel .searchInput {
|
|
margin: 0px auto;
|
|
width: 660px;
|
|
height: 55px;
|
|
background: #fff;
|
|
border: 1px solid transparent;
|
|
border-radius: 28px;
|
|
padding: 0px;
|
|
}
|
|
.information .tabPanel .searchInput .ant-input {
|
|
background-color: transparent;
|
|
color: #2b3369;
|
|
font-size: 15px;
|
|
margin: 0px 29px;
|
|
}
|
|
.information .tabPanel .searchInput .ant-input:-ms-input-placeholder {
|
|
color: #2b3369;
|
|
}
|
|
.information .tabPanel .searchInput .ant-input::placeholder {
|
|
color: #2b3369;
|
|
}
|
|
.information .tabPanel .searchInput .ant-input:focus:-ms-input-placeholder {
|
|
opacity: 0.6;
|
|
}
|
|
.information .tabPanel .searchInput .ant-input:focus::placeholder {
|
|
opacity: 0.6;
|
|
}
|
|
.information .tabPanel .ant-input-suffix {
|
|
width: 39px;
|
|
height: 39px;
|
|
margin-top: 6px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #091221;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
.information .anchor {
|
|
position: absolute;
|
|
top: -50px;
|
|
}
|
|
.information .announcement-section {
|
|
width: 100%;
|
|
padding: 0px 0px 40px;
|
|
background-image: url(./static/gameStatus.99cb6c0c.png);
|
|
background-size: 100% 100%;
|
|
font-family: 'DouyinSansBold';
|
|
}
|
|
.information .announcement-section .scrolling-text {
|
|
height: 22px;
|
|
/* 文字高度 */
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding-right: 12px;
|
|
}
|
|
.information .announcement-section .scrolling-text:hover .text-line {
|
|
animation-play-state: paused;
|
|
}
|
|
.information .announcement-section .scrolling-text .text-line {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: left;
|
|
animation: scroll 4s infinite;
|
|
font-family: alibabaPuhuiR;
|
|
font-size: 16px;
|
|
}
|
|
.information .announcement-section .scrolling-text .text-line:nth-child(2) {
|
|
animation-delay: 2s;
|
|
/* 延迟2秒开始动画 */
|
|
}
|
|
.information .announcement-section .announcements {
|
|
display: flex;
|
|
margin-top: 53px;
|
|
grid-gap: 30px;
|
|
gap: 30px;
|
|
}
|
|
.information .announcement-section .announcement-title {
|
|
font-size: 48px;
|
|
color: #091221;
|
|
margin: 0 0 40px 0;
|
|
}
|
|
.information .announcement-section .announcement-card {
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
flex-basis: calc(33.9% - 30px);
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.information .announcement-section .announcement-card .annouceImg {
|
|
border-radius: 18px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.information .announcement-section .announcement-card .annouceImg img {
|
|
width: 100%;
|
|
object-fit: cover;
|
|
transition: 0.5s;
|
|
}
|
|
.information .announcement-section .announcement-card .card-header {
|
|
padding: 30px 5px;
|
|
position: relative;
|
|
font-family: alibabaPuhuiM;
|
|
}
|
|
.information .announcement-section .announcement-card .card-header .card-title {
|
|
color: #091221;
|
|
font-size: 20px;
|
|
text-align: left;
|
|
display: block;
|
|
margin-bottom: 18px;
|
|
position: relative;
|
|
}
|
|
.information .announcement-section .announcement-card .card-header .card-date {
|
|
font-size: 16px;
|
|
color: #091221;
|
|
text-align: left;
|
|
display: block;
|
|
padding-right: 5px;
|
|
}
|
|
.information .announcement-section .announcement-card .card-header .card-arrow {
|
|
position: absolute;
|
|
right: 35px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
font-size: 24px;
|
|
color: #0D2097;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
.information .announcement-section .announcement-card .card-banner {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 270px;
|
|
overflow: hidden;
|
|
}
|
|
.information .announcement-section .announcement-card .card-banner .banner-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
transition: transform 0.5s ease;
|
|
}
|
|
.information .announcement-section .announcement-card .card-banner .banner-image:hover {
|
|
transform: scale(1.05);
|
|
}
|
|
.information .announcement-section .announcement-card .card-banner .banner-overlay {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20px 35px;
|
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
.information .announcement-section .announcement-card .card-banner .banner-overlay .banner-text {
|
|
font-family: alibabaPuhuiM;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
margin: 0;
|
|
line-height: 1.6;
|
|
}
|
|
.information .announcement-section .announcement-card:hover .annouceImg img {
|
|
transform: scale(1.1);
|
|
}
|
|
.information .announcement-section .announcement-card:hover .card-title {
|
|
color: #0d2097;
|
|
}
|
|
.information .announcement-section .announcement-card:hover .scrolling-text::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 18px;
|
|
background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAYAAADhu0ooAAAABHNCSVQICAgIfAhkiAAAAbdJREFUaEPt2UtOwzAQAFA7KxBUQj2BuUlvQrblEnAKsqQ5GTlBN0WCnesJSlXSpE3ssT0zSlbZ+PNmZmGPtSL03a3Nu1b6DXtLP/svrbEnDZlvgYZEz40ll9FAj3IVsXOl/9KfRxR0DAloMdA+0ipbn2dWBHQI+btvyvv1s+1KmD10DAlAMdBrSDHQW0gR0ClI9tCpSNbQOUi20LlIllAfJDuoL5IVNATJBhqKZAHFQJKHYiFJQzGRZKHYSIBC/6m7prlrm2u6Zf5iIIdI+aFPptSF/oTNQWcALs0xYp8d2paZw6pCbWIhYQ0S0BgZ7M+5QFNEOeUaS0ZTRjvFWktGU0Q55Rr/MvpoKjgqob9PHppt9spZoJhlRS6jobiV+di5w9bF+6Qo6BgSgicGeom09XlmRUCHkIfmtVyZ6vQ+yR46hoRyFQO9hhQDvYUUAZ2CZA+dimQNnYNkC52LZAn1QbKD+iJZQUOQbKChSBZQDCR5KBaSNBQTSRaKjQQoNNq6jsV3sz39h3YxfMfrGEjfzcQcpx9MVRZKte+T7oWyhktzzAVzzd22O/+wdiMVCcbsjeVUGT4CnnSoSgJxkfcAAAAASUVORK5CYII=) no-repeat;
|
|
background-size: 37px auto;
|
|
background-position: -4px -20px;
|
|
}
|
|
.information .explainNews {
|
|
background-image: url(./static/explain.f4dcf95c.png);
|
|
background-size: 100% 100%;
|
|
padding-bottom: 60px;
|
|
}
|
|
.information .explainNews .expalinWrapper {
|
|
grid-gap: 30px;
|
|
gap: 30px;
|
|
padding: 0px 15px 0px 45px!important;
|
|
}
|
|
.information .explainNews .expalinWrapper .content-item {
|
|
margin: 0px!important;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
flex-basis: calc(50% - 30px);
|
|
}
|
|
.information .explainNews .content {
|
|
background-color: #fff;
|
|
border-radius: 30px;
|
|
padding: 70px 0px;
|
|
margin-top: 45px;
|
|
}
|
|
.information .explainNews .content-item {
|
|
background-color: rgba(239, 243, 255, 0.7);
|
|
border-radius: 24px;
|
|
border: none!important;
|
|
margin: 0px 30px!important;
|
|
padding: 3px!important;
|
|
box-sizing: border-box;
|
|
width: 45.5% !important;
|
|
position: relative;
|
|
z-index: 10;
|
|
overflow: hidden;
|
|
}
|
|
.information .explainNews .content-item .explainBox {
|
|
position: relative;
|
|
z-index: 0;
|
|
padding: 0 30px 30px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
border-radius: 24px;
|
|
}
|
|
.information .explainNews .content-item:hover::before {
|
|
animation: buttonBorderSpin 6s linear infinite forwards;
|
|
opacity: 1;
|
|
}
|
|
.information .explainNews .content-item::before {
|
|
z-index: -2;
|
|
position: absolute;
|
|
content: "";
|
|
width: 200%;
|
|
height: 350%;
|
|
left: -50%;
|
|
top: -110%;
|
|
opacity: 0;
|
|
background: conic-gradient(from 180deg at 50% 50%, rgba(224, 78, 43, 0.45) 0deg, rgba(97, 67, 219, 0.69) 45deg, transparent 90deg, transparent 180deg, rgba(224, 78, 43, 0.45) 180deg, rgba(97, 67, 219, 0.69) 225deg, transparent 270deg);
|
|
}
|
|
.information .explainNews .content-item:nth-child(2n) {
|
|
margin-left: 0px!important;
|
|
}
|
|
.information .explainNews .item-title::after {
|
|
opacity: 0;
|
|
}
|
|
.information .comparenews {
|
|
background-image: url(./static/newBack.b29a567d.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
.information .comparenews.active .comparenewsBack {
|
|
background-size: 100% 100%;
|
|
}
|
|
.information .comparenews .comparenewsBack {
|
|
background-image: url(./static/news.24d2f277.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 90% 90%;
|
|
border-radius: 26px;
|
|
padding-bottom: 116px;
|
|
width: 100%;
|
|
background-position: 50%;
|
|
transition: 1s;
|
|
}
|
|
.information .comparenews .content {
|
|
background-color: #fff;
|
|
border-radius: 30px;
|
|
padding: 30px;
|
|
margin-top: 50px;
|
|
}
|
|
.information .content {
|
|
margin: auto;
|
|
position: relative;
|
|
padding: 50px 0px;
|
|
text-align: left;
|
|
}
|
|
.information .content .content-title {
|
|
width: 531px;
|
|
height: 157px;
|
|
background: url(./static/info-title-bg.14b543d3.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.information .content .content-title p:first-child {
|
|
font-family: Alimama ShuHeiTi;
|
|
color: #0e1015;
|
|
font-size: 40px;
|
|
margin-top: 60px;
|
|
}
|
|
.information .content .content-title p:last-child {
|
|
font-family: PingFang SC;
|
|
color: #0d41c5;
|
|
font-size: 15px;
|
|
margin-top: 14px;
|
|
}
|
|
.information .content .content-wrapper {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
background-color: #fff;
|
|
border-radius: 30px;
|
|
padding: 40px;
|
|
}
|
|
.information .content .content-wrapper .content-item {
|
|
display: flex;
|
|
width: 50%;
|
|
padding-right: 40px;
|
|
border-bottom: 1px dashed rgba(9, 18, 33, 0.15);
|
|
}
|
|
.information .content .content-wrapper .content-item:nth-child(2n) {
|
|
padding-left: 40px;
|
|
padding-right: 0px;
|
|
}
|
|
.information .content .content-wrapper .content-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-left {
|
|
font-family: PingFang SC;
|
|
color: #0d2097;
|
|
font-size: 24px;
|
|
margin-right: 30px;
|
|
flex-shrink: 0;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-right {
|
|
flex: 1 1;
|
|
width: 0;
|
|
padding-bottom: 30px;
|
|
}
|
|
.information .content .content-wrapper .content-item .time {
|
|
color: #5F6577;
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-title {
|
|
color: #252b3a;
|
|
font-size: 20px;
|
|
margin-top: 30px;
|
|
display: block;
|
|
top: 8px;
|
|
position: relative;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-title:hover {
|
|
color: #0d2097;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-title:hover::after {
|
|
background-position: -4px -20px;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-title::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 18px;
|
|
background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAYAAADhu0ooAAAABHNCSVQICAgIfAhkiAAAAbdJREFUaEPt2UtOwzAQAFA7KxBUQj2BuUlvQrblEnAKsqQ5GTlBN0WCnesJSlXSpE3ssT0zSlbZ+PNmZmGPtSL03a3Nu1b6DXtLP/svrbEnDZlvgYZEz40ll9FAj3IVsXOl/9KfRxR0DAloMdA+0ipbn2dWBHQI+btvyvv1s+1KmD10DAlAMdBrSDHQW0gR0ClI9tCpSNbQOUi20LlIllAfJDuoL5IVNATJBhqKZAHFQJKHYiFJQzGRZKHYSIBC/6m7prlrm2u6Zf5iIIdI+aFPptSF/oTNQWcALs0xYp8d2paZw6pCbWIhYQ0S0BgZ7M+5QFNEOeUaS0ZTRjvFWktGU0Q55Rr/MvpoKjgqob9PHppt9spZoJhlRS6jobiV+di5w9bF+6Qo6BgSgicGeom09XlmRUCHkIfmtVyZ6vQ+yR46hoRyFQO9hhQDvYUUAZ2CZA+dimQNnYNkC52LZAn1QbKD+iJZQUOQbKChSBZQDCR5KBaSNBQTSRaKjQQoNNq6jsV3sz39h3YxfMfrGEjfzcQcpx9MVRZKte+T7oWyhktzzAVzzd22O/+wdiMVCcbsjeVUGT4CnnSoSgJxkfcAAAAASUVORK5CYII=) no-repeat;
|
|
background-size: 37px auto;
|
|
background-position: -24px 0;
|
|
transition: background-position 0.3s ease-out;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-desc {
|
|
color: #49454F;
|
|
font-size: 16px;
|
|
line-height: 32px;
|
|
margin-top: 20px;
|
|
font-family: alibabaPuhuiR;
|
|
}
|
|
.information .content .content-wrapper .content-item .item-time {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #223452;
|
|
}
|
|
.information .content .content-wrapper .content-item .read-more {
|
|
margin-left: auto;
|
|
color: #091221;
|
|
font-size: 15px;
|
|
display: flex;
|
|
height: 36px;
|
|
line-height: 34px;
|
|
border: 1px solid #091221;
|
|
padding: 0 14px;
|
|
border-radius: 9px;
|
|
}
|
|
.information .content .content-wrapper .content-item .read-more i {
|
|
transition: 0.2s;
|
|
display: block;
|
|
margin-left: 3px ;
|
|
}
|
|
.information .content .content-wrapper .content-item .read-more:hover {
|
|
background-color: #091221;
|
|
color: #fff;
|
|
}
|
|
.information .content .content-wrapper .content-item .read-more:hover > i {
|
|
transform: translateX(3px);
|
|
}
|
|
.detail {
|
|
background: url(./static/information-detail-bg.27111be9.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
padding-bottom: 60px;
|
|
}
|
|
.detail .detail-content {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
padding: 30px 0px;
|
|
}
|
|
.detail .ant-breadcrumb a {
|
|
color: #0d41c5;
|
|
}
|
|
.detail .detail-info {
|
|
background-color: #fefefe;
|
|
border-radius: 4px;
|
|
box-shadow: 0px 0px 15px rgba(30, 47, 162, 0.06);
|
|
padding: 30px 35px 50px;
|
|
margin-top: 28px;
|
|
}
|
|
.detail .detail-info .info-text-main .info-name {
|
|
color: #1f2329;
|
|
font-size: 22px;
|
|
line-height: 30px;
|
|
margin-bottom: 14px!important;
|
|
word-break: break-all;
|
|
}
|
|
.detail .detail-info .info-text-main .info-ul-value {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail .detail-info .info-text-main .info-ul-value li {
|
|
color: #4c5876;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-right: 25px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail .detail-info .info-text-main .info-ul-value li img {
|
|
margin-right: 5px;
|
|
}
|
|
.resourceBox {
|
|
background-image: url(./static/sourceBack.565deee4.png);
|
|
background-size: 100% 100%;
|
|
padding-bottom: 157px;
|
|
}
|
|
.resourceBox .content {
|
|
display: flex;
|
|
position: relative;
|
|
padding: 0px;
|
|
}
|
|
.resourceBox .resourceimg {
|
|
position: absolute;
|
|
width: calc(33.9% - 30px);
|
|
left: 0px;
|
|
top: 65px;
|
|
}
|
|
.resourceBox .resourceWrapper {
|
|
display: flex;
|
|
grid-gap: 30px;
|
|
gap: 30px;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
margin-top: 65px;
|
|
min-height: 421px;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard {
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
flex-basis: calc(33.9% - 30px);
|
|
width: 0;
|
|
height: 196px;
|
|
padding: 3px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 20px rgba(13, 32, 151, 0.04);
|
|
box-sizing: border-box;
|
|
color: #091221;
|
|
border-radius: 20px;
|
|
font-size: 20px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard:hover::before {
|
|
animation: buttonBorderSpin 6s linear infinite forwards;
|
|
opacity: 1;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard .resourceCardBox {
|
|
padding: 30px 26px;
|
|
position: relative;
|
|
z-index: 0;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard::before {
|
|
z-index: -2;
|
|
position: absolute;
|
|
content: "";
|
|
width: 200%;
|
|
height: 200%;
|
|
left: -50%;
|
|
top: -50%;
|
|
opacity: 0;
|
|
background: conic-gradient(from 180deg at 50% 50%, rgba(224, 78, 43, 0.45) 0deg, rgba(97, 67, 219, 0.69) 45deg, transparent 90deg, transparent 180deg, rgba(224, 78, 43, 0.45) 180deg, rgba(97, 67, 219, 0.69) 225deg, transparent 270deg);
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard:nth-child(1),
|
|
.resourceBox .resourceWrapper .resourceCard:nth-child(3) {
|
|
margin-left: 33.9%;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard:hover .rightnowDownload {
|
|
bottom: 17px;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard .rightnowDownload {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: #091221;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
left: 26px;
|
|
right: 26px;
|
|
text-align: center;
|
|
color: #fff;
|
|
transition: 0.5s;
|
|
bottom: -100%;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard .item-img {
|
|
margin-bottom: 27px;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard .item-title {
|
|
margin-bottom: 21px!important;
|
|
}
|
|
.resourceBox .resourceWrapper .resourceCard .item-desc {
|
|
color: #091221;
|
|
font-size: 16px;
|
|
}
|
|
@keyframes scroll {
|
|
0% {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
25% {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
transform: translateY(-100%);
|
|
opacity: 0;
|
|
}
|
|
75% {
|
|
transform: translateY(100%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes buttonBorderSpin {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.parent {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: hidden;
|
|
scrollbar-width: none;
|
|
-ms-overflow-style: none;
|
|
transition: none;
|
|
}
|
|
.parent::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
/* 设置的子盒子高度大于父盒子,产生溢出效果 */
|
|
.child {
|
|
height: auto;
|
|
scroll-behavior: smooth;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|