43 lines
709 B
Plaintext
Raw Permalink Normal View History

2025-06-06 15:17:30 +08:00
/* subpackage/teacher/room-list/room-list.wxss */
.card{
margin: 40rpx 30rpx;
border-radius: 20rpx;
overflow: hidden;
background-color: #fff;
}
.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-img{
height: 260rpx;
width: 100%;
}
.bottom{
background-color: #fff;
padding: 24rpx 30rpx ;
font-size: 22rpx;
display: flex;
align-items: center;
padding-right: 50rpx;
justify-content: space-between;
}
.address{
padding-left: 8rpx;
font-size: 20rpx;
}