金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.3 KiB

  1. #recharge-index{
  2. .contents{
  3. height: 100%;
  4. overflow: auto;
  5. box-sizing: border-box;
  6. .title{
  7. font-weight:600;
  8. font-size: 13px;
  9. color:#333333;
  10. background: #FFFFFF;
  11. padding: 10px 15px;
  12. display: flex;
  13. align-items: center;
  14. z-index: 999;
  15. }
  16. .item{
  17. color:#333333;
  18. background: #FFFFFF;
  19. padding: 10px 15px;
  20. display: flex;
  21. align-items: center;
  22. font-size: 12px;
  23. .left{
  24. flex: 1;
  25. font-size: 14px;
  26. color:#333333;
  27. }
  28. .right{
  29. color: #999999;
  30. }
  31. .tips{
  32. padding: 15px 10px;
  33. font-size: 14px;
  34. color:#b2b2b2;
  35. }
  36. .money-box{
  37. font-size: 0;
  38. padding: 0 7px;
  39. .money-item{
  40. display: inline-block;
  41. text-align: center;
  42. font-size: 14px;
  43. width: 33%;
  44. box-sizing: border-box;
  45. margin-bottom: 15px;
  46. padding: 0 7px;
  47. .order{
  48. border:1px solid #1AAD19;
  49. border-radius:6px;
  50. padding: 5px 6px;
  51. color: #1AAD19;
  52. .price{
  53. min-height: 20px;
  54. font-size: 10px;
  55. display: -webkit-box;
  56. -webkit-box-orient: vertical;
  57. -webkit-line-clamp: 1;
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }