You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.2 KiB

/**index.wxss**/
4 years ago
.main{
padding-bottom: 0;
}
.tab{
display: flex;
justify-content: space-between;
padding: 30rpx;
}
.tab-item{
display: flex;
flex-direction: column;
align-items: center;
}
4 years ago
.tab-title{
font-size: 30rpx;
font-weight: bold;
color: #565A6B;
}
.tab-tag{
width: 44rpx;
height: 10rpx;
display: none;
}
.active .tab-title{
font-size: 34rpx;
font-weight: bold;
color: #262936;
}
.active .tab-tag{
display: block;
}
.list{
height: 100%;
}
.list-item{
width: 688rpx;
height: 208rpx;
background: #FFFFFF;
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15);
border-radius: 18rpx;
margin: 0 auto;
4 years ago
margin-bottom: 24rpx;
padding: 30rpx;
box-sizing: border-box;
}
.list-info{
display: flex;
justify-content: space-between;
}
.list-title{
max-width: 488rpx;
font-size: 33rpx;
color: #262936;
line-height: 47rpx;
}
.list-tag{
width: 89rpx;
height: 34rpx;
line-height: 34rpx;
border-radius: 4rpx;
font-size: 22rpx;
font-weight: bold;
color: #FFFFFF;
margin-top: 10rpx;
}
.list-timer{
margin-top: 10rpx;
font-size: 26rpx;
color: #838B99;
}
4 years ago
.bottom{
width: 688rpx;
height: 208rpx;
}