给所有支付接口加上了支付宝
This commit is contained in:
@@ -220,6 +220,14 @@ page {
|
||||
.pay-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 20rpx 16rpx;
|
||||
border: 2rpx solid transparent;
|
||||
border-radius: 12rpx;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
|
||||
.pay-row--active {
|
||||
border-color: #52c41a;
|
||||
}
|
||||
|
||||
.pay-icon {
|
||||
@@ -228,6 +236,16 @@ page {
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
|
||||
.pay-icon--alipay {
|
||||
background: #1677ff;
|
||||
color: #fff;
|
||||
font-size: 24rpx;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
line-height: 44rpx;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.pay-label {
|
||||
flex: 1;
|
||||
font-size: 28rpx;
|
||||
@@ -239,12 +257,17 @@ page {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
border-radius: 50%;
|
||||
background: #52c41a;
|
||||
border: 4rpx solid #ddd;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.pay-row--active .pay-check {
|
||||
background: #52c41a;
|
||||
border-color: #52c41a;
|
||||
}
|
||||
|
||||
.pay-check-icon {
|
||||
color: #fff;
|
||||
font-size: 22rpx;
|
||||
|
||||
Reference in New Issue
Block a user