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.

49 lines
867 B

3 years ago
/* pages/quest/quest.wxss */
.main {
background-color: #F9F9F9;
3 years ago
min-height: 100vh;
3 years ago
}
.mat_image {
width: 296rpx;
height: 296rpx;
/* background: linear-gradient(180deg, #FFB17C 0%, #FFDBC3 100%); */
3 years ago
border-radius: 8rpx;
}
.mat_top {
padding: 16rpx;
}
.mat_bottom {
width: 328rpx;
height: 76rpx;
border-radius: 0rpx 0rpx 10rpx 10rpx;
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 28rpx;
display: flex;
align-items: center;
justify-content: center;
}
.mat_card {
background-color: white;
width: 328rpx;
height: 404rpx;
border-radius: 16rpx;
margin-bottom: 32rpx;
}
.mat{
width: 686rpx;
3 years ago
padding-top: 24rpx;
3 years ago
margin-left: 32rpx;
margin-right: 32rpx;
3 years ago
/* min-height: 100vh; */
display: flex;
flex-wrap: wrap;
justify-content: space-between;
3 years ago
}