refundconsult.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. body{
  2. background: #FFF;
  3. }
  4. .list{
  5. margin-top: 0.5rem;
  6. }
  7. .list li{
  8. position: relative;
  9. padding-bottom: 0.5rem;
  10. padding-left: 0.6rem;
  11. border-left: 1px solid #F5F5F5;
  12. margin-left: 0.6rem;
  13. }
  14. .list li p{
  15. line-height: 0.5rem;
  16. color: #969696;
  17. font-size: 0.28rem;
  18. }
  19. .list li p span{
  20. color: #E4367D;
  21. }
  22. .list li .list_title{
  23. font-weight: bold;
  24. color: #282828;
  25. font-size: 0.3rem;
  26. margin-bottom: 0.3rem;
  27. }
  28. .list li .list_time{
  29. color: #646464;
  30. }
  31. .list li .list_tip{
  32. position: absolute;
  33. left: -20px;
  34. top: 0px;
  35. width: 40px;
  36. height: 25px;
  37. }
  38. .list li .list_buyer_tip{
  39. background: url(../images/orderrefund/buyer.png) no-repeat;
  40. background-size: 100%;
  41. }
  42. .list li .list_seller_tip{
  43. background: url(../images/orderrefund/seller.png) no-repeat;
  44. background-size: 100%;
  45. }
  46. .list li .list_platform_tip{
  47. background: url(../images/orderrefund/platform.png) no-repeat;
  48. background-size: 100%;
  49. }
  50. .list li .list_system_tip{
  51. background: url(../images/orderrefund/system.png) no-repeat;
  52. background-size: 100%;
  53. }
  54. .list .border_none{
  55. border: none;
  56. }