diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 3fa4b8eb..93dce25f 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -672,7 +672,7 @@ } } .article-info-time{ - display: none; + // display: none; } } diff --git a/src/views/Index.vue b/src/views/Index.vue index 2344b592..5f7af09e 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1249,7 +1249,22 @@ // .case-box { // display: flex; - +.xindex-case{ + // &:nth-child(1) { + // .case-top { + // background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%); + // } + // } + &:nth-child(2) { + .case-top { + background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%); + } + } + &:last-child { + .case-top { + background: linear-gradient(153deg, #A4D3DF 0%, #B4DCE6 100%); + } +} .case-index { position: relative; // width: 408px; @@ -1257,18 +1272,22 @@ background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%); border-radius: 8px; box-sizing: border-box; - + // &:nth-child(1) { + // .case-top { + // background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%); + // } + // } // margin-right: 36px; - &:nth-child(2) { - .case-top { - background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%); - } - } + // &:nth-child(2) { + // .case-top { + // background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%); + // } + // } - &:last-child { - .case-top { - background: linear-gradient(153deg, #A4D3DF 0%, #B4DCE6 100%); - } + // &:last-child { + // .case-top { + // background: linear-gradient(153deg, #A4D3DF 0%, #B4DCE6 100%); + // } margin-right: 0;