102 lines
1.5 KiB
Plaintext
102 lines
1.5 KiB
Plaintext
/* packageH/project_verification/WriteOff/WriteOff.wxss */
|
|
.card {
|
|
display: block;
|
|
position: relative;
|
|
margin: 30rpx auto;
|
|
width: 650rpx;
|
|
height: 733rpx;
|
|
border-radius: 15rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.card-decoration {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: 210rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.card-decoration view {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 50%;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.card-decoration view:first-child {
|
|
margin-left: -20rpx;
|
|
}
|
|
|
|
.card-decoration view:last-child {
|
|
margin-right: -20rpx;
|
|
}
|
|
|
|
.card-header {
|
|
display: flex;
|
|
}
|
|
|
|
.project-cover {
|
|
flex-shrink: 0;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.project-info {
|
|
margin-left: 17rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.project-name {
|
|
width: 410rpx;
|
|
line-height: 40rpx;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.project-used-counts {
|
|
margin-top: 4rpx;
|
|
line-height: 40rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.project-remaining-counts {
|
|
margin-top: 4rpx;
|
|
color: #ce811d;
|
|
}
|
|
|
|
.project-expire {
|
|
margin-top: 30rpx;
|
|
color: #ce811d;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.card-code {
|
|
margin: 50rpx auto 0;
|
|
width: 586rpx;
|
|
padding-top: 43rpx;
|
|
text-align: center;
|
|
border-top: 1px dashed #e5bc86;
|
|
box-sizing: border-box;
|
|
background-color: white;
|
|
}
|
|
|
|
.card-code-image {
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
}
|
|
|
|
.verify-prompt {
|
|
line-height: 40rpx;
|
|
color: #202020;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
}
|