|
@@ -92,14 +92,16 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
/deep/.main .one:nth-of-type(1) {
|
|
|
+ line-height: 22px;
|
|
|
color: black;
|
|
|
font-weight: 700;
|
|
|
font-size: 18px;
|
|
|
padding-left: 30px;
|
|
|
- background: url("../../assets/img/Layout/chosen.png") left center no-repeat;
|
|
|
+ background: url("../../assets/img/Layout/chosen.png") left 4px no-repeat;
|
|
|
background-size: 22px 18px;
|
|
|
}
|
|
|
/deep/.main .one:nth-of-type(2) {
|
|
|
+ line-height: 22px;
|
|
|
padding-left: 30px;
|
|
|
font-size: 18px;
|
|
|
color: black;
|