|
@@ -469,8 +469,9 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.active{
|
|
.active{
|
|
- font-size: .28rem;
|
|
|
|
|
|
+ font-size: #font[dialog];
|
|
color: #colors[theme];
|
|
color: #colors[theme];
|
|
|
|
+ font-weight: 500;
|
|
}
|
|
}
|
|
.progress{
|
|
.progress{
|
|
height:0.06rem;
|
|
height:0.06rem;
|
|
@@ -491,7 +492,7 @@ export default {
|
|
background-color: #colors[theme];
|
|
background-color: #colors[theme];
|
|
border-radius: .24rem 0 .24rem .24rem;
|
|
border-radius: .24rem 0 .24rem .24rem;
|
|
margin-top: .3rem;
|
|
margin-top: .3rem;
|
|
- font-size: .28rem;
|
|
|
|
|
|
+ font-size: #font[dialog];
|
|
padding: .24rem;
|
|
padding: .24rem;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
p {
|
|
p {
|
|
@@ -513,7 +514,7 @@ export default {
|
|
background-color: #colors[bgques];
|
|
background-color: #colors[bgques];
|
|
border-radius: 0 .24rem .24rem .24rem;
|
|
border-radius: 0 .24rem .24rem .24rem;
|
|
margin-top: .3rem;
|
|
margin-top: .3rem;
|
|
- font-size: .28rem;
|
|
|
|
|
|
+ font-size: #font[dialog];
|
|
padding: .24rem;
|
|
padding: .24rem;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
@@ -526,7 +527,7 @@ export default {
|
|
.edit{
|
|
.edit{
|
|
color: #colors[theme];
|
|
color: #colors[theme];
|
|
font-style: normal;
|
|
font-style: normal;
|
|
- font-size: .26rem;
|
|
|
|
|
|
+ font-size: #font[dialog];
|
|
float: right;
|
|
float: right;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-top: .56rem;
|
|
margin-top: .56rem;
|
|
@@ -540,7 +541,7 @@ export default {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 0.88rem;
|
|
height: 0.88rem;
|
|
- font-size: .28rem;
|
|
|
|
|
|
+ font-size: #font[dialog];
|
|
background-color: #colors[btn];
|
|
background-color: #colors[btn];
|
|
line-height: 0.88rem;
|
|
line-height: 0.88rem;
|
|
margin-top: 0.8rem;
|
|
margin-top: 0.8rem;
|