2025-06-06 15:17:30 +08:00
|
|
|
page{
|
|
|
|
background-color: rgb(247, 247, 247);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content{
|
|
|
|
background-color: rgb(247, 247, 247);
|
2025-06-09 17:19:11 +08:00
|
|
|
background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%);
|
2025-06-06 15:17:30 +08:00
|
|
|
padding: 0 30rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 100vh;
|
|
|
|
padding-bottom: 80rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title{
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 32rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 66rpx;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-before{
|
|
|
|
height: 24rpx;
|
|
|
|
border-radius: 6rpx;
|
|
|
|
width: 6rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
background:linear-gradient(180.00deg, rgb(38, 165, 246),rgba(38, 165, 246, 0) 100%)
|
|
|
|
}
|
|
|
|
|
|
|
|
.play{
|
|
|
|
padding: 0 30rpx 0 30rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
/* margin-bottom: -170rpx; */
|
|
|
|
/* min-height: 428rpx; */
|
|
|
|
height: 350rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-play{
|
|
|
|
margin-right: -82rpx;
|
|
|
|
width: 428rpx;
|
|
|
|
height: 428rpx;
|
|
|
|
/* z-index: 1; */
|
|
|
|
/* overflow: hidden; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.play-text{
|
|
|
|
font-size: 28rpx;
|
|
|
|
padding-top: 70rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-style{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-line{
|
|
|
|
height: 16rpx;
|
|
|
|
background-color: #FFC20E;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
width: 110rpx;
|
|
|
|
margin-top: -18rpx;
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab{
|
|
|
|
width: 536rpx;
|
|
|
|
display: flex;
|
|
|
|
height: 80rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
margin-top: -80rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-l{
|
|
|
|
flex: 1;
|
|
|
|
background-color: #fff;
|
|
|
|
/* backdrop-filter: blur(20rpx); */
|
|
|
|
border-radius: 20rpx 0 0 0;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-l-content{
|
|
|
|
background-color: rgba(38, 165, 246, 1);
|
|
|
|
border-radius: 20rpx 0 38rpx 0;
|
|
|
|
height: 80rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-r{
|
|
|
|
flex: 1;
|
|
|
|
background:rgba(38, 165, 246, 1);
|
|
|
|
border-radius: 0 20rpx 0 0rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-r-content{
|
|
|
|
background:rgba(255,255,255,1);
|
|
|
|
border-radius:38rpx 20rpx 0 0 ;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 80rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.card{
|
|
|
|
min-height: 800rpx;
|
|
|
|
width: 100%;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 0 20rpx 20rpx 20rpx;
|
|
|
|
padding: 0 60rpx ;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconn{
|
|
|
|
margin-right: 6rpx;
|
|
|
|
margin-top: -6rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell{
|
|
|
|
padding: 44rpx 4rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 26rpx;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.left{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-img{
|
|
|
|
width: 48rpx;
|
|
|
|
height: 48rpx;
|
|
|
|
margin-right: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 26rpx;
|
|
|
|
max-width: 60%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name{
|
|
|
|
margin-top: 4rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #777777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right{
|
|
|
|
border-radius: 75px;
|
|
|
|
background: rgb(38, 166, 246);
|
|
|
|
padding: 12rpx 0rpx;
|
|
|
|
width: 120rpx;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
width: 160rpx;
|
|
|
|
min-width: 160rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.use{
|
|
|
|
color: rgb(38, 166, 246);
|
|
|
|
background-color: #fff;
|
|
|
|
border: 2rpx solid rgb(38, 166, 246);
|
|
|
|
}
|