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