- 冀
+ 蒙
川
@@ -646,6 +646,7 @@ export default {
justify-content: flex-end;
margin-top: 18px;
text-align: right;
+ color: #4194EF;
input[type="radio"] {
display: none;
}
@@ -684,15 +685,15 @@ export default {
justify-content: space-between;
align-items: center;
.spot {
- width: 0.2rem;
- height: 0.2rem;
+ width: 0.4rem;
+ height: 0.4rem;
border-radius: 50%;
- background-color: #d8d8d8;
+ background-color: #999;
}
& > div {
- width: 1.8rem;
- height: 1.8rem;
- border: 1px solid #e4e4e4;
+ width: 2.3rem;
+ height: 2.3rem;
+ border: 1px solid #4194EF;
&.first {
position: relative;
text-align: center;
@@ -734,7 +735,7 @@ export default {
justify-content: center;
width: 100%;
height: 100%;
- font-size: 1rem;
+ font-size: 1.2rem;
color: #828282;
&.first {
background-color: #9cbce2;
@@ -781,8 +782,8 @@ export default {
margin-bottom: 0.45rem;
.word {
box-sizing: border-box;
- width: 1.8rem;
- height: 1.8rem;
+ width: 2.2rem;
+ height: 2.2rem;
// border: 1px solid #9cbce2;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
border-radius: 0.16rem;
@@ -803,6 +804,7 @@ export default {
color: #000;
// border: 1px solid #fff;
border-radius: 0.125rem;
+ font-size: 1.2rem;
}
img {
width: 1.6rem;
@@ -825,18 +827,19 @@ export default {
justify-content: space-between;
align-items: center;
height: 2rem;
- margin-bottom: 0.3rem;
+ margin-bottom: 0.6rem;
span {
text-align: center;
display: flex;
- width: 1.8rem;
+ width: 2.2rem;
align-items: center;
justify-content: center;
- height: 1.8rem;
+ height: 2.2rem;
margin: 0 0.3rem;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
background-color: #fff;
border-radius: 0.125rem;
+ font-size: 1.2rem;
&:active {
background-color: #e4e4e4;
}
@@ -882,6 +885,7 @@ export default {
border-radius: 2px;
display: flex;
justify-content: space-between;
+ color: #4194EF;
}
}
.addCarNum{