city_card/pages/checkIn/checkIn.wxss
2023-07-15 14:25:28 +08:00

79 lines
1.2 KiB
Plaintext

.top-img image {
width: 100%;
}
.person-info {
margin-top: -126rpx;
padding: 0 20rpx;
position: relative;
}
.person-info-box {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
display: flex;
justify-content: space-between;
padding: 20rpx;
}
.person-info-box image {
border-radius: 50%;
height: 120rpx;
width: 120rpx;
}
.user-info {
display: inline-block;
margin-left: 20rpx;
vertical-align: top;
}
.user-name {
font-size: 36rpx;
font-weight: 700;
line-height: 70rpx;
}
.check-status {
font-size: 30rpx;
height: 40rpx;
line-height: 40rpx;
margin-top: 0;
}
.not-check {
background-color: #eee;
color: #ccc;
}
.affair {
background-color: #fff;
box-sizing: border-box;
margin: 20rpx auto 0;
padding: 20rpx;
width: 710rpx;
}
.affair text {
color: red;
}
.affair-title {
border-left: 5px solid #ff4949;
color: #101010;
font-size: 32rpx;
padding-left: 20rpx;
}
.checkin-btn {
background-color: #ff4949;
border-radius: 30rpx;
color: #fff;
font-size: 28rpx;
height: 60rpx;
line-height: 60rpx;
margin-top: 30rpx;
text-align: center;
width: 160rpx;
}