.avatar{ width: 140rpx; height: 140rpx; border-radius: 50%; margin: 130rpx auto 30rpx; } .home_title{ font-weight: 500; font-size: 40rpx; margin-bottom: 16rpx; text-align: center; } .placeholder9{ text-align: center; } .btns{ margin-top: 120rpx; padding: 0 62rpx; .btn{ width: 100%; height: 88rpx; line-height: 86rpx; border-radius: 8rpx; border: 1rpx solid #B08771; margin-bottom: 30rpx; font-size: 30rpx; color: #B08771; display: flex; justify-content: center; } .speedy{ color: #fff; background-color: #B08771; } .line{ display: flex; align-items: center; height: 120rpx; border-bottom: 1rpx solid #E5E5E5; .icon{ width: 40rpx; } .input{ flex: 1; } } .sub_btn{ margin-top: 60rpx; margin-bottom: 60rpx; } .protocol{ display: flex; flex-wrap: wrap; color: #555555; font-size: 24rpx; margin-bottom: 40rpx; .content{ flex: 1; } } } .modal{ width: 100%; max-height: 1120rpx; min-height: 600rpx; padding: 40rpx; }