|
@@ -2205,11 +2205,20 @@ export default {
|
|
|
.sd_score .score_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: flex-start;
|
|
|
margin-bottom: 15px;
|
|
|
- /* margin-left: 30px; */
|
|
|
+ margin: 10px 0 0 30px;
|
|
|
+}
|
|
|
+.sd_score .score_box > span:nth-child(1) {
|
|
|
+ margin-right: 20px;
|
|
|
+ text-align-last: justify;
|
|
|
+ max-width: 120px;
|
|
|
+ width: 80px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ word-break: break-word;
|
|
|
}
|
|
|
-
|
|
|
.sd_score .score_box:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|