金诚优选前端代码
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.

88 lines
1.7 KiB

  1. @import '../../../common/css/global';
  2. #callList {
  3. .call-item{
  4. background: #fff;
  5. margin-bottom: 10px;
  6. .item-warp {
  7. display: flex;
  8. padding:15px;
  9. }
  10. .time {
  11. height: 46px;
  12. padding: 10px;
  13. }
  14. .call-img{
  15. width: 100px;
  16. height: 100px;
  17. margin-right: 15px;
  18. image{
  19. width: 100%;
  20. height: 100%;
  21. }
  22. }
  23. .call-info{
  24. flex: 1;
  25. overflow: hidden;
  26. .call-goods{
  27. .goods-name{
  28. font-size: 16px;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. }
  33. }
  34. .goods-money-box{
  35. font-size: 14px;
  36. color: #9C9C9C;
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. .money{
  41. display: flex;
  42. align-items: center;
  43. .new {
  44. font-size: 18px;
  45. color: @globalColor;
  46. }
  47. .old{
  48. font-size: 10px;
  49. margin-left: 5px;
  50. text-decoration: line-through;
  51. }
  52. }
  53. }
  54. .action-box{
  55. font-size: 12px;
  56. display: flex;
  57. align-items: center;
  58. margin-top: 24px;
  59. overflow: hidden;
  60. .free{
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. flex: 1;
  65. }
  66. .action{
  67. padding: 2px 8px;
  68. background: @globalColor;
  69. color: #FFFFFF;
  70. border-radius: 20px;
  71. }
  72. }
  73. .time {
  74. position: absolute;
  75. width: 100%;
  76. bottom: 0;
  77. }
  78. }
  79. }
  80. .no-list{
  81. text-align: center;
  82. margin: 10px 0;
  83. }
  84. }