coze-middleschool/src/components/AntechamberScore/index.module.css

41 lines
668 B
CSS

.scoreWrapper {
padding: 15px;
width: 100%;
box-sizing: border-box;
}
.innerWrapper {
padding: 15px;
width: 100%;
background: rgba(255, 255, 255, 0.7);
border-radius: 13px;
border: 1px solid #f4f6fa;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.detail {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
font-size: 16px;
}
.right{
color: #1580FF;
display: flex;
align-items: center;
}
.imgIcon{
width: 91px;
height: 15px;
}
.rightBlue{
width: 10px;
height: 10px;
}