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