41 lines
618 B
Plaintext
41 lines
618 B
Plaintext
/* packageH/project_verification/BusinessVerification/BusinessVerification.wxss */
|
|
panel {
|
|
display: block;
|
|
}
|
|
|
|
panel:first-child {
|
|
border-top: 1px solid #ebebeb;
|
|
}
|
|
|
|
panel + panel {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.form-item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 45rpx;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.form-item view {
|
|
margin-right: 16rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.counts-input {
|
|
padding: 0 10rpx;
|
|
width: 140rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border: 1px solid #cacaca;
|
|
border-radius: 4rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form-operation {
|
|
margin-top: 79rpx;
|
|
text-align: center;
|
|
}
|