微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* pages/escrowAccount/balance/balance.wxss */
  2. .pure_top{
  3. height: 150px;
  4. }
  5. .pure_top::after {
  6. height: 150px;
  7. }
  8. .main-box{
  9. background: #ffffff;
  10. padding: 20px;
  11. width: 94%;
  12. margin: 0 auto;
  13. border-radius: 10px;
  14. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  15. }
  16. .main-box text{
  17. display: block;
  18. margin-bottom: 10px;
  19. }
  20. .main-box text:last-child{
  21. margin-bottom: 0px;
  22. }
  23. .hui{
  24. display: inline-block!important;
  25. color: #666666;
  26. text-align: right;
  27. }
  28. .tit_box{
  29. display: flex;
  30. justify-content: space-between;
  31. }
  32. .title{
  33. width: 50%;
  34. display: -webkit-box;
  35. -webkit-box-orient: vertical;
  36. -webkit-line-clamp: 1;
  37. word-break: break-all;
  38. overflow: hidden;
  39. height: 18px;
  40. }
  41. .text text{
  42. margin-bottom: 0;
  43. }
  44. .text{
  45. margin-top: 10px;
  46. }
  47. .ye{
  48. color: red;
  49. }
  50. .ye text{
  51. font-size: 1.5rem;
  52. display: inline;
  53. }
  54. .zph{
  55. margin-bottom: 0!important;
  56. height: 18px;
  57. }