/* subpackage/teacher/resource/resource.wxss */ .title{ font-weight: bold; font-size: 28rpx; display: flex; align-items: center; } .title-before{ height: 24rpx; border-radius: 6rpx; width: 6rpx; margin-right: 16rpx; background:linear-gradient(180.00deg, rgb(38, 165, 246),rgba(38, 165, 246, 0) 100%) } .card{ border-radius: 20rpx; height: 280rpx; width: 330rpx; background-size: cover; margin-top: 20rpx; padding: 20rpx 30rpx; box-sizing: border-box; background-color: #fff; } .type{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 30rpx; box-sizing: border-box; /* margin-top: 40rpx; */ } .block{ margin-top: 40rpx; } .t2{ font-size: 30rpx; margin-left: 38rpx; } .t3{ margin-left: 58rpx; margin-bottom: -10rpx; margin-top: 20rpx; } .vid{ height: 170rpx; width: 270rpx; margin-top: 18rpx; border-radius: 20rpx; }