index.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. * {
  2. box-sizing: inherit;
  3. color: inherit;
  4. font: inherit;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. html {
  9. box-sizing: border-box;
  10. color: #333;
  11. }
  12. body {
  13. background-color: #f5f5f5;
  14. font-size: 12px;
  15. }
  16. button {
  17. border: 0 none;
  18. }
  19. a {
  20. text-decoration: none;
  21. }
  22. .text-right {
  23. text-align: right;
  24. }
  25. .withdraw h3 {
  26. font-size: 0.28rem;
  27. font-weight: bold;
  28. margin-top: 0.36rem;
  29. padding: 0 0.42rem;
  30. }
  31. .withdraw_able {
  32. height: 2.06rem;
  33. overflow: hidden;
  34. }
  35. .withdraw_amount {
  36. color: #EB1313;
  37. font-size: 0.64rem;
  38. font-weight: bold;
  39. margin-top: 0.17rem;
  40. text-align: center;
  41. }
  42. .withdraw_list {
  43. background-color: #fff;
  44. height: 3.39rem;
  45. overflow: hidden;
  46. }
  47. .withdraw_item {
  48. border: 0.02rem solid #ccc;
  49. border-radius: 0.08rem;
  50. box-sizing: content-box;
  51. color: #999;
  52. float: left;
  53. font-size: 0.36rem;
  54. height: 0.84rem;
  55. line-height: 0.84rem;
  56. margin: 0.27rem 0.05rem 0 0.35rem;
  57. text-align: center;
  58. width: 1.96rem;
  59. }
  60. .active {
  61. border-color: #EB1313;
  62. color: #EB1313;
  63. }
  64. .withdraw_info {
  65. background-color: #fff;
  66. margin-top: -0.2rem;
  67. padding: 1px 0 0.18rem;
  68. }
  69. .withdraw_info h3 {
  70. margin-bottom: 0.3rem;
  71. }
  72. .withdraw_info-item {
  73. border: 1px solid #DEDEDE;
  74. border-radius: 0.08rem;
  75. box-sizing: content-box;
  76. font-size: 0.28rem;
  77. height: 0.72rem;
  78. line-height: 0.72rem;
  79. margin: 0.18rem 0.42rem;
  80. padding: 0 0.2rem;
  81. }
  82. .withdraw_info-item label {
  83. color: #666;
  84. display: block;
  85. width: 100%;
  86. }
  87. .withdraw_info-item i {
  88. color: #f00;
  89. font-weight: bold;
  90. }
  91. .withdraw_info-item input {
  92. border: 0 none;
  93. line-height: 0.36rem;
  94. width: 75%;
  95. }
  96. .withdraw_info-item input:focus {
  97. outline: none;
  98. }
  99. .withdraw_tips {
  100. color: #666;
  101. font-size: 0.26rem;
  102. overflow: hidden;
  103. }
  104. .withdraw_content {
  105. line-height: 0.5rem;
  106. margin-top: 0.15rem;
  107. padding: 0 0.42rem;
  108. }
  109. .withdraw_btngroup {
  110. margin: 1.5rem 0;
  111. text-align: center;
  112. }
  113. .withdraw_btn {
  114. background-color: #557CFF;
  115. border-radius: 0.44rem;
  116. color: #fff;
  117. font-size: 0.36rem;
  118. font-weight: bold;
  119. height: 0.88rem;
  120. width: 3.62rem;
  121. }
  122. .tab {
  123. width: 100%;
  124. height: 0.96rem;
  125. background-color: #FFFFFF;
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. }
  130. .tab .tab_cell {
  131. flex: 1;
  132. height: 100%;
  133. width: 100%;
  134. color: #7D7E81;
  135. position: relative;
  136. font-size: 0.32rem;
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. }
  141. .tab .active {
  142. color: #333333;
  143. font-weight: 700;
  144. }
  145. .tab .active::before {
  146. content: '';
  147. position: absolute;
  148. bottom: 0;
  149. left: 50%;
  150. transform: translateX(-50%);
  151. width: 0.58rem;
  152. height: 0.08rem;
  153. background: #1A83FF;
  154. border-radius: 100px;
  155. }
  156. .content {
  157. margin-top: 0.2rem;
  158. }
  159. .content_item {
  160. background-color: #fff;
  161. border-bottom: 0.02rem solid #fafafa;
  162. display: flex;
  163. height: 1.7rem;
  164. padding: 0 0.38rem;
  165. width: 100%;
  166. }
  167. .content_column {
  168. display: flex;
  169. flex-direction: column;
  170. justify-content: center;
  171. width: 100%;
  172. }
  173. .content_row {
  174. align-items: center;
  175. display: flex;
  176. flex-direction: row;
  177. width: 100%;
  178. }
  179. .content_avatar {
  180. border-radius: 50%;
  181. height: 1.1rem;
  182. margin-right: 0.2rem;
  183. width: 1.1rem;
  184. }
  185. .content_intro {
  186. flex: 1;
  187. overflow: hidden;
  188. }
  189. .content_nickname {
  190. color: #333;
  191. display: block;
  192. font-size: 0.32rem;
  193. margin: 0.15rem 0 0.2rem;
  194. }
  195. .content_text {
  196. color: #999;
  197. display: block;
  198. font-size: 0.26rem;
  199. overflow: hidden;
  200. text-overflow: ellipsis;
  201. white-space: nowrap;
  202. }
  203. .content_info {
  204. margin-bottom: 0.2rem;
  205. }
  206. .content_order {
  207. color: #333;
  208. flex: 1;
  209. font-size: 0.32rem;
  210. }
  211. .content_price {
  212. color: #FD0808;
  213. font-size: 0.48rem;
  214. }
  215. .content_price-unit {
  216. font-size: 0.3rem;
  217. }
  218. .content_price-fixed {
  219. display: block;
  220. margin: 0 0 0.2rem;
  221. }
  222. .content_datetime,
  223. .content_status {
  224. color: #666;
  225. font-size: 0.26rem;
  226. }
  227. .content_datetime {
  228. display: block;
  229. flex: 1;
  230. }
  231. .pop_outer {
  232. background-color: rgba(0, 0, 0, 0.7);
  233. position: fixed;
  234. left: 0;
  235. top: 0;
  236. height: 100%;
  237. width: 100%;
  238. text-align: center;
  239. }
  240. .pop_inner {
  241. background-color: #fff;
  242. border-radius: 0.1rem;
  243. min-height: 2rem;
  244. width: 80%;
  245. overflow: hidden;
  246. position: fixed;
  247. left: 50%;
  248. top: 50%;
  249. -webkit-transform: translate(-50%, -50%);
  250. transform: translate(-50%, -50%);
  251. }
  252. .pop_title {
  253. color: #000;
  254. font-size: 0.36rem;
  255. padding: 0.3rem 0.3rem 0;
  256. }
  257. .pop_content {
  258. color: #999;
  259. font-size: 0.3rem;
  260. line-height: 0.44rem;
  261. padding: 0.3rem 0.4rem;
  262. }
  263. .pop_btn-group {
  264. border-top: 1px solid #dedede;
  265. height: 1rem;
  266. line-height: 1rem;
  267. }
  268. .pop_btn {
  269. background-color: #fff;
  270. color: #00C200;
  271. float: left;
  272. font-size: 0.36rem;
  273. width: 50%;
  274. }
  275. .pop_btn:first-child {
  276. border-right: 1px solid #dedede;
  277. }
  278. .pop_btn__block {
  279. width: 100%;
  280. }
  281. .underline {
  282. color: #1A83FF;
  283. text-decoration: underline;
  284. }
  285. @media screen and (min-width: 320px) {
  286. html {
  287. font-size: 42.66666667px;
  288. }
  289. }
  290. @media screen and (min-width: 360px) {
  291. html {
  292. font-size: 48px;
  293. }
  294. }
  295. @media screen and (min-width: 375px) {
  296. html {
  297. font-size: 50px;
  298. }
  299. }
  300. @media screen and (min-width: 414px) {
  301. html {
  302. font-size: 55.2px;
  303. }
  304. }
  305. @media screen and (min-width: 750px) {
  306. html {
  307. font-size: 100px;
  308. }
  309. }