84 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-06-06 15:17:30 +08:00
/* pages/teacher/count/count.wxss */
.card{
background-color: #fff;
box-shadow: 0 0 10rpx rgb(223, 222, 222);
border-radius: 20rpx;
margin: 28rpx 30rpx;
box-sizing: border-box;
display: flex;
padding: 24rpx 40rpx 24rpx 30rpx;
justify-content: space-between;
}
.left{
display: flex;
align-items: center;
font-size: 26rpx;
}
.img{
width: 60rpx;
height: 60rpx;
border-radius: 50%;
margin-right: 16rpx;
}
.card1{
padding: 56rpx 40rpx;
color: #333333;
font-size: 24rpx;
justify-content: space-between;
align-items: center;
}
.num{
font-weight: bold;
font-size: 60rpx;
}
.all-item{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.all-item image{
width: 40rpx;
height: 40rpx;
margin-bottom: 20rpx;
}
.tab{
display: flex;
padding: 0 50rpx;
margin: 30rpx 0;
justify-content: space-between;
}
.tab-item{
/* padding: 8rpx 24rpx 8rpx 30rpx; */
height: 54rpx;
box-sizing: border-box;
width: 100%;
border: 2rpx solid #26A5F6;
border-radius: 50rpx;
font-size: 24rpx;
color: #26A5F6;
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.tab-item image{
width: 20rpx;
height: 20rpx;
margin-left: 16rpx;
margin-bottom: -2rpx;
}
.nothing{
margin-top: 100rpx;
text-align: center;
}