|
@@ -485,13 +485,44 @@
|
|
|
width: 100rpx;height: 100rpx;z-index: 2;
|
|
width: 100rpx;height: 100rpx;z-index: 2;
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
position: absolute;bottom: 12rpx;right: 12rpx;
|
|
position: absolute;bottom: 12rpx;right: 12rpx;
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
- .item-play-btn::before{
|
|
|
|
|
- content: '';width: 46rpx;height: 48rpx;display: block;
|
|
|
|
|
- background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
|
|
|
|
|
|
|
+ &::before{
|
|
|
|
|
+ content: '';width: 46rpx;height: 48rpx;display: block;
|
|
|
|
|
+ background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaSmall() {
|
|
|
|
|
+ .xbb-list-box{
|
|
|
|
|
+ padding-bottom: 21rpx;
|
|
|
|
|
+ .xbb-item-box{width: 720rpx;height: 180rpx;padding: 17rpx 23rpx;margin: 0 auto 10rpx;}
|
|
|
|
|
+ .item-img-box{width: 117rpx;height: 143rpx;border-radius: 8rpx;margin-right: 21rpx;}
|
|
|
|
|
+ .item-content-box{
|
|
|
|
|
+ .item-name{font-size: 22rpx;margin-bottom: 10rpx;}
|
|
|
|
|
+ .item-bb{font-size: 20rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .item-play-btn{
|
|
|
|
|
+ width: 65rpx;height: 65rpx;bottom: 8rpx;right: 8rpx;
|
|
|
|
|
+ &::before{width: 30rpx;height: 31rpx;@include ezy-no-repeat-contain;}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaBig() {
|
|
|
|
|
+ .xbb-list-box{
|
|
|
|
|
+ padding-bottom: 51rpx;
|
|
|
|
|
+ .xbb-item-box{width: auto;height: 437rpx;padding: 42rpx 58rpx;margin: 0 42rpx 26rpx;}
|
|
|
|
|
+ .item-img-box{width: 288rpx;height: 352rpx;border-radius: 19rpx;margin-right: 51rpx;}
|
|
|
|
|
+ .item-content-box{
|
|
|
|
|
+ .item-name{font-size: 54rpx;margin-bottom: 26rpx;}
|
|
|
|
|
+ .item-bb{font-size: 46rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .item-play-btn{
|
|
|
|
|
+ width: 160rpx;height: 160rpx;bottom: 19rpx;right: 19rpx;
|
|
|
|
|
+ &::before{width: 74rpx;height: 77rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 学习大纲
|
|
// 学习大纲
|