76 lines
1.1 KiB
Plaintext
76 lines
1.1 KiB
Plaintext
.tips{
|
|
color: #101010;
|
|
font-size: 28rpx;
|
|
padding: 20rpx;
|
|
}
|
|
.detail{
|
|
padding: 0 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
.row-name{
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
width: 30%;
|
|
color: rgba(36, 40, 46, 0.5);
|
|
}
|
|
.row-content{
|
|
width: 70%;
|
|
height: 80rpx;
|
|
text-align: right;
|
|
}
|
|
.row-content input{
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 10rpx;
|
|
box-sizing: border-box;
|
|
color: #24282E;
|
|
}
|
|
.input-color{
|
|
color: #24282E;
|
|
}
|
|
.row-content picker{
|
|
line-height: 80rpx;
|
|
color: #24282E;
|
|
}
|
|
.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;
|
|
background-color: #FF4949;
|
|
}
|
|
.community{
|
|
background-color: #fff;
|
|
padding: 0 20rpx;
|
|
color: rgba(36, 40, 46, 0.50);
|
|
font-size: 30rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.community-name{
|
|
font-size: 32rpx;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|