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.

44 líneas
646 B

  1. /* pages/exchange/exchange.wxss */
  2. .section{
  3. padding: 20rpx 20rpx;
  4. }
  5. .section{
  6. display: flex;
  7. flex: 5;
  8. }
  9. .section input{
  10. flex: 3;
  11. border: 1px solid #ccc;
  12. border-radius: 10rpx;
  13. height: 70rpx;
  14. line-height: 70rpx;
  15. font-size: 30rpx;
  16. padding-left: 20rpx;
  17. margin-right: 10rpx;
  18. }
  19. .section button{
  20. flex: 1;
  21. height: 74rpx;
  22. line-height: 74rpx;
  23. font-size: 30rpx;
  24. }
  25. .comment{
  26. padding: 0 20rpx;
  27. margin-top: 60rpx;
  28. }
  29. .comment text{
  30. display: block;
  31. }
  32. .txt1{
  33. margin-top: 30rpx;
  34. font-size: 34rpx;
  35. margin-bottom: 20rpx;
  36. }
  37. .txt2,.txt3{
  38. font-size: 30rpx;
  39. line-height: 40rpx;
  40. color: #999;
  41. }
  42. .opcaity{
  43. opacity: .6;
  44. }