index.rpx.css 239 B

12345678910111213141516
  1. .page {
  2. height: 100vh;
  3. background-color: #f7f7f7;
  4. padding: 0 32rpx;
  5. }
  6. .selectParam{
  7. font-size: 24rpx;
  8. color: #999999;
  9. text-align: center;
  10. }
  11. .selectParamInput{
  12. width: 250rpx;
  13. height: 30rpx;
  14. font-size: 24rpx;
  15. margin-left: 10rpx;
  16. }