38 lines
525 B
Plaintext
38 lines
525 B
Plaintext
.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;
|
|
}
|
|
|
|
.right{
|
|
color: #1580FF;
|
|
}
|
|
|
|
.imgIcon{
|
|
width: 91px;
|
|
height: 15px;
|
|
}
|
|
|
|
.rightBlue{
|
|
width: 10px;
|
|
height: 10px;
|
|
} |