exchangeCode.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* pages/welfareMall/exchangeCode/exchangeCode.wxss */
  2. page{
  3. display:flex;
  4. flex-flow: column nowrap;
  5. justify-content: left;
  6. align-items: center;
  7. box-sizing: border-box;
  8. }
  9. /* 垂直方向布局,水平居中 **/
  10. .flex-column{
  11. display: flex;
  12. flex-flow: column nowrap;
  13. align-items: center;
  14. justify-content: left;
  15. }
  16. /* 水平方向布局,垂直居中 **/
  17. .flex-row{
  18. display: flex;
  19. flex-flow: row nowrap;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .exchangeCode-query{
  24. width: 686rpx;
  25. height: 80rpx;
  26. background: #f3f3f3;
  27. border-radius: 40rpx;
  28. text-align: center;
  29. line-height: 80rpx;
  30. font-size: 28rpx;
  31. font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  32. font-weight: 400;
  33. color: #b8b8b8;
  34. margin-top: 104rpx;
  35. }
  36. .exchangeCode-confirm{
  37. width: 684rpx;
  38. height: 80rpx;
  39. background: #b9d25d;
  40. border-radius: 40rpx;
  41. text-align: center;
  42. line-height: 80rpx;
  43. font-size: 28rpx;
  44. font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  45. font-weight: 400;
  46. color: #ffffff;
  47. margin-top: 50rpx;
  48. margin-bottom: 46rpx;
  49. }
  50. .exchangeCode-process{
  51. width: 684rpx;
  52. height: 1052rpx;
  53. background: #f5f5f5;
  54. border: 2rpx solid #b9d25d;
  55. border-radius: 40rpx;
  56. margin-bottom: 54rpx;
  57. }
  58. .exchangeCode-process-style{
  59. margin: 0 94rpx 0;
  60. }
  61. .exchangeCode-process-img{
  62. width: 180rpx;
  63. height: 180rpx;
  64. }
  65. .exchangeCode-img-style{
  66. position: absolute;
  67. width: 180rpx;
  68. height: 180rpx;
  69. }
  70. .exchangeCode-process-num{
  71. position: relative;
  72. width: 32rpx;
  73. height: 32rpx;
  74. background: #b9d25d;
  75. border: 2rpx solid #b9d25d;
  76. border-radius: 50%;
  77. text-align: center;
  78. line-height: 32rpx;
  79. font-size: 20rpx;
  80. font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  81. font-weight: 400;
  82. color: #ffffff;
  83. margin-top: 16rpx;
  84. margin-left: 16rpx;
  85. }
  86. .exchangeCode-process-tittle{
  87. font-size: 28rpx;
  88. font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  89. font-weight: 400;
  90. text-align: center;
  91. color: #b9d25d;
  92. margin: 38rpx 0 52rpx;
  93. }
  94. .process-style{
  95. flex-flow: row wrap;
  96. justify-content: space-between;
  97. align-items: flex-start;
  98. }
  99. .exchangeCode-process-text{
  100. margin-top: 24rpx;
  101. font-size: 24rpx;
  102. font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  103. font-weight: 400;
  104. text-align: center;
  105. color: #444444;
  106. }
  107. .exchangeCode-process-speed{
  108. width: 180rpx;
  109. }