2025-06-09 17:19:11 +08:00

143 lines
2.5 KiB
Plaintext

page{
background-color: rgb(247, 247, 247);
}
.page-content{
background-color: rgb(247, 247, 247);
background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%);
padding: 0 30rpx;
box-sizing: border-box;
min-height: 100vh;
}
.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: 60rpx 100rpx; */
box-sizing: border-box;
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
}
.iconn{
/* margin-right: 6rpx; */
margin-top: -6rpx;
margin-left: 10rpx;
}
.cell{
padding: 34rpx 52rpx 34rpx 60rpx;
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);
}
.cell-right{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 26rpx;
}