39 lines
841 B
Plaintext
Raw Normal View History

2025-12-19 09:46:56 +08:00
.class_ification.data-v-1833569a {
color: #3d3d3d;
2026-01-30 09:54:46 +08:00
padding: 0 10rpx;
display: flex;
flex-wrap: wrap;
2025-12-19 09:46:56 +08:00
}
.class_ification .items.data-v-1833569a {
text-align: center;
2026-01-30 09:54:46 +08:00
font-size: 22rpx;
2025-12-19 09:46:56 +08:00
width: 20%;
2026-01-30 09:54:46 +08:00
padding-top: 30rpx;
2025-12-19 09:46:56 +08:00
}
.class_ification .items .items_icon.data-v-1833569a {
height: 100rpx;
width: 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
2026-01-30 09:54:46 +08:00
position: relative;
2025-12-19 09:46:56 +08:00
}
.class_ification .items .items_icon image.data-v-1833569a {
2026-01-30 09:54:46 +08:00
height: 100%;
width: 100%;
}
.class_ification .items .items_icon .badge.data-v-1833569a {
position: absolute;
background-color: #f5222d;
color: #fff;
padding: 3rpx;
border-radius: 100rpx;
top: -15rpx;
min-width: 35rpx;
right: -15rpx;
font-size: 23rpx;
2025-12-19 09:46:56 +08:00
}
.class_ification .items .label.data-v-1833569a {
padding: 15rpx 0 0 0;
}