partnerMineEarnings.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. /* pages/partner/mineEarnings/mineEarnings.wxss */
  2. page{
  3. background-color: #f9f9f9;
  4. }
  5. .container{
  6. background-color: #f9f9f9;
  7. }
  8. .mine_bg{
  9. display: block;
  10. width: 100%;
  11. position: fixed;
  12. top: 0;
  13. left: 0;
  14. z-index: 0;
  15. }
  16. .main_content{
  17. position: relative;
  18. }
  19. /* 用户信息 */
  20. .user_infor{
  21. padding: 70rpx 0 0 0;
  22. }
  23. .user_photo{
  24. display: block;
  25. width: 110rpx;
  26. height: 110rpx;
  27. margin: 0 auto;
  28. border-radius: 100%;
  29. }
  30. .user_name{
  31. font-size: 22rpx;
  32. line-height: 78rpx;
  33. color: #505050;
  34. text-align: center;
  35. }
  36. .partner_title{
  37. display: block;
  38. width: 100%;
  39. }
  40. .content_intro{
  41. text-align: center;
  42. margin: 50rpx 0 0 0;
  43. }
  44. .content_intro_cont{
  45. display: inline-block;
  46. }
  47. .each_intro{
  48. font-size: 22rpx;
  49. line-height: 100rpx;
  50. color: #af9d77;
  51. border-bottom: 3px solid #fff;
  52. background-color: #fdf6ea;
  53. }
  54. .each_intro_title{
  55. background-color: #f9f0d7;
  56. }
  57. .each_intro_left{
  58. float: left;
  59. width: 232rpx;
  60. border-right: 2px solid #fff;
  61. }
  62. .each_intro_right{
  63. float: left;
  64. width: 412rpx;
  65. }
  66. .add_btn{
  67. width: 646rpx;
  68. height: 100rpx;
  69. font-size: 30rpx;
  70. line-height: 100rpx;
  71. text-align: center;
  72. color: #fff;
  73. background-color: #b4a078;
  74. margin: 24rpx auto 0;
  75. }
  76. /* 已成为合伙人 */
  77. .partner_banner{
  78. display: block;
  79. width: 100%;
  80. }
  81. .partner_infor_wrap{
  82. margin: 15rpx 0 0 0;
  83. }
  84. .partner_infor_title{
  85. font-size: 30rpx;
  86. line-height: 86rpx;
  87. color: #2d2d2d;
  88. text-align: center;
  89. }
  90. .partner_infor_title text{
  91. font-size: 18rpx;
  92. color: #a7a7a7;
  93. }
  94. .partner_infor_title_money{
  95. font-size: 52rpx;
  96. font-weight: bold;
  97. color: #b4a078;
  98. text-align: center;
  99. text-shadow: 0 6px 4px rgba(78,78,78,0.11);
  100. padding-bottom: 52rpx;
  101. }
  102. .partner_infor_each{
  103. height: 100rpx;
  104. line-height: 100rpx;
  105. border-bottom: 1px solid #dedede;
  106. background-color: #fff;
  107. padding: 0 55rpx 0 50rpx;
  108. }
  109. .partner_infor_icon{
  110. display: block;
  111. float: left;
  112. width: 30rpx;
  113. height: 32rpx;
  114. margin: 34rpx 15rpx 0 0;
  115. }
  116. .partner_infor_each_title{
  117. float: left;
  118. font-size: 24rpx;
  119. color: #2d2d2d;
  120. }
  121. .partner_infor_right{
  122. float: right;
  123. }
  124. .partner_infor_money{
  125. display: block;
  126. float: left;
  127. font-family: Arial, Helvetica, sans-serif;
  128. font-size: 30rpx;
  129. line-height: 100rpx;
  130. color: #666;
  131. }
  132. .partner_infor_money_u{
  133. display: block;
  134. float: left;
  135. font-size: 16rpx;
  136. line-height: 1;
  137. padding: 46rpx 0 0 15rpx;
  138. }
  139. .partner_infor_jiantou{
  140. float: left;
  141. display: block;
  142. width: 14rpx;
  143. height: 24rpx;
  144. margin: 39rpx 0 0 32rpx;
  145. }
  146. /* 提现记录 */
  147. .record_list{
  148. margin: 16rpx 0 0 0;
  149. color: #111;
  150. background-color: #fff;
  151. /* padding-bottom: 80rpx; */
  152. }
  153. .record_list_title{
  154. height: 90rpx;
  155. font-size: 30rpx;
  156. line-height: 90rpx;
  157. padding: 0 0 0 50rpx;
  158. }
  159. .record_list_cont{
  160. border-top:1px solid #e5e5e5;
  161. border-bottom:1px solid #e5e5e5;
  162. }
  163. .each_record{
  164. padding: 0 0 0 50rpx;
  165. line-height: 100rpx;
  166. }
  167. .record_time,.record_money{
  168. float: left;
  169. font-size: 20rpx;
  170. }
  171. .record_time{
  172. width: 280rpx;
  173. }
  174. .record_money{
  175. font-size: 26rpx;
  176. color: #b4a078;
  177. }
  178. .record_sta{
  179. float: right;
  180. width: 100rpx;
  181. height: 40rpx;
  182. font-size: 24rpx;
  183. line-height: 40rpx;
  184. text-align: center;
  185. color: #fff;
  186. background-color: #b4a078;
  187. border-radius: 1px;
  188. margin: 30rpx 62rpx 0 0;
  189. cursor:pointer;
  190. }
  191. .record_succeed{
  192. background-color: #c5c9cc;
  193. }
  194. .record_btn_wrap{
  195. width: 100%;
  196. position: fixed;
  197. left: 0;
  198. bottom: 0;
  199. z-index: 99;
  200. }
  201. .record_btn_each,button.record_btn_each,button.button-hover[plain]{
  202. display: block;
  203. float:left;
  204. width: 50%;
  205. height: 100rpx;
  206. font-size: 30rpx;
  207. line-height: 100rpx;
  208. text-align: center;
  209. cursor: pointer;
  210. color: #fff;
  211. background-color: #b4a078;
  212. padding: 0;
  213. border-radius: 0;
  214. }
  215. button.record_btn_each:after,button.record_btn_each:before{
  216. display: none;
  217. border: 0px;
  218. }
  219. .record_btn_tx{
  220. background-color: #e2bc7a;
  221. }