.content{ background-color: #F2F2F2; padding: 20rpx; } Page { width: 100%; height: 100%; background-color: #F2F2F2; } .info_title{ display: flex; flex-flow: row nowrap; justify-content: left; align-items: center; height: 100rpx; margin-bottom: 20rpx; font-weight: 600; } .info{ display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; background-color: #fff; height: 100rpx; border-radius: 10rpx; margin-bottom: 20rpx; } .info_left{ display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; width: 180rpx; height: 60rpx; } .info_left_1{ color: red; margin-right:10rpx; height: 60rpx; line-height: 60rpx; } .info_left_2{ font-size: 28rpx; height: 60rpx; line-height: 60rpx; } .info_right{ width: 470rpx; height: 60rpx; margin-left: 20rpx; line-height: 60rpx; font-size: 28rpx; } .info_right_picker{ width: 440rpx; height: 60rpx; margin-left: 20rpx; line-height: 60rpx; font-size: 28rpx; } .info_right_picker_v{ width: 440rpx; height: 60rpx; } .placeholder{ font-size: 28rpx; color: #c2c6da; } .next-gray{ width: 30rpx; height: 30rpx; } .bottom{ display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; position: fixed; background-color: #f2f2f2; border-radius: 10rpx; height: 100rpx; bottom: 0rpx; left: 0rpx; width: 100%; z-index: 999; } .save{ background-color: #1296db; color: #fff; width: 710rpx; height: 80rpx; text-align: center; line-height: 80rpx; border-radius: 10rpx; }