|
@@ -355,7 +355,7 @@ export default {
|
|
|
margin-top: 0.15rem;
|
|
|
/deep/.van-cell {
|
|
|
padding: 0.14rem 0.16rem;
|
|
|
- font-size: .17rem;
|
|
|
+ font-size: 16px;
|
|
|
line-height: .24rem;
|
|
|
}
|
|
|
}
|
|
@@ -365,7 +365,7 @@ export default {
|
|
|
padding: 0.05rem 0;
|
|
|
.text {
|
|
|
margin-right: 0.15rem;
|
|
|
- font-size: 0.17rem;
|
|
|
+ font-size: 16px;
|
|
|
color: #1a1a1a;
|
|
|
}
|
|
|
/deep/.van-rate {
|
|
@@ -374,14 +374,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/.van-cell__title {
|
|
|
- font-size: 0.17rem;
|
|
|
+ font-size: 16px;
|
|
|
color: #1a1a1a;
|
|
|
flex: auto 1;
|
|
|
width: 1.2rem;
|
|
|
}
|
|
|
/deep/.van-field__control,
|
|
|
/deep/.van-cell__value {
|
|
|
- font-size: 0.17rem;
|
|
|
+ font-size: 16px;
|
|
|
color: #666;
|
|
|
width: 70%;
|
|
|
flex: auto;
|