index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* pages/toolDetails/index.wxss */
  2. .listker-content {
  3. width: 750px;
  4. min-height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .listker-wallet-top {
  8. position: fixed;
  9. top: 20rpx;
  10. display: flex;
  11. align-items: center;
  12. width: 710rpx;
  13. height: 200rpx;
  14. margin-left: 20rpx;
  15. }
  16. .line-20Linerpx {
  17. top: 0rpx;
  18. position: fixed;
  19. width: 100%;
  20. height: 20rpx;
  21. background: #F7F8FA;
  22. }
  23. .line-20downrpx {
  24. top: 220rpx;
  25. position: fixed;
  26. width: 100%;
  27. height: 20rpx;
  28. background: #F7F8FA;
  29. }
  30. .inforradio {
  31. margin-left: 20rpx;
  32. width: 710rpx;
  33. border-radius: 20rpx;
  34. background: #ffffff;
  35. }
  36. .line-200rpx {
  37. width: 100%;
  38. height: 240rpx;
  39. }
  40. .wallet-img {
  41. width: 710rpx;
  42. height: 200rpx;
  43. }
  44. .wallet-desc {
  45. margin-left: 40rpx;
  46. flex: 1;
  47. font-size: 36rpx;
  48. color: #7F641D;
  49. }
  50. .wallet-desc text {
  51. margin-left: 5rpx;
  52. margin-right: 5rpx;
  53. font-size: 56rpx;
  54. color: #7F641D;
  55. }
  56. .listker-wallet-content {
  57. display: flex;
  58. width: 710rpx;
  59. align-items: center;
  60. position: absolute;
  61. z-index: 111;
  62. }
  63. .wallet-detail {
  64. justify-content: center;
  65. margin-right: 40rpx;
  66. padding-right: 20rpx;
  67. padding-left: 20rpx;
  68. border-radius: 25px;
  69. background: #FFE297;
  70. display: flex;
  71. align-items: center;
  72. height: 50rpx;
  73. font-size: 24rpx;
  74. color: #7E5F11;
  75. line-height: 50rpx;
  76. }
  77. .wallet-d-img {
  78. width: 32rpx;
  79. height: 32rpx;
  80. }
  81. .listker-item {
  82. width: 710rpx;
  83. height: 130rpx;
  84. display: flex;
  85. align-items: center;
  86. }
  87. .desc {
  88. margin-left: 32rpx;
  89. flex: 1;
  90. }
  91. .title {
  92. font-size: 32rpx;
  93. font-weight: 500;
  94. color: #333333;
  95. }
  96. .address {
  97. margin-top: 12rpx;
  98. font-size: 24rpx;
  99. font-weight: 400;
  100. font-weight: 400;
  101. color: #999999;
  102. }
  103. .time {
  104. margin-top: 13rpx;
  105. font-size: 24rpx;
  106. font-family: PingFangSC-Regular, PingFang SC;
  107. font-weight: 400;
  108. color: #999999;
  109. }
  110. .number {
  111. margin-right: 32rpx;
  112. font-size: 36rpx;
  113. font-weight: 500;
  114. }
  115. .number-r {
  116. color: #FF0707;
  117. }
  118. .number-b {
  119. color: #2AB507;
  120. }
  121. .line-20rpx {
  122. width: 20rpx;
  123. height: 20rpx;
  124. }
  125. /* ================================================= */
  126. .use-popup {
  127. width: 640rpx;
  128. height: 598rpx;
  129. background: #FFFFFF;
  130. border-radius: 40rpx;
  131. padding: 60rpx 48rpx;
  132. box-sizing: border-box;
  133. position: relative;
  134. /* justify-content: center; */
  135. /* justify-content: space-evenly; */
  136. }
  137. .use-popup .close-img {
  138. width: 56rpx;
  139. height: 56rpx;
  140. /* background: red; */
  141. position: absolute;
  142. top: 16rpx;
  143. right: 16rpx;
  144. }
  145. .use-popup .title {
  146. /* margin-top: 60rpx; */
  147. font-size: 36rpx;
  148. font-family: PingFangSC-Medium, PingFang SC;
  149. font-weight: 500;
  150. color: #000000;
  151. }
  152. .use-popup .text-cotent {
  153. /* background-color: red; */
  154. overflow-y: scroll;
  155. text-align: left;
  156. /* height: 100%; */
  157. }
  158. .title_guild {
  159. margin-bottom: 30rpx;
  160. width: 520rpx;
  161. text-align: center;
  162. font-size: 36rpx;
  163. font-weight: 500;
  164. color: #000000;
  165. }
  166. .inText {
  167. margin-top: 20rpx;
  168. width: 540rpx;
  169. font-size: 28rpx;
  170. font-weight: 400;
  171. color: #000000;
  172. line-height: 40rpx;
  173. }
  174. .skin-popup .wux-landscape__inner {
  175. padding: 0 !important;
  176. }
  177. .skin-popup .popup-index--wux-popup {
  178. width: 650rpx !important;
  179. max-width: 650rpx !important;
  180. }