2024-02-21 17:43:11 +08:00

46 lines
693 B
Plaintext

.page{
width: 100%;
height: 100%;
background-color: #EBEBEB;
overflow: hidden;
}
.listBox{
width: 100%;
height: 300rpx;
padding: 4%;
box-sizing: border-box;
display: flex;
background-color: white;
margin-bottom: 20rpx;
}
image{
width: 100%;
height: 100%;
}
.lable {
padding:0 10rpx 0 40rpx;
background-color: #4C84FF;
font-size: 22rpx;
color: white;
border-radius: 50rpx 0 0 50rpx;
height: 50rpx;
line-height: 50rpx;
position: relative;
position: absolute;
right: 0;
bottom: 0;
}
.circular {
display: inline-block;
background: white;
width: 14rpx;
height: 14rpx;
border-radius: 50%;
position: absolute;
top: 36%;
left: 10%;
}