city_card/pages/checkIn/checkInDetail.wxss

78 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-07-15 14:25:28 +08:00
.tips {
color: #101010;
font-size: 28rpx;
padding: 20rpx;
}
.detail {
background-color: #fff;
padding: 0 20rpx;
}
.row {
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
}
.row-name {
color: rgba(36,40,46,.5);
font-size: 32rpx;
line-height: 80rpx;
width: 30%;
}
.row-content {
height: 80rpx;
text-align: right;
width: 70%;
}
.row-content input {
box-sizing: border-box;
color: #24282e;
height: 100%;
padding: 0 10rpx;
width: 100%;
}
.input-color {
color: #24282e;
}
.row-content picker {
color: #24282e;
line-height: 80rpx;
}
.submit-join {
background-color: #fff;
bottom: 0;
left: 0;
padding: 20rpx;
position: fixed;
right: 0;
}
.join-btn {
background-color: #ff4949;
border-radius: 40rpx;
font-size: 36rpx;
height: 80rpx;
line-height: 80rpx;
margin-top: 0;
text-align: center;
}
.community {
background-color: #fff;
color: rgba(36,40,46,.5);
font-size: 30rpx;
line-height: 80rpx;
padding: 0 20rpx;
}
.community-name {
border-bottom: 1px solid #ddd;
font-size: 32rpx;
}