|
@@ -54,7 +54,7 @@ import $ from 'jquery';
|
|
|
border-radius: .2rem;
|
|
|
z-index: 1000;
|
|
|
.text{
|
|
|
- color:#000;
|
|
|
+ color:#colors[quest];
|
|
|
text-align: center;
|
|
|
height: 1.25rem;
|
|
|
// overflow-y: auto;
|
|
@@ -72,11 +72,7 @@ import $ from 'jquery';
|
|
|
height: .70rem;
|
|
|
line-height: .70rem;
|
|
|
text-align: center;
|
|
|
- // color: #fff;
|
|
|
font-size: .30rem;
|
|
|
- // background: -webkit-gradient(linear, right top, left top, from(#4F8BFF), to(#4F4FFF));
|
|
|
- // background: linear-gradient(right, #4F8BFF, #4F4FFF);
|
|
|
- // box-shadow: 0 .12rem .24rem 0 rgba(79,129,255,0.40);
|
|
|
border-radius: .35rem;
|
|
|
}
|
|
|
.comf{
|
|
@@ -84,7 +80,7 @@ import $ from 'jquery';
|
|
|
border:2px solid rgba(246,75,68,1);
|
|
|
}
|
|
|
.canc{
|
|
|
- color: #4F50FF;
|
|
|
+ color: #colors[theme];
|
|
|
border:2px solid rgba(79,80,255,1);
|
|
|
}
|
|
|
}
|