exchange.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .section{position: relative;}
  2. .page-content{padding: 36rpx 0 0;}
  3. /* 地址 */
  4. .address{
  5. position: relative;
  6. margin: 0 52rpx;
  7. }
  8. .name{
  9. font-size: 40rpx;
  10. font-weight: bold;
  11. color: #000;
  12. }
  13. .phone{
  14. float: right;
  15. color: #000;
  16. font-size: 32rpx;
  17. font-weight: 500;
  18. }
  19. .addressInfo{
  20. margin-top: 30rpx;
  21. color: #8C8C8C;
  22. font-size: 32rpx;
  23. display: flex;
  24. justify-content: space-between;
  25. }
  26. .adr-img{
  27. height: 60rpx;
  28. width: 60rpx;
  29. }
  30. .build-addr{
  31. text-align: center;
  32. margin-top: 36rpx;
  33. font-size: 18px;
  34. font-weight: bold;
  35. color: #000000;
  36. }
  37. /* 商品-礼物 */
  38. .gift{
  39. margin: 36rpx 32rpx;
  40. padding: 36rpx 20rpx;
  41. position: relative;
  42. padding-left: 160rpx;
  43. box-sizing: border-box;
  44. box-shadow: 0rpx 10rpx 10rpx 2rpx rgba(161,161,161,0.5);
  45. border-radius: 30rpx;
  46. }
  47. .gift-img{
  48. position: absolute;
  49. left: 20rpx;
  50. top: 50%;
  51. margin-top: -40rpx;
  52. width: 120rpx;
  53. height: 80rpx;
  54. }
  55. .gift-name{
  56. font-size: 16px;
  57. color: #323232;
  58. margin-bottom: 12rpx;
  59. }
  60. .gift-jj{
  61. font-size: 12px;
  62. color: #969696;
  63. }
  64. /* 每行--item */
  65. .item{
  66. margin: 36rpx 32rpx 0;
  67. padding: 0 20rpx;
  68. display: flex;
  69. justify-content: space-between;
  70. }
  71. .item-left{
  72. flex: 0 0 auto;
  73. margin-right: 40rpx;
  74. font-size: 16px;
  75. color: #000000;
  76. font-weight: bold;
  77. box-sizing: border-box;
  78. }
  79. .item-right{
  80. font-size: 14px;
  81. color: #646464;
  82. text-align: right;
  83. }
  84. .jinbi{
  85. display: inline-block;
  86. width: 30rpx;
  87. height: 30rpx;
  88. vertical-align: sub;
  89. }
  90. .shop{
  91. border-radius: 60rpx;
  92. padding: 10rpx 20rpx;
  93. border: 1px solid #969696;
  94. display: inline-block;
  95. margin-bottom: 20rpx;
  96. }
  97. .shop:nth-child(even){
  98. margin-left: 20rpx;
  99. }
  100. .shopActive{
  101. background-color: #00C7C6;
  102. border-color: #00C7C6;
  103. color: #fff;
  104. }
  105. .lv, .cricle{vertical-align: middle;}
  106. .cricle{
  107. display: inline-block;
  108. width: 14rpx;
  109. height: 14rpx;
  110. border-radius: 50%;
  111. background-color: #00C7C6;
  112. margin-left: 10rpx;
  113. }
  114. .red_circle{background-color: red;}
  115. .null-view{
  116. width: 100%;
  117. height: 20rpx;
  118. margin-top: 72rpx;
  119. background-color: rgb(242,242,249);
  120. }
  121. .marBot{margin-bottom: 200rpx;}
  122. /* 兑换成功 */
  123. .succ-t{
  124. font-size: 24px;
  125. font-weight: bold;
  126. color: #000;
  127. margin-top: 200rpx;
  128. text-align: center;
  129. }
  130. .succ-img{
  131. display: block;
  132. margin: 30rpx auto 0;
  133. width: 90rpx;
  134. height: 90rpx;
  135. }
  136. .btn{
  137. position: fixed;
  138. left: 32rpx;
  139. right: 32rpx;
  140. bottom: 72rpx;
  141. line-height: 88rpx;
  142. color: #fff;
  143. font-size: 18px;
  144. border-radius: 20rpx;
  145. text-align: center;
  146. background-color: rgb(1,199,198);
  147. }
  148. .btnDis{
  149. background-color: #ABABAB;
  150. }
  151. .warn{
  152. text-align: center;
  153. color: #aaa;
  154. font-size: 24rpx;
  155. margin-top: 200rpx;
  156. }