detail.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. padding: 0 20rpx;
  8. }
  9. .no-order {
  10. width: 100%;
  11. height: auto;
  12. margin: 0 auto;
  13. padding-top:20rpx;
  14. }
  15. .no-order .c {
  16. width: 100%;
  17. height: 120rpx;
  18. margin-top: 50rpx;
  19. }
  20. .no-order .c text {
  21. margin: 0 auto;
  22. display: block;
  23. width: 388rpx;
  24. height: 29rpx;
  25. line-height: 29rpx;
  26. text-align: center;
  27. font-size: 29rpx;
  28. color: #999;
  29. }
  30. .head {
  31. display: flex;
  32. justify-content: space-between;
  33. height: 76rpx;
  34. line-height: 76rpx;
  35. border-bottom: 0.5px dashed #999;
  36. }
  37. .head .title {
  38. color: #333;
  39. flex: 1;
  40. text-align: center;
  41. font-size: 36rpx;
  42. /* font-weight: 600; */
  43. }
  44. .arrow-show {
  45. height: 18rpx;
  46. width: 34rpx;
  47. }
  48. .arrow-hide {
  49. height: 14rpx;
  50. border-top: 2rpx solid #666;
  51. border-right: 2rpx solid #666;
  52. transform: rotate(-45deg);
  53. width: 14rpx;
  54. margin-right: 20rpx;
  55. padding: 10rpx;
  56. }
  57. .salary {
  58. display: flex;
  59. /* justify-content: space-between;
  60. height: 76rpx;
  61. line-height: 76rpx;*/
  62. border-bottom: 0.5px dashed #d2cece;
  63. align-items: center;
  64. flex-direction: column;
  65. }
  66. .salary .total {
  67. display: flex;
  68. justify-content: space-between;
  69. height: 76rpx;
  70. line-height: 76rpx;
  71. width: 100%;
  72. align-items: center;
  73. }
  74. .salary .detail {
  75. display: flex;
  76. width: 580rpx;
  77. margin-left: 100rpx;
  78. margin-bottom: 20rpx;
  79. padding: 10rpx;
  80. /* border-bottom: 0.5px dashed #d2cece; */
  81. /* background-color: #c7c1c1; */
  82. /* border-radius: 15rpx; */
  83. flex-direction: column;
  84. }
  85. .salary .detail .item{
  86. flex: 1;
  87. }
  88. .salary .detail view{
  89. color: #999;
  90. }
  91. .salary .title {
  92. flex: 2;
  93. font-size: 32rpx;
  94. text-align: center;
  95. }
  96. .salary .num {
  97. color: rgba(255, 170, 0, 1);
  98. flex: 2;
  99. text-align: left;
  100. font-size: 32rpx;
  101. margin-left: 30rpx;
  102. text-align: center;
  103. }
  104. .salary .btn-show{
  105. flex: 1;
  106. text-align: center;
  107. }
  108. .main-module.amount-module {
  109. border-radius: 16rpx;
  110. background: #fff;
  111. height: 106rpx;
  112. margin: 28rpx 0 0;
  113. display: flex;
  114. justify-content: space-around;
  115. align-items: center;
  116. }
  117. /* 提现申请 */
  118. .btn {
  119. height: 64rpx;
  120. /* width: 100%; */
  121. text-align: center;
  122. line-height: 64rpx;
  123. border: 1rpx solid #09AFFF;
  124. border-radius: 38rpx;
  125. margin-top: 22rpx;
  126. color: #09AFFF;
  127. font-size: 24rpx;
  128. background: #fff;
  129. }
  130. .btn.current-btn {
  131. background: #E0F5FC;
  132. margin-top: 30rpx;
  133. }
  134. .back {
  135. position: absolute;
  136. top: 0rpx;
  137. width: 100%;
  138. height: 100%;
  139. background-color: #999;
  140. z-index: 999;
  141. opacity: 0.8
  142. }
  143. .auth {
  144. position: absolute;
  145. top: 0rpx;
  146. width: 100%;
  147. height: 100%;
  148. z-index: 9999;
  149. display: flex;
  150. align-items: center;
  151. justify-content: center;
  152. }
  153. .auth .form {
  154. background-color: #fff;
  155. width: 590rpx;
  156. padding: 40rpx 44rpx 74rpx;
  157. border-radius: 10rpx;
  158. }
  159. .auth .title {
  160. text-align: center;
  161. font-size: 34rpx;
  162. line-height: 34rpx;
  163. font-weight: bold;
  164. margin-bottom: 60rpx;
  165. }
  166. .form-item {
  167. height: 84rpx;
  168. /* border-bottom: 1px solid #d9d9d9; */
  169. display: flex;
  170. align-items: center;
  171. }
  172. .form-item .label {
  173. width: 130rpx;
  174. font-size: 24rpx;
  175. color: #85868A
  176. }
  177. .form-item .username,
  178. .form-item .address {
  179. top: 26rpx;
  180. left: 0;
  181. display: block;
  182. width: 100%;
  183. height: 44rpx;
  184. background: #fff;
  185. color: #333;
  186. font-size: 30rpx;
  187. }
  188. .warning {
  189. color: #09afff;
  190. margin-top: 20rpx;
  191. font-size: 22rpx;
  192. line-height: 28rpx;
  193. }
  194. .footer {
  195. display: flex;
  196. padding: 20rpx;
  197. text-align: center;
  198. }
  199. .fbtn {
  200. width: 202rpx;
  201. height: 70rpx;
  202. line-height: 70rpx;
  203. text-align: center;
  204. border-radius: 70rpx;
  205. border: 1rpx solid #09afff;
  206. font-size: 24rpx;
  207. margin: 0 28rpx;
  208. }
  209. .main-module .module-text {
  210. font-size: 24rpx;
  211. }
  212. .btnConfirm {
  213. background-color: #09afff;
  214. color: #fff;
  215. }
  216. .dialog-wrapper {
  217. display: flex;
  218. align-items: flex-start;
  219. justify-content: center;
  220. height: 100%;
  221. padding-top: 170rpx;
  222. }
  223. .dialog-block {
  224. width: 590rpx;
  225. height: 534rpx;
  226. border-radius: 10rpx;
  227. background-color: #fff;
  228. position: relative;
  229. font-size: 24rpx;
  230. padding: 100rpx 44rpx 0;
  231. }
  232. .close-icon {
  233. width: 60rpx;
  234. height: 60rpx;
  235. position: absolute;
  236. top: -30rpx;
  237. right: -30rpx;
  238. }
  239. .tips-text {
  240. color: #85868A;
  241. font-size: 24rpx;
  242. text-align: justify;
  243. }
  244. .tip-wrapper {
  245. display: flex;
  246. align-items: center;
  247. }
  248. .tip-img {
  249. width: 22rpx;
  250. height: 22rpx;
  251. margin: 0 0 0 8rpx;
  252. }
  253. .form-item>input {
  254. height: 50rpx;
  255. line-height: 50rpx;
  256. border: 1px solid #85868A;
  257. border-radius: 10rpx;
  258. width: 370rpx;
  259. font-size: 24rpx;
  260. color: #2a2a2a;
  261. padding-left: 20rpx;
  262. }
  263. .agree-terms {
  264. margin: 54rpx 0 44rpx;
  265. height: 26rpx;
  266. display: flex;
  267. /* justify-content: center; */
  268. align-items: center;
  269. }
  270. .user-agree {
  271. color: #85868A;
  272. font-size: 22rpx;
  273. margin-left: 8rpx;
  274. }
  275. .user-terms {
  276. color: #CC4226;
  277. font-size: 24rpx;
  278. }
  279. .month-title{
  280. height: 48rpx;
  281. display: flex;
  282. align-items: center;
  283. justify-content: space-between;
  284. padding:0 20rpx;
  285. margin-top:40rpx;
  286. }
  287. .month-title-left{
  288. height: 48rpx;
  289. display: flex;
  290. align-items: center;
  291. }
  292. .month-title-left view{
  293. font-size: 32rpx;
  294. }
  295. .month-title-left image{
  296. margin-left:12rpx;
  297. width:32rpx;
  298. height: 32rpx;
  299. }
  300. .month-title-right{
  301. display: flex;
  302. align-items: center;
  303. height: 48rpx;
  304. }
  305. .month-title-right image{
  306. width:28rpx;
  307. height: 28rpx;
  308. margin-left:4rpx;
  309. }
  310. .last-month{
  311. line-height: 48rpx;
  312. color:#333;
  313. }
  314. .next-month{
  315. line-height: 48rpx;
  316. margin-left:14rpx;
  317. color:#333;
  318. }