/* pages/quest/quest.wxss */ .main { background-color: #F9F9F9; min-height: 100vh; } .mat_image { width: 296rpx; height: 296rpx; /* background: linear-gradient(180deg, #FFB17C 0%, #FFDBC3 100%); */ 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; padding-top: 24rpx; margin-left: 32rpx; margin-right: 32rpx; /* min-height: 100vh; */ display: flex; flex-wrap: wrap; justify-content: space-between; }