|
@@ -145,7 +145,7 @@ uni-input {
|
|
|
height: 45px;
|
|
|
border-radius: 24px;
|
|
|
padding: 5px 12px !important;
|
|
|
- border-color: #7e7e7e !important;
|
|
|
+ border-color: #000 !important;
|
|
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
|
}
|
|
|
|
|
@@ -154,7 +154,7 @@ uni-input {
|
|
|
}
|
|
|
|
|
|
uni-input {
|
|
|
- color: #fff !important;
|
|
|
+ color: #000 !important;
|
|
|
background-color: rgba(255, 255, 255, 0) !important;
|
|
|
border: 0px solid #ededed !important;
|
|
|
padding-left: 0 !important;
|
|
@@ -163,23 +163,23 @@ uni-input {
|
|
|
.u-icon__icon {
|
|
|
font-size: 24px !important;
|
|
|
line-height: 24px !important;
|
|
|
- color: #a8abb2 !important;
|
|
|
+ color: gray !important;
|
|
|
}
|
|
|
|
|
|
.iconfont {
|
|
|
- color: #a8abb2 !important;
|
|
|
+ color: gray !important;
|
|
|
}
|
|
|
|
|
|
.u-button {
|
|
|
width: 35%;
|
|
|
height: 45px;
|
|
|
line-height: 45px;
|
|
|
- color: #fff;
|
|
|
+ color: #2a98ff;
|
|
|
border-radius: 24px;
|
|
|
margin: 0 0 0 5%;
|
|
|
font-size: 17px !important;
|
|
|
white-space: nowrap;
|
|
|
- border-color: #7e7e7e !important;
|
|
|
+ border-color: #2a98ff !important;
|
|
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
|
}
|
|
|
|