31 lines
792 B
Plaintext
31 lines
792 B
Plaintext
/* pages/teacher/resource/resource.wxss */
|
|
.padding{
|
|
padding: 0 30rpx;
|
|
padding-bottom: 300rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.card{
|
|
height: 440rpx;
|
|
width: 100%;
|
|
background-size: cover;
|
|
/* box-shadow: 0 10rpx 10rpx rgba(0, 0, 0, 0.08); */
|
|
border-radius: 20rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.password{
|
|
background-image: url(https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/password.png);
|
|
}
|
|
|
|
.music{
|
|
background-image: url(https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/music.png);
|
|
}
|
|
|
|
.pdf{
|
|
background-image: url(https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/teaching_plan.png);
|
|
}
|
|
|
|
.video{
|
|
background-image: url(https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/teaching_video.png);
|
|
} |