|
@@ -89,7 +89,7 @@
|
|
|
input {
|
|
input {
|
|
|
caret-color: $primary-color; //光标颜色
|
|
caret-color: $primary-color; //光标颜色
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
- background: $ecard-bg-color;
|
|
|
|
|
|
|
+ background: transparent;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
outline: 0 none;
|
|
outline: 0 none;
|
|
|
border: 0;
|
|
border: 0;
|
|
@@ -99,7 +99,7 @@
|
|
|
.nut-ecard-input {
|
|
.nut-ecard-input {
|
|
|
caret-color: $primary-color; //光标颜色
|
|
caret-color: $primary-color; //光标颜色
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
- background: $ecard-bg-color;
|
|
|
|
|
|
|
+ background: transparent;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
outline: 0 none;
|
|
outline: 0 none;
|
|
|
border: 0;
|
|
border: 0;
|