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.

66 lines
1.0 KiB

/* pages/entryInfoDetails/entryInfoDetails.wxss */
.content {
margin-top: 20rpx;
padding-top: 1rpx;
padding-bottom: 1rpx;
width: 750rpx;
background-color: #ffffff;
font-size: 28rpx;
}
.content-title {
margin: 20rpx;
margin-left: 20rpx;
font-weight: bold;
font-size: 30rpx;
}
.content-list {
display: flex;
margin: 20rpx;
}
.content-title-item{
width: 180rpx;
flex-shrink: 0;
margin-right: 20rpx;
}
.id-card-img {
margin-left: 20rpx;
width: 200rpx;
height: 150rpx;
}
.content-line {
width: 100%;
height: 2rpx;
background-color: #f2f2f2;
}
.buttom-margin {
width: 750rpx;
height: 200rpx;
}
.from-submit-buttom {
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
width: 750rpx;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: #fff;
z-index: 10;
}
.from-submit-buttom-delete {
width: 750rpx;
height: 80rpx;
background-color: #0A6597;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}