|
@@ -22659,16 +22659,20 @@ ol {
|
|
|
.isChooseCard,
|
|
|
.noCard,
|
|
|
.isCard1 {
|
|
|
- width: 130px;
|
|
|
+ min-width: 130px;
|
|
|
+ width: auto;
|
|
|
height: 60px;
|
|
|
text-align: center;
|
|
|
line-height: 60px;
|
|
|
font-size: 20px;
|
|
|
cursor: pointer;
|
|
|
- background-image: url("../../assets/icon/conSentences/titleBorder.png");
|
|
|
+ background-image: url("../../../assets/icon/conSentences/titleBorder.png");
|
|
|
background-size: cover;
|
|
|
transition: all 2s;
|
|
|
margin-right: 20px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 0 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.isCard > div,
|
|
@@ -22677,7 +22681,7 @@ ol {
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- width: 75%;
|
|
|
+ width: 100%;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|