C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
367 B

  1. /* pages/exchange/exchange.wxss */
  2. .section{
  3. display: flex;
  4. padding: 0 20rpx;
  5. flex: 5;
  6. }
  7. .section input{
  8. flex: 4;
  9. border: 1px solid #ccc;
  10. border-radius: 10rpx;
  11. height: 70rpx;
  12. line-height: 70rpx;
  13. font-size: 30rpx;
  14. padding-left: 20rpx;
  15. margin-right: 10rpx;
  16. }
  17. .section button{
  18. flex: 1;
  19. height: 74rpx;
  20. line-height: 74rpx;
  21. font-size: 30rpx;
  22. }