Files
yycea/public/assets/addons/wdsxh/scss/index.scss
2026-03-17 09:56:06 +08:00

878 lines
20 KiB
SCSS

.index-container {
display: flex;
flex-direction: column;
min-height: 100vh;
.container-carousel {
height: 33.3vw;
}
.container-main {
flex: 1;
padding-bottom: 3.5rem;
.main-column {
display: none;
margin-top: 2.5rem;
.col-8 {
background: #ffffff;
padding: 2rem 3rem;
border-radius: .5rem;
}
.column-title {
display: flex;
align-items: flex-end;
flex: 1;
overflow: hidden;
.title {
color: #333;
font-size: 2rem;
font-weight: 600;
line-height: 2.8125rem;
}
.subtitle {
margin-left: 1rem;
color: #999;
font-size: 1rem;
line-height: 1.375rem;
text-transform: uppercase;
}
}
.column-more {
display: flex;
align-items: center;
border-radius: .5rem;
background: var(--main-color);
padding: .75rem .75rem .75rem 1rem;
text-decoration: none;
span {
color: #FFF;
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: .0156rem;
}
img {
width: 1.5rem;
height: 1.5rem;
margin-left: .25rem;
}
}
}
.column-1 {
.column-cont {
margin-top: 1.5rem;
.cont-left {
color: #555;
font-size: 1rem;
line-height: 1.875rem;
flex: 1;
height: 100%;
-webkit-line-clamp: 8;
}
.cont-right {
width: auto;
height: 15rem;
max-width: 60%;
margin-left: 1.5rem;
object-fit: cover;
border-radius: .3125rem;
overflow: hidden;
}
}
}
.column-2 {
position: relative;
.col-8 {
background: transparent;
border-radius: 0;
}
.column-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.column-title {
color: #FFF;
font-size: 2rem;
font-weight: 600;
line-height: 3rem;
letter-spacing: .08rem;
}
.column-subtitle {
color: #FFF;
font-size: 1.5rem;
line-height: 2.125rem;
margin-top: 1rem;
}
.column-apply {
cursor: pointer;
border: none;
display: flex;
align-items: center;
margin-top: 1rem;
background: var(--main-color);
padding: .875rem 1rem;
color: #FFF;
font-size: 1rem;
font-weight: 600;
line-height: 1.25rem;
letter-spacing: .0156rem;
border-radius: .5rem;
text-align: center;
text-decoration: none;
width: auto;
img {
width: 1rem;
height: 1rem;
margin-left: .5rem;
}
}
}
.column-3 {
.column-cont {
margin-top: 2rem;
overflow-x: auto;
padding-bottom: .75rem;
margin-bottom: -0.75rem;
.cont-item {
margin-left: 4%;
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
width: auto;
&:first-child {
margin-left: 0;
}
&:hover {
.avatar img {
transform: scale(1.2);
}
.name {
color: var(--main-color);
}
}
.avatar {
width: 8.75rem;
height: 8.75rem;
border-radius: 50%;
overflow: hidden;
img {
transition: all .3s;
}
}
.post {
color: #FFF;
font-size: .875rem;
text-align: center;
width: 8.75rem;
height: 2.25rem;
line-height: 2.25rem;
margin-top: -1.125rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 1.25rem;
position: relative;
z-index: 1;
background: var(--main-color);
border-radius: .4rem 1.125rem;
}
.name {
color: #333;
font-size: 1rem;
line-height: 1.375rem;
text-align: center;
margin-top: .5rem;
overflow: hidden;
width: 8.75rem;
white-space: nowrap;
text-overflow: ellipsis;
transition: color .3s;
}
}
@media (min-width: 767px) {
&::-webkit-scrollbar {
/*滚动条整体样式*/
width: auto;
/*高宽分别对应横竖滚动条的尺寸*/
height: .5rem;
}
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: .625rem;
box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
background: #ccc;
}
&::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
border-radius: .625rem;
background: #ededed;
}
}
}
}
.column-4 {
.column-cont {
padding-top: 1.5rem;
.cont-item {
background: #F4F6FB;
border-radius: .3125rem;
padding: 1rem;
width: calc(25% - .375rem);
margin-right: .5rem;
cursor: pointer;
margin-top: .5rem;
&:nth-child(4n) {
margin-right: 0;
}
.item-image {
position: relative;
width: 100%;
height: 0;
padding-top: 72%;
overflow: hidden;
border-radius: .5rem;
.image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: transform .3s;
}
}
.item-box {
.box-title {
margin-top: 1rem;
font-weight: 600;
font-size: 1rem;
line-height: 1.375rem;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
transition: color .3s;
}
.box-label {
margin-top: .625rem;
display: flex;
align-items: center;
.icon {
width: 1.125rem;
height: 1.125rem;
color: var(--main-color);
}
.text {
margin-left: .375rem;
font-size: .875rem;
line-height: 1.25rem;
color: #8D929C;
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
&:hover {
.item-image .image {
transform: scale(1.2);
}
.item-box .box-title {
color: var(--main-color);
}
}
}
}
}
.column-5 {
.column-cont {
margin-top: 2rem;
overflow-x: auto;
padding-bottom: .75rem;
margin-bottom: -0.75rem;
.cont-item {
margin-left: 1rem;
cursor: pointer;
&:first-child {
margin-left: 0;
}
.item-date {
font-weight: 600;
font-size: 1rem;
line-height: 1.375rem;
color: #5A5B6E;
}
.item-title {
margin-top: 1rem;
font-size: 1rem;
line-height: 1.25rem;
height: 2.5rem;
color: #8D929C;
-webkit-line-clamp: 2;
transition: color .3s;
}
.item-box {
margin-top: 1rem;
.box-timeline {
.point {
width: .625rem;
height: .625rem;
border-radius: .125rem;
background: var(--main-color);
}
.line {
width: 1px;
height: calc(100% - .625rem);
background: #F0F0F0;
}
}
.box-single {
flex: 1;
margin-left: 1rem;
.image {
width: 16.75rem;
height: 7.5rem;
border-radius: .5rem;
overflow: hidden;
img {
width: 100%;
height: 100%;
transition: transform .3s;
}
}
.video {
width: 16.75rem;
height: 7.5rem;
background: #000;
border-radius: .5rem;
overflow: hidden;
position: relative;
.play {
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
transform: translate(-50%, -50%);
width: 2rem;
height: 2rem;
}
.cover {
width: 100%;
height: 100%;
}
}
}
.box-multiple {
flex: 1;
margin-left: 1rem;
.image {
width: 7.5rem;
height: 7.5rem;
margin-left: .5rem;
border-radius: .5rem;
overflow: hidden;
img {
width: 100%;
height: 100%;
transition: transform .3s;
}
&:first-child {
margin-left: 0;
}
}
}
}
&:hover .item-title {
color: var(--main-color);
}
}
@media (min-width: 767px) {
&::-webkit-scrollbar {
/*滚动条整体样式*/
width: auto;
/*高宽分别对应横竖滚动条的尺寸*/
height: .5rem;
}
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: .625rem;
box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
background: #ccc;
}
&::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
border-radius: .625rem;
background: #ededed;
}
}
}
}
.column-6,
.column-7 {
.column-cont {
margin-top: 1.5rem;
.item {
padding: 1rem 0;
border-bottom: 1px solid #E6E6E6;
text-decoration: none;
&:last-child {
border-bottom: none;
}
.item-title {
color: #333;
font-size: .875rem;
line-height: 1.25rem;
transition: color .3s;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1;
margin-right: .5rem;
}
.item-date {
color: #909090;
font-size: .875rem;
line-height: 1.25rem;
transition: color .3s;
}
&:hover {
.item-title,
.item-date {
color: var(--main-color);
}
}
}
}
}
.column-7 {
margin-top: 0;
.column-left,
.column-right {
margin-top: 3.5rem;
flex: 1;
overflow: hidden;
}
.column-right {
display: none;
margin-left: 8%;
}
@media screen and (max-width: 950px) {
.column-left,
.column-right {
width: 100%;
margin-top: 0;
}
}
}
}
// 适配手机端
@media screen and (max-width: 767px) {
.container-main {
padding-bottom: 2rem;
.main-column {
margin-top: 1rem;
.col-8 {
padding: 1rem;
}
.column-title {
.title {
font-size: 1.125rem;
line-height: 1.375rem;
}
.subtitle {
font-size: .75rem;
line-height: 1rem;
}
}
.column-more {
padding: .5rem .75rem;
border-radius: .3125rem;
span {
color: #FFF;
font-size: .75rem;
line-height: 1.125rem;
letter-spacing: .0156rem;
}
img {
width: 1rem;
height: 1rem;
margin-left: .25rem;
}
}
}
.column-1 {
.column-cont {
.cont-left {
font-size: .875rem;
line-height: 1.5rem;
flex: 1;
height: 100%;
-webkit-line-clamp: 4;
}
.cont-right {
width: 8.5rem;
height: 6rem;
margin-left: .75rem;
}
}
}
.column-2 {
.column-title {
font-size: 1rem;
line-height: 1.25rem;
}
.column-subtitle {
font-size: .875rem;
line-height: 1.125rem;
margin-top: .5rem;
}
.column-apply {
margin-top: .5rem;
padding: .5rem .625rem;
font-size: .75rem;
line-height: 1rem;
img {
width: .875rem;
height: .875rem;
margin-left: .375rem;
}
}
}
.column-3 {
.column-cont {
.cont-item {
margin-left: 1rem;
width: 5rem;
.avatar {
width: 5rem;
height: 5rem;
}
.post {
width: 5rem;
height: 1.75rem;
font-size: .75rem;
line-height: 1.75rem;
margin-top: -0.875rem;
border-radius: .25rem 1rem;
}
.name {
width: 5rem;
}
&:hover {
.avatar img {
transform: scale(1);
}
.name {
color: #333;
}
}
}
}
}
.column-4 {
.column-cont {
padding-top: .75rem;
flex-direction: column;
.cont-item {
border-radius: 0;
padding: 0;
background: transparent;
width: 100%;
margin-right: 0;
margin-top: 1rem;
display: flex;
&:first-child {
margin-top: 0;
}
.item-image {
width: 36%;
padding-top: 26%;
}
.item-box {
flex: 1;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 1rem;
.box-title {
margin-top: 0;
font-size: 1rem;
line-height: 1.375rem;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.box-label {
margin-top: 0;
display: flex;
align-items: center;
.icon {
width: 1rem;
height: 1rem;
color: var(--main-color);
}
.text {
margin-left: .375rem;
font-size: .875rem;
line-height: 1.25rem;
color: #8D929C;
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
&:hover {
.item-image .image {
transform: scale(1);
}
.item-box .box-title {
color: #333;
}
}
}
}
}
.column-5 {
.column-cont {
margin-top: .75rem;
overflow-x: visible;
flex-direction: column;
.cont-item {
margin-left: 0;
margin-top: 1rem;
&:first-child {
margin-top: 0;
}
.item-title {
margin-top: .75rem;
width: 100% !important;
height: auto;
}
.item-box {
margin-top: .75rem;
width: 100% !important;
.box-single {
margin-left: .75rem;
.image {
width: 100%;
height: 0;
padding-top: 48%;
position: relative;
img {
position: absolute;
top: 0;
left: 0;
}
}
.video {
width: 100%;
height: 0;
padding-top: 48%;
position: relative;
.cover {
position: absolute;
top: 0;
left: 0;
}
}
}
.box-multiple {
margin-left: .75rem;
.image {
width: 32%;
height: 0;
padding-top: 32%;
position: relative;
margin-left: 2%;
img {
position: absolute;
top: 0;
left: 0;
}
}
}
}
&:hover .item-title {
color: #8D929C;
}
}
}
}
.column-6,
.column-7 {
.column-cont {
margin-top: .75rem;
.item {
padding: .75rem 0;
&:hover {
.item-title {
color: #333;
}
.item-date {
color: #909090;
}
}
}
}
}
.column-7 {
.col-8 {
background: transparent;
flex-direction: column;
padding: 0;
}
.column-left {
background: #ffffff;
padding: 1rem;
border-radius: .5rem;
}
.column-right {
background: #ffffff;
padding: 1rem;
border-radius: .5rem;
margin-top: 1rem;
margin-left: 0;
}
}
}
}
}