syshxcx/pages/community/join/joinDetail.wxss
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

62 lines
845 B
Plaintext

.page-title{
font-size: 32rpx;
line-height: 80rpx;
padding: 0 20rpx;
}
.join-info{
padding: 0 20rpx;
background-color: #fff;
}
.join-row{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #DDD;
}
.row-name, .row-content{
font-size: 32rpx;
line-height: 80rpx;
height: 80rpx;
}
.row-content{
color: #aaa;
width: 65%;
text-align: right;
}
.row-name{
width: 35%;
}
.text-row .row-name{
width: 15%;
}
.text-row .row-content{
width: 85%;
}
.row-content input{
width: 100%;
height: 100%;
padding: 0 10rpx;
box-sizing: border-box;
}
.submit-join{
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 20rpx;
background-color: #fff;
}
.join-btn{
margin-top: 0;
height: 80rpx;
text-align: center;
border-radius: 40rpx;
line-height: 80rpx;
font-size: 36rpx;
}