105 lines
1.5 KiB
Plaintext
105 lines
1.5 KiB
Plaintext
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
|
|
.line {
|
|
width: 1rpx;
|
|
height: 80%;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.in-bg {
|
|
margin: auto;
|
|
background: #ffffff;
|
|
border-radius: 12rpx;
|
|
height: 76rpx;
|
|
width: 92%;
|
|
margin-top: 24rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.in-bg input {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.in-bg image {
|
|
width: 40rpx;
|
|
height: 35rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.in-bg .lab {
|
|
margin-left: 20rpx;
|
|
width: 230rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.item {
|
|
width: 686rpx;
|
|
/* height: 296rpx; */
|
|
background-color: #FFFFFF;
|
|
margin: 32rpx auto;
|
|
border-radius: 16rpx;
|
|
padding: 32rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.item_top {
|
|
display: flex;
|
|
border-bottom: 1rpx dashed #f5f5f5;
|
|
padding-bottom: 24rpx;
|
|
}
|
|
|
|
.item_bot {
|
|
padding-top: 24rpx;
|
|
}
|
|
|
|
.item>view>view>view:nth-child(1) {
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #808080;
|
|
}
|
|
|
|
.item>view>view>view:nth-child(2) {
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.item_name {
|
|
width: 210rpx;
|
|
}
|
|
|
|
.item_sex {
|
|
width: 110rpx;
|
|
}
|
|
|
|
.item_birthday {
|
|
width: 200rpx;
|
|
}
|
|
|
|
.item_address {
|
|
width: 100%;
|
|
}
|
|
|
|
.item_details {
|
|
width: 180rpx;
|
|
height: 48rpx;
|
|
background-color: #3587FB;
|
|
border-radius: 0rpx 16rpx 0rpx 16rpx;
|
|
position: absolute;
|
|
top: 0rpx;
|
|
right: 0rpx;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
} |