exchange.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* pages/exchange/exchange.wxss */
  2. .exchange-container {
  3. width: 100%;
  4. height: 100%;
  5. overflow-y: auto;
  6. background-color: #F7F7F7;
  7. }
  8. .form {
  9. width: 690rpx;
  10. min-height: 94rpx;
  11. margin: 0 auto;
  12. }
  13. .form-item {
  14. width: 100%;
  15. height: 94rpx;
  16. border-bottom: 1px solid #E4E4E4;
  17. }
  18. .label {
  19. width: 160rpx;
  20. height: 94rpx;
  21. line-height: 94rpx;
  22. font-size: 26rpx;
  23. font-weight: 400;
  24. color: #333333;
  25. }
  26. .carditem {
  27. width: calc(100% - 160rpx);
  28. height: 94rpx;
  29. font-size: 26rpx;
  30. font-weight: 400;
  31. color: #999999;
  32. text-align: right;
  33. }
  34. .tips {
  35. width: 690rpx;
  36. margin: 0 auto;
  37. font-size: 26rpx;
  38. font-weight: 400;
  39. color: #9A1D16;
  40. margin-top: 18rpx;
  41. }
  42. .submit {
  43. width: 690rpx;
  44. height: 80rpx;
  45. margin: 80rpx auto 0;
  46. }
  47. .btn {
  48. width: 326rpx;
  49. font-size: 30rpx;
  50. }
  51. .cancel {
  52. background-color: #F7F7F7;
  53. color: #333333;
  54. }
  55. .confirm {
  56. background-color: var(--maincolor);
  57. color: #fff;
  58. }
  59. .shuoming {
  60. width: 690rpx;
  61. margin: 80rpx auto 0;
  62. height: auto;
  63. border-radius: 10rpx;
  64. font-size: 26rpx;
  65. font-weight: 400;
  66. }
  67. .shuomingitem {
  68. width: 100%;
  69. }
  70. .wrapper {
  71. width: 100%;
  72. height: 100%;
  73. }
  74. .modal {
  75. width: 558rpx;
  76. height: 522rpx;
  77. background: #FFFFFF;
  78. border-radius: 20rpx;
  79. }
  80. .img-icon {
  81. width: 100%;
  82. height: 150rpx;
  83. margin-top: 90rpx;
  84. }
  85. .imgitem {
  86. width: 144rpx;
  87. height: 144rpx;
  88. }
  89. .res-text {
  90. font-size: 26rpx;
  91. font-weight: 400;
  92. color: #333333;
  93. margin: 40rpx auto 40rpx;
  94. width: 444rpx;
  95. text-align: center;
  96. }