yuminge-app/yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardReimburse/pickUpCardReimburse.wxss

119 lines
1.8 KiB
Plaintext

/* packageE/picUpCard/picUpCardReimburse/picUpCardReimburse.wxss */
page {
background: #fff;
}
.imagebox {
text-align: center;
padding: 1rem 0.938rem 0;
}
.imagebox .image {
width: 100%;
border-radius: 0.625rem;
}
.content {
padding: 1rem 0.938rem;
padding-bottom: 3rem;
}
.content .field {
padding: 0.8rem 0;
display: flex;
border-bottom: 0.031rem solid #f5f5f5;
}
.content .field:last-child {
border-bottom: none;
}
.content .field.vertical {
flex-direction: column;
}
.content .field .text {
font-size: 0.938rem;
color: #333;
font-weight: bold;
}
.content .field .input {
padding-left: 0.813rem;
font-size: 0.938rem;
color: #999;
flex: 1;
}
.content .field .imgs {
padding-top: 1rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.content .field .imgs .img {
margin-bottom: 40rpx;
width: 304rpx;
height: 200rpx;
border-radius: 10rpx;
}
.content .submit {
width: 19.125rem;
height: 2.5rem;
background-color: #f15353;
border-radius: 0.469rem;
font-size: 0.938rem;
color: #fff;
margin-top: 2rem;
}
.examing {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 6.015rem;
}
.examing .text {
padding-top: 1.063rem;
color: #333;
font-size: 0.938rem;
}
.explainWrapper {
width: 680rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.explainWrapper .explainTextWrapper {
background: #fff;
width: 680rpx;
border-radius: 18rpx;
}
.explainWrapper .explainTextWrapper .explainTextTitle {
color: #000;
font-size: 32rpx;
padding-top: 26rpx;
text-align: center;
}
.explainWrapper .explainTextWrapper .explainTextContent {
width: 680rpx;
color: #666;
line-height: 48rpx;
letter-spacing: 2rpx;
font-size: 28rpx;
padding: 40rpx 40rpx 80rpx 40rpx;
}
.explainWrapper .close {
color: #fff;
font-size: 100rpx;
}