127 lines
1.9 KiB
Plaintext
127 lines
1.9 KiB
Plaintext
![]() |
/* subpackage/student/teach/teach.wxss */
|
||
|
page{
|
||
|
padding-bottom: 240rpx;
|
||
|
}
|
||
|
|
||
|
.my-swiper{
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: 40rpx;
|
||
|
}
|
||
|
|
||
|
.sw-img{
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
border-radius: 20rpx;
|
||
|
}
|
||
|
|
||
|
.card{
|
||
|
border-radius: 20rpx;
|
||
|
background-color: #fff;
|
||
|
padding: 40rpx 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
|
||
|
.title{
|
||
|
font-weight: bold;
|
||
|
font-size: 28rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.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%)
|
||
|
}
|
||
|
|
||
|
.hot{
|
||
|
display: flex;
|
||
|
/* width: 100%; */
|
||
|
}
|
||
|
|
||
|
.hot-item{
|
||
|
width: 300rpx;
|
||
|
/* height: 200rpx; */
|
||
|
/* background-color: rgb(214, 15, 15); */
|
||
|
/* margin-top: 20rpx; */
|
||
|
/* display: inline-block; */
|
||
|
margin-right: 30rpx;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.vic{
|
||
|
width: 300rpx;
|
||
|
height: 200rpx;
|
||
|
border-radius: 20rpx;
|
||
|
}
|
||
|
|
||
|
.desc{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
font-size: 24rpx;
|
||
|
margin-top: 6rpx;
|
||
|
}
|
||
|
|
||
|
.hit{
|
||
|
color: #777;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.tab{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
/* justify-content: center; */
|
||
|
/* padding: 10rpx;
|
||
|
background-color: #F4F6F8;
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: 20rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #777777; */
|
||
|
}
|
||
|
|
||
|
.bb{
|
||
|
padding: 10rpx;
|
||
|
background-color: #F4F6F8;
|
||
|
border-radius: 20rpx;
|
||
|
/* margin-top: 20rpx; */
|
||
|
font-size: 24rpx;
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
.tab-item{
|
||
|
padding: 14rpx 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
border-radius: 20rpx;
|
||
|
white-space: nowrap;
|
||
|
/* min-width: 300rpx; */
|
||
|
}
|
||
|
|
||
|
.active{
|
||
|
font-weight: bold;
|
||
|
color: #fff;
|
||
|
background-color: #28A6F6;
|
||
|
}
|
||
|
|
||
|
.hot2{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
flex-wrap: wrap;
|
||
|
margin-top: 40rpx;
|
||
|
}
|
||
|
|
||
|
.hot2-item{
|
||
|
margin-right: 0;
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
.going{
|
||
|
width: 100%;
|
||
|
height: 390rpx;
|
||
|
}
|