本时支付宝小程序
This commit is contained in:
49
pages/payCode/payCode.acss
Executable file
49
pages/payCode/payCode.acss
Executable file
@@ -0,0 +1,49 @@
|
||||
|
||||
.pack-code{
|
||||
text-align: center;
|
||||
background: #ed6a2d url(../../lib/img/code_back.png) no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
.code{
|
||||
background: white;
|
||||
margin: 0 50rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.price-installment{
|
||||
position: relative;
|
||||
border-top: dashed 1rpx #eee;
|
||||
padding: 50rpx 30rpx;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.price-installment::before,
|
||||
.price-installment::after{
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: -12rpx;
|
||||
height: 25rpx;
|
||||
width: 25rpx;
|
||||
background: #ed6a2d;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.price-installment::before{
|
||||
left: -13rpx;
|
||||
}
|
||||
|
||||
.price-installment::after{
|
||||
right: -13rpx;
|
||||
}
|
||||
|
||||
.code-img{
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
.code-price{
|
||||
padding: 30rpx 0;
|
||||
font-size: 45rpx;
|
||||
color: #ed6a2d;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user