C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

39 líneas
601 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. }
  23. .comment{
  24. padding: 0 20rpx;
  25. margin-top: 60rpx;
  26. }
  27. .comment text{
  28. display: block;
  29. }
  30. .txt1{
  31. margin-top: 30rpx;
  32. font-size: 34rpx;
  33. margin-bottom: 20rpx;
  34. }
  35. .txt2,.txt3{
  36. font-size: 30rpx;
  37. line-height: 40rpx;
  38. color: #999;
  39. }