108 lines
1.7 KiB
Plaintext
108 lines
1.7 KiB
Plaintext
|
.swiper-box, swiper, .swiper-item, .swiper-item image{
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
}
|
||
|
.link-box{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
padding: 15rpx 30rpx;
|
||
|
}
|
||
|
.link{
|
||
|
width: 49%;
|
||
|
background:linear-gradient(90deg,rgba(113,150,254,1) 0%,rgba(75,122,254,1) 100%);
|
||
|
padding: 30rpx 35rpx;
|
||
|
box-sizing: border-box;
|
||
|
color: #fff;
|
||
|
border-radius: 10rpx;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.cn{
|
||
|
font-size: 32rpx;
|
||
|
}
|
||
|
.en{
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.link image{
|
||
|
width: 80rpx;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.match{
|
||
|
margin: 10rpx 0;
|
||
|
padding: 0 30rpx;
|
||
|
}
|
||
|
.match-title{
|
||
|
padding-bottom: 10rpx;
|
||
|
font-size: 36rpx;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.match-list{
|
||
|
margin: 15rpx 0;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.match-box{
|
||
|
width: 49%;
|
||
|
border: 2rpx solid #ECECEC;
|
||
|
border-radius: 10rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
}
|
||
|
.match-image image{
|
||
|
width: 100%;
|
||
|
height: 240rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.match-name{
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
font-size: 28rpx;
|
||
|
padding: 0 10rpx 10rpx;
|
||
|
color: #000;
|
||
|
}
|
||
|
.match-date{
|
||
|
font-size: 24rpx;
|
||
|
color: #BBB;
|
||
|
padding: 0 10rpx 10rpx;
|
||
|
}
|
||
|
.activity{
|
||
|
margin-top: 15rpx;
|
||
|
padding: 0 30rpx;
|
||
|
}
|
||
|
.activity-title{
|
||
|
padding-bottom: 10rpx;
|
||
|
font-size: 36rpx;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.activity-list{
|
||
|
margin-top: 15rpx;
|
||
|
}
|
||
|
.activity-box{
|
||
|
width: 100%;
|
||
|
margin-bottom: 15rpx;
|
||
|
border: 2rpx solid #ECECEC;
|
||
|
border-radius: 10rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.activity-image, .activity-box image{
|
||
|
width: 100%;
|
||
|
height: 320rpx;
|
||
|
}
|
||
|
.activity-name{
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
.name{
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
font-size: 28rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.date{
|
||
|
font-size: 24rpx;
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.link-text{
|
||
|
width: 65%;
|
||
|
}
|