90 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2025-06-06 15:17:30 +08:00
/* subpackage/teacher/homework-detail/home-detail.wxss */
.card{
background-color: #fff;
box-shadow: 0 0 10rpx rgb(223, 222, 222);
border-radius: 20rpx;
box-sizing: border-box;
}
.card1{
padding: 42rpx 42rpx 22rpx;
margin: 20rpx 30rpx 30rpx;
display: flex;
flex-wrap: wrap;
}
.title{
font-size: 22rpx;
display: flex;
align-items: center;
margin-right: 40rpx;
margin-bottom: 16rpx;
}
.title-before{
height: 24rpx;
border-radius: 0 6rpx 0 0;
width: 6rpx;
margin-right: 14rpx;
background:linear-gradient(180.00deg, rgb(38, 165, 246),rgba(38, 165, 246, 0) 100%)
}
.tab{
display: flex;
padding: 16rpx;
margin: 0 30rpx;
justify-content: space-between;
}
.tab-item{
border-radius: 20rpx;
width: 45%;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
height: 80rpx;
color:#333333;
}
.active{
background-color: #0082FF;
font-weight: bold;
color: #fff;
}
.card2{
margin: 0 30rpx;
margin-top: 40rpx;
padding: 40rpx 100rpx 90rpx 90rpx;
font-size: 28rpx;
}
.title2{
/* padding: 0 20rpx; */
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
color: #666666;
padding-bottom: 10rpx;
}
.user-item{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 60rpx;
}
.user-img{
width: 60rpx;
height: 60rpx;
border-radius: 50%;
margin-right: 20rpx;
}
.left{
display: flex;
align-items: center;
}