支付宝支付ui更改
This commit is contained in:
@@ -60,11 +60,11 @@
|
|||||||
.pay{
|
.pay{
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
font-size:120%;
|
font-size:120%;
|
||||||
background-color:#df6051;
|
background-color:#2F87FD;
|
||||||
}
|
}
|
||||||
.pay:active{
|
.pay:active{
|
||||||
/*background-color: #df6051;*/
|
/*background-color: #df6051;*/
|
||||||
background-color: rgba(223,96,81,0.7);
|
background-color: #2267c3;
|
||||||
}
|
}
|
||||||
.shouyin{
|
.shouyin{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -118,13 +118,13 @@
|
|||||||
width: 2px;
|
width: 2px;
|
||||||
height: 1.875rem;
|
height: 1.875rem;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
background: #df6051;
|
background: #2F87FD;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
animation: gb 1.3s infinite;
|
animation: gb 1.3s infinite;
|
||||||
}
|
}
|
||||||
.money-input {
|
.money-input {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #df6051;
|
color:#2F87FD;
|
||||||
}
|
}
|
||||||
@keyframes gb {
|
@keyframes gb {
|
||||||
from {
|
from {
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
height: 1.8rem;
|
height: 1.8rem;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #df6051;
|
background-color: #2F87FD;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.remark-text{
|
.remark-text{
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="payinfo" id="payinfo">
|
<div class="payinfo" id="payinfo">
|
||||||
<div class="shouyin" onclick="showInput()">
|
<div class="shouyin" onclick="showInput()">
|
||||||
<p>收 银 就 用 收 银 呗</p>
|
<p>智 慧 经 营 就 用 快 银</p>
|
||||||
</div>
|
</div>
|
||||||
<table cellspacing="0" cellpadding="0" id="table1">
|
<table cellspacing="0" cellpadding="0" id="table1">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user