uc-footprint.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* 我的足迹 */
  2. .footprint-head {
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. height: 44px;
  7. background: #f8f8f8;
  8. padding: 0 20px;
  9. }
  10. .footprint-head .head-tit {
  11. font-size: 14px;
  12. color: #333;
  13. font-weight: bold;
  14. }
  15. .footprint-head .batch-btn {
  16. font-size: 12px;
  17. color: #666;
  18. }
  19. .footprint-head .batch-btn:hover {
  20. color: #e1251b;
  21. cursor: pointer;
  22. }
  23. .footprint-head .action-btn-box {
  24. display: flex;
  25. align-items: center;
  26. color: #666;
  27. cursor: pointer;
  28. }
  29. .footprint-head .action-btn-box .batch-box .check:hover .checkbox::before{
  30. border-color: #e1251b;
  31. }
  32. .footprint-head .action-btn-box .batch-box .check:hover,
  33. .footprint-head .action-btn-box .batch-box .delete-collection:hover,
  34. .footprint-head .action-btn-box .cancel-btn:hover {
  35. color: #e1251b;
  36. }
  37. .footprint-head .action-btn-box .batch-box .delete-collection {
  38. padding: 0 10px;
  39. }
  40. .user-center .uc-collection .time {
  41. font-size: 20px;
  42. margin-top: 14px;
  43. font-weight: 600;
  44. }
  45. .user-center .uc-collection .goods-list .list-con .item {
  46. display: inline-block;
  47. width: 244px;
  48. height: auto;
  49. border: 1px solid #eee;
  50. box-sizing: border-box;
  51. margin-right: 16px;
  52. margin-top: 12px;
  53. }
  54. .user-center .uc-collection .goods-list .list-con .item:nth-child(4n) {
  55. margin-right: 0;
  56. }
  57. .user-center .uc-collection .goods-list .list-con .item .goods-img {
  58. width: 242px;
  59. height: 242px;
  60. line-height: 242px;
  61. margin: 0;
  62. }
  63. .user-center .uc-collection .goods-list .list-con .item .goods-msg {
  64. padding-bottom: 20px;
  65. }
  66. .user-center .uc-collection .goods-action {
  67. text-align: center;
  68. line-height: 35px;
  69. background: #f9f9f9;
  70. border-top: 1px solid #eee;
  71. display: flex;
  72. }
  73. .user-center .uc-collection .goods-action .action-a {
  74. color: #666;
  75. text-align: center;
  76. width: 50%;
  77. }
  78. .user-center .uc-collection .goods-action .action-a.a1 {
  79. border-right: 1px solid #eee;
  80. }
  81. .user-center .uc-collection .goods-action .action-a .icon {
  82. display: inline-block;
  83. vertical-align: top;
  84. background: url(../images/icons.png) no-repeat;
  85. margin-right: 5px;
  86. }
  87. .user-center .uc-collection .goods-action .action-a.a1 .icon {
  88. width: 17px;
  89. height: 15px;
  90. margin-top: 10px;
  91. background-position: 0 -38px;
  92. }
  93. .user-center .uc-collection .goods-action .action-a.a2 .icon {
  94. width: 14px;
  95. height: 14px;
  96. margin-top: 10px;
  97. background-position: 0 -415px;
  98. }
  99. .user-center .uc-collection .goods-action .action-a:hover {
  100. color: #e1251b;
  101. }
  102. .user-center .uc-collection .goods-action .action-a.a1:hover .icon {
  103. background-position: -22px -38px;
  104. }
  105. .user-center .uc-collection .goods-action .action-a.a2:hover .icon {
  106. background-position: -19px -415px;
  107. }
  108. .user-center .uc-collection .item-mask {
  109. position: absolute;
  110. top: 0;
  111. left: 0;
  112. width: 100%;
  113. height: 100%;
  114. background: rgba(0,0,0,0.1);
  115. display: none;
  116. }
  117. .user-center .uc-collection .batch-edit .item-mask {
  118. display: block;
  119. }
  120. .user-center .uc-collection .goods-list .list-con .item.batch-edit:hover {
  121. opacity: 1;
  122. box-shadow: none;
  123. border-color: #e1251b;
  124. }
  125. .user-center .uc-collection .goods-list .list-con .item.checked {
  126. border-color: #e1251b;
  127. }
  128. .user-center .uc-collection .item-mask .icon {
  129. position: absolute;
  130. right: 0;
  131. top: 0;
  132. width: 30px;
  133. height: 30px;
  134. background: rgba(0,0,0,0.1);
  135. }
  136. .user-center .uc-collection .goods-list .list-con .item.checked .item-mask .icon {
  137. background: #e1251b;
  138. }
  139. .user-center .uc-collection .item-mask .icon::before {
  140. position: absolute;
  141. top: 9px;
  142. left: 7px;
  143. display: block;
  144. width: 16px;
  145. height: 12px;
  146. content: " ";
  147. background: url(../images/icons.png) no-repeat 0 -746px;
  148. }
  149. /* 页码 */
  150. .user-center .uc-collection .pages {
  151. margin-top: 20px;
  152. margin-right: 10px;
  153. }