You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.2 KiB
82 lines
1.2 KiB
|
|
.omit {
|
|
font-size: 48rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.card-code {
|
|
margin-top: 15rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
color: #FFFFFF;
|
|
font-size: 38rpx;
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.card-type {
|
|
font-size: 24rpx;
|
|
color: #F1F1F1;
|
|
}
|
|
.bank-name {
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.bank-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 30rpx;
|
|
}
|
|
.bank-head {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
}
|
|
.bank-head image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
padding: 15rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.bank-icon {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
left: 20rpx;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.bank-watermark {
|
|
position: absolute;
|
|
right: 60rpx;
|
|
bottom: -30rpx;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
-webkit-filter: grayscale(100%) brightness(400%);
|
|
filter: grayscale(100%) brightness(400%);
|
|
opacity: 0.1;
|
|
}
|
|
.bank-item {
|
|
flex: 1;
|
|
margin-top: 20rpx;
|
|
position: relative;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
}
|
|
/* .bank-item:after {
|
|
content: "";
|
|
display: block;
|
|
background: inherit;
|
|
filter: blur(10rpx);
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 10rpx;
|
|
left: 10rpx;
|
|
z-index: -1;
|
|
opacity: 0.4;
|
|
transform-origin: 0 0;
|
|
border-radius: inherit;
|
|
transform: scale(1, 1);
|
|
} */
|
|
|
|
|