index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. /* pointExchange/index.wxss */
  2. .top-bg{
  3. width: 770rpx;
  4. height: 404rpx;
  5. background-position: bottom;
  6. background-size: 100%,100%;
  7. margin-left: -20rpx;
  8. background-repeat: no-repeat;
  9. }
  10. .title-box{
  11. width: 80%;
  12. height: 38px;
  13. }
  14. .title-box .left{
  15. display: inline-block;
  16. vertical-align: middle;
  17. width: 50%;
  18. color: white;
  19. font-size: 30rpx;
  20. padding-left: 30rpx;
  21. }
  22. .title-box .right{
  23. display: inline-block;
  24. vertical-align: middle;
  25. width: 30%;
  26. color: white;
  27. line-height: 38px;
  28. }
  29. .title-box .left image{
  30. width: 40rpx;
  31. }
  32. .point{
  33. font-size: 80rpx;
  34. font-weight: 700;
  35. text-align: center;
  36. color: #ffffff;
  37. margin-bottom: 12rpx;
  38. }
  39. .tip{
  40. font-size: 32rpx;
  41. font-weight: 400;
  42. text-align: center;
  43. color: #ffffff;
  44. margin-bottom: 38rpx;
  45. }
  46. .content{
  47. width: 100%;
  48. box-sizing: border-box;
  49. padding: 0 30rpx;
  50. position: absolute;
  51. top: 355rpx;
  52. left: 0;
  53. }
  54. .tool-box{
  55. height: 179rpx;
  56. width: 100%;
  57. background: #ffffff;
  58. border-radius: 10rpx;
  59. display: flex;
  60. justify-content: space-around;
  61. align-items: center;
  62. }
  63. .tool{
  64. font-size: 34rpx;
  65. font-weight: 400;
  66. text-align: center;
  67. color: #1a1a1a;
  68. }
  69. .tool image{
  70. width: 61rpx;
  71. height: 61rpx;
  72. margin-bottom: 14rpx;
  73. }
  74. .namewrap {
  75. position: relative;
  76. padding-top: 20rpx;
  77. }
  78. .namewrap .nameitem {
  79. display: inline-block;
  80. font-size: 30rpx;
  81. font-weight: 600;
  82. text-align: left;
  83. color: #666666;
  84. margin-right: 43rpx;
  85. position: relative;
  86. height: 80rpx;
  87. }
  88. .namewrap .nameactive {
  89. font-size: 34rpx;
  90. font-weight: 700;
  91. text-align: left;
  92. color: #1a1a1a;
  93. }
  94. .item-box {
  95. width: 100%;
  96. white-space: nowrap;
  97. overflow-x: auto;
  98. }
  99. .card{
  100. position: relative;
  101. width: 100%;
  102. background: #ffffff;
  103. border-radius: 20px;
  104. padding: 22rpx 20rpx;
  105. box-sizing: border-box;
  106. }
  107. .card .head{
  108. display: inline-block;
  109. vertical-align: middle;
  110. width: 206rpx;
  111. height: 206rpx;
  112. border-radius: 20rpx;
  113. background: #f6f6f6;
  114. margin-right: 28rpx;
  115. }
  116. .card .right{
  117. display: inline-block;
  118. vertical-align: top;
  119. width: calc(100% - 206rpx - 40rpx - 48rpx);
  120. }
  121. .card .right .title{
  122. font-size: 34rpx;
  123. font-weight: 400;
  124. color: #292929;
  125. margin-bottom: 16rpx;
  126. text-overflow: ellipsis;
  127. white-space: nowrap;
  128. overflow: hidden;
  129. }
  130. .card .right .tip{
  131. font-size: 28rpx;
  132. font-weight: 400;
  133. color: #999999;
  134. text-overflow: ellipsis;
  135. white-space: nowrap;
  136. overflow: hidden;
  137. text-align: left;
  138. margin-bottom: 16rpx;
  139. }
  140. .card .right .addr{
  141. width: 200rpx;
  142. font-size: 28rpx;
  143. text-overflow: ellipsis;
  144. white-space: nowrap;
  145. overflow: hidden;
  146. margin-bottom: 14rpx;
  147. }
  148. .card .right .sub{
  149. display: inline-block;
  150. vertical-align: top;
  151. font-size: 28rpx;
  152. font-weight: 400;
  153. text-align: left;
  154. color: #999999;
  155. }
  156. .sub .red{
  157. color: #FF0000;
  158. font-weight: 500;
  159. text-align: left;
  160. }
  161. .right .btn{
  162. position: absolute;
  163. bottom: 20rpx;
  164. right: 20rpx;
  165. font-size: 32rpx;
  166. line-height: 60rpx;
  167. background: #9ddb52;
  168. color: white;
  169. border: 2px solid #ffffff;
  170. border-radius: 32rpx;
  171. text-align: center;
  172. }
  173. .nodata-img{
  174. margin-top: 150rpx;
  175. }
  176. .top-tip{
  177. font-size: 34rpx;
  178. font-weight: 400;
  179. color: #333333;
  180. margin-bottom: 7rpx;
  181. text-align: center;
  182. }
  183. .bottom-tip{
  184. font-size: 30rpx;
  185. font-weight: 400;
  186. text-align: center;
  187. color: #999999;
  188. text-align: center;
  189. }
  190. .success-icon{
  191. display: block;
  192. width: 57rpx;
  193. height: 57rpx;
  194. margin: 0 auto 27rpx auto;
  195. }