C端小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

63 рядки
809 B

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