.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; }