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.
47 lines
886 B
47 lines
886 B
page {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
.incoming-verify {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.incoming-verify .operation {
|
|
width: 100%;
|
|
height: 110rpx;
|
|
background: #fff;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.incoming-verify .operation .left {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.incoming-verify .operation .left text {
|
|
font-size: 32rpx;
|
|
color: 3333;
|
|
}
|
|
.incoming-verify .operation button {
|
|
width: 200rpx;
|
|
height: 72rpx;
|
|
color: #fff;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
border-radius: 8rpx;
|
|
font-size: 32rpx;
|
|
text-align:center;
|
|
line-height: 72rpx;
|
|
background: linear-gradient(to right, #f51111, #fe4a4a);
|
|
}
|
|
.incoming-verify .operation .hover-confirm {
|
|
background: #c00d0d;
|
|
}
|