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.
299 lines
4.7 KiB
299 lines
4.7 KiB
2 years ago
|
|
||
|
.resident-container {
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
background-color: #f7f7f7;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
background: #fff;
|
||
|
border-radius: 20rpx;
|
||
|
padding: 30rpx;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.card .title {
|
||
|
font-size: 34rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-left: -30rpx;
|
||
|
margin-bottom: 39rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.card .title:before {
|
||
|
content: '';
|
||
|
display: block;
|
||
|
width: 10rpx;
|
||
|
height: 28rpx;
|
||
|
background: #3A80E7;
|
||
|
border-radius: 4rpx;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
|
||
|
.user-info .name {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
.user-info .address {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 400;
|
||
|
color: #666666;
|
||
|
padding-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
.table .tr {
|
||
|
display: flex;
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
|
||
|
.table .tr .th {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
}
|
||
|
.table .tr .td {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: 500;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.table .tr .th,
|
||
|
.table .tr .td {
|
||
|
flex: 1;
|
||
|
position: relative;
|
||
|
height: 100rpx;
|
||
|
line-height: 100rpx;
|
||
|
}
|
||
|
.table .tr:nth-of-type(2n) {
|
||
|
background: rgba(58, 128, 231, 0.08);
|
||
|
}
|
||
|
|
||
|
.table-right-icon {
|
||
|
width: 24rpx;
|
||
|
height: 24rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: calc(50% - 12rpx);
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.portrait {
|
||
|
position: relative;
|
||
|
width: 633rpx;
|
||
|
height: 542rpx;
|
||
|
font-size: 30rpx;
|
||
|
font-weight: bold;
|
||
|
color: #3A80E7;
|
||
|
line-height: 36rpx;
|
||
|
}
|
||
|
|
||
|
.portrait .tag {
|
||
|
position: absolute;
|
||
|
background: #f4f8fe;
|
||
|
padding: 30rpx;
|
||
|
width: 129rpx;
|
||
|
height: 129rpx;
|
||
|
border-radius: 50%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
box-sizing: border-box;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.portrait .tag:after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: calc(100% - 28rpx);
|
||
|
height: calc(100% - 28rpx);
|
||
|
position: absolute;
|
||
|
left: 14rpx;
|
||
|
top: 14rpx;
|
||
|
background: #d3e3fa;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
.portrait .tag .text {
|
||
|
position: relative;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(1) {
|
||
|
padding: 38rpx;
|
||
|
width: 163rpx;
|
||
|
height: 163rpx;
|
||
|
left: 227rpx;
|
||
|
top: 0;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(2) {
|
||
|
padding: 24rpx;
|
||
|
width: 121rpx;
|
||
|
height: 121rpx;
|
||
|
right: 58rpx;
|
||
|
top: 101rpx;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(3) {
|
||
|
width: 145rpx;
|
||
|
height: 145rpx;
|
||
|
right: 0rpx;
|
||
|
top: 249rpx;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(4) {
|
||
|
width: 163rpx;
|
||
|
height: 163rpx;
|
||
|
right: 100rpx;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(5) {
|
||
|
left: 99rpx;
|
||
|
bottom: 10rpx;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(6) {
|
||
|
left: 0rpx;
|
||
|
top: 251rpx;
|
||
|
}
|
||
|
.portrait .tag:nth-of-type(7) {
|
||
|
left: 53rpx;
|
||
|
top: 101rpx;
|
||
|
}
|
||
|
|
||
|
.bg {
|
||
|
width: 238rpx;
|
||
|
height: 238rpx;
|
||
|
position: absolute;
|
||
|
left: calc(50% - 119rpx);
|
||
|
top: calc(50% - 100rpx);
|
||
|
}
|
||
|
.bg image {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.num-list {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
justify-content: space-between;
|
||
|
position: relative;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item {
|
||
|
flex: 0 0 33.333333%;
|
||
|
position: relative;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item:after {
|
||
|
content: '';
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
right: 25rpx;
|
||
|
top: calc(50% - 45rpx);
|
||
|
width: 1rpx;
|
||
|
height: 90rpx;
|
||
|
background: #C1C1C1;
|
||
|
opacity: 0.66;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item:nth-of-type(3n):after {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item:last-child:after {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item .txt {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 500;
|
||
|
color: #999999;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
|
||
|
.num-list .num-item .num {
|
||
|
font-size: 42rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.tag {
|
||
|
display: inline-block;
|
||
|
line-height: 40rpx;
|
||
|
height: 40rpx;
|
||
|
border-radius: 20rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-weight: 500;
|
||
|
padding: 0 20rpx;
|
||
|
margin-right: 30rpx;
|
||
|
}
|
||
|
|
||
|
.blue {
|
||
|
background: rgba(79, 148, 255, 0.14);
|
||
|
color: #4F94FF;
|
||
|
}
|
||
|
|
||
|
.orange {
|
||
|
background: rgba(255, 120, 60, 0.14);
|
||
|
color: #FF783C;
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
background: rgba(4, 184, 173, 0.14);
|
||
|
color: #04B8AD;
|
||
|
}
|
||
|
|
||
|
.red {
|
||
|
color: #FA1919;
|
||
|
background: rgba(255, 48, 27, 0.14);
|
||
|
}
|
||
|
|
||
|
.log-item {
|
||
|
border-bottom: 1px solid #EAEAEA;
|
||
|
padding: 30rpx 0;
|
||
|
}
|
||
|
|
||
|
.log-item .user {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.log-item .tag {
|
||
|
margin-right: 17px;
|
||
|
}
|
||
|
|
||
|
.log-item .icon {
|
||
|
width: 48rpx;
|
||
|
height: 48rpx;
|
||
|
}
|
||
|
|
||
|
.log-item .name {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.log-item .date {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 500;
|
||
|
color: #C1C1C1;
|
||
|
margin-top: 17rpx;
|
||
|
}
|
||
|
|
||
|
.log-item {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.img {
|
||
|
width: 128rpx;
|
||
|
height: 128rpx
|
||
|
}
|
||
|
.user-info {
|
||
|
display: flex;
|
||
|
}
|