|
@@ -467,6 +467,8 @@ export default {
|
|
|
}
|
|
|
.choose{
|
|
|
padding-bottom: .2rem;
|
|
|
+ position: relative;
|
|
|
+ left: -0.12rem;
|
|
|
.choo-symp{
|
|
|
display: inline-block;
|
|
|
min-width:2rem;
|
|
@@ -474,7 +476,7 @@ export default {
|
|
|
background: #colors[btn];
|
|
|
border-radius: .08rem;
|
|
|
white-space: nowrap;
|
|
|
- margin: 0 .25rem .3rem 0;
|
|
|
+ margin: 0 .12rem .3rem 0.12rem;
|
|
|
span{
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
@@ -491,9 +493,9 @@ export default {
|
|
|
height: .74rem;
|
|
|
}
|
|
|
}
|
|
|
- .choo-symp:nth-child(3n+3){
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
+ // .choo-symp:nth-child(3n+3){
|
|
|
+ // margin-right: 0;
|
|
|
+ // }
|
|
|
.label{
|
|
|
.label;
|
|
|
}
|