daofu-applet/pages/statistic/j-b-x-x/domicileDetail/index.wxss

143 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2024-06-19 15:42:55 +08:00
.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_cent {
border-bottom: 1rpx dashed #f5f5f5;
padding: 22rpx 0rpx;
display: flex;
justify-content: space-between;
}
.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;
}
.item_cent>view:nth-child(1) {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #808080;
}
.item_cent>view:nth-child(2) {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;
}
.br{
width: 92%;
margin: auto;
display: flex;
align-items: center;
font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 36rpx;
color: #333333;
}
.br>view{
width: 4rpx;
height: 36rpx;
background-color: #3587fb;
margin-right: 8rpx;
border-radius: 4rpx 4rpx 4rpx 4rpx;
}