.list{ padding: 30rpx 40rpx; .line{ height: 120rpx; display: flex; align-items: center; justify-content: space-between; border-bottom: 1rpx solid #e5e5e5; .la{ width: 180rpx; font-size: 30rpx; color: #777777; } .val{ flex: 1; display: flex; justify-content: flex-end; .input{ text-align: right; width: 100%; white-space: nowrap; overflow: hidden;//文本超出隐藏 text-overflow: ellipsis; } input{ text-align: right; } .icon{ width: 40rpx; } } } } .bottombtn{ position: fixed; left: 40rpx; width: 670rpx; height: 88rpx; background: #B08771; border-radius: 8rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; display: flex; justify-content: center; align-items: center; }