cart.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. /* 购物车 */
  2. div#shopping_cart { position: fixed; bottom: 7px; right: 2%; background: #aacc36; width: 50px; height: 50px; border-radius: 50%; z-index: 9998; }
  3. #shopping_cart a { position: relative; display: block; text-align: center; }
  4. #shopping_cart a img { width: 52%; margin-top: 13px; }
  5. #shopping_cart a em { position: absolute; width: 18px; height: 18px; background: #ff900d; border-radius: 50%; right: 12px; top: 4px; line-height: 18px; color: #fff; display: none; }
  6. #newly_added { color: #ff900d; position: fixed; z-index: 9999; }
  7. .footer_h { height:100px; text-align: center; color: #999; line-height: 60px; }
  8. .ion-ios-arrow-left:before {content: "";/* color: #aacc36; */}
  9. /*购物车*/
  10. .cart_top p { float: right; margin: 0; font-size: 0.8rem}
  11. .cart_top { padding: 6px 4%; background: #fff; font-size: 1.2rem; color: #999; line-height: 24px; border-bottom: solid 1px #e6e6e6; }
  12. .commodity_list { background: #fff; margin-bottom: 10px; }
  13. .shop_ul_bottom.account_info_box:nth-last-child(1) { border-bottom: none; }
  14. .commodity_list .tite_tim { width: 90%; margin: 0 auto; padding: 8px 0; color: #333; font-size: 1.2rem; background-size: 6px; }
  15. .commodity_list .tite_tim em { float: left; width: 20px; height: 20px; border: solid 1px #e6e6e6; border-radius: 50%; margin-right: 10px; }
  16. .commodity_list .commodity_list_term {margin-left: 20px; margin-bottom: 0;}
  17. .commodity_list .commodity_list_term li { position: relative; overflow: hidden; padding: 12px 0; }
  18. .commodity_list .commodity_list_term li em { position: absolute; width: 20px; height: 20px; border: solid 1px #e6e6e6; border-radius: 50%; left: 0; top: 40px; }
  19. .commodity_list .commodity_list_term li img { width: 80px; height: 80px; max-width: 80px; max-height: 80px; float: left; margin-left: 28px; border: 1px solid #dedede;padding: 2px;}
  20. .commodity_list .commodity_list_term li .div_center { width: 50%; float: left; position: relative; margin-top: 7px; margin-left: 2%; }
  21. .commodity_list .commodity_list_term li .div_center h4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: #333; margin: 0; font-size: 1.2rem; margin-bottom: 2px; }
  22. .commodity_list .commodity_list_term li .div_center span { color: #666; font-size: 1rem; }
  23. .commodity_list .commodity_list_term li .div_center p { margin: 0; font-size: 1.25rem; color: #f34347; margin-top: 6px; font-family: "-apple-system","Helvetica Neue",Roboto,"Segoe UI",sans-serif; }
  24. .commodity_list .commodity_list_term li .div_right { position: absolute; bottom: 10px; right: 4%; border: solid 1px #e6e6e6; border-radius: 4px; width: 82px; overflow: hidden; text-align: center; line-height: 30px; }
  25. .commodity_list .commodity_list_term li .div_right i { float: left; width: 33%; color: #333; font-style: normal;}
  26. .commodity_list .commodity_list_term li .div_right span { float: left; width: 33%; border-left: solid 1px #e6e6e6; border-right: solid 1px #e6e6e6; color: #333; }
  27. .shop_ul_bottom.account_info_box { margin-top: 0; border-top: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6; }
  28. .shop_ul_bottom.account_info_box .xi_cu { height: 24px; line-height: 24px; font-size:12px; padding: 0 6px; border-radius: 4px; background: #f34347; color: #fff; margin-top: 11px; margin-right: 2%; }
  29. .settle_box .all_check em {
  30. font-weight: initial;
  31. font-size: 0.8rem;
  32. color: #666;
  33. margin-left: 10%;
  34. font-style: normal;
  35. }
  36. .commodity_list .commodity_list_term li .div_center p i { font-size: 0.6rem; font-style: normal; }
  37. .commodity_list .commodity_list_term li .div_center p b { font-weight: initial; }
  38. .settle_box .total_amount b { font-weight: initial; }
  39. .finish_box { text-align: center; line-height: 24px; }
  40. .finish_box img { width: 35%; margin-top: 50px; margin-bottom: 15px; }
  41. .finish_box h1 { font-size: 0.9rem; color: #333; }
  42. .finish_box p { color: #999; font-size: 1.2rem; }
  43. .finish_box a { color: #aacc36; font-size: 1.2rem; }
  44. .commodity_list .commodity_list_term li:before{
  45. content: " ";
  46. position: absolute;
  47. left: 0;
  48. bottom: 0;
  49. right: 0;
  50. height: 1px;
  51. border-bottom: 1px solid rgba(207, 207, 207, 0.95);
  52. color: rgba(207, 207, 207, 0.95);
  53. transform-origin: 0 100%;
  54. transform: scaleY(0.501);
  55. }
  56. @media screen and (max-width: 1920px){
  57. #cart_form{ width: 414px; margin: 0 auto; }
  58. }
  59. @media screen and (max-width: 800px){
  60. #cart_form{ width: 100%; margin: 0 auto; }
  61. }
  62. .header_box {
  63. height: 44px;
  64. position: fixed;
  65. width: 100%;
  66. top: 0;
  67. z-index: 999999;
  68. }
  69. .bar-header {
  70. border-bottom: solid 1px #e6e6e6;
  71. background: #fff;
  72. height:44px;
  73. }
  74. .bar-header .title {
  75. color: #fff ;
  76. border-bottom: none;
  77. font-size: 19px;
  78. }
  79. .star_x p i {
  80. color: #b3b3b3;
  81. }
  82. .star_x p .icon_color {
  83. color: #ffa127;
  84. }
  85. .input_a1 input {
  86. border-radius: 5px;
  87. background-color: #f2f2f2;
  88. width: 100%;
  89. text-indent: 5px;
  90. color: #999;
  91. height: 30px;
  92. line-height: normal;
  93. padding-left: 5px;
  94. margin-top: 1px;
  95. }
  96. a.input_a,.input_a1 {
  97. width: 74%;
  98. height: 34px;
  99. position: absolute;
  100. right: 0;
  101. left: 10%;
  102. overflow: hidden;
  103. }
  104. a.rig_shai {
  105. line-height: 35px;
  106. color: #fff;
  107. position: absolute;
  108. top: 5px;
  109. right: 2%;
  110. }
  111. .rig_shai i {
  112. padding: 4px 10px;
  113. background-size: 15px;
  114. }
  115. /*-----------------------------返回顶部----------------------------------------------*/
  116. #totop {
  117. position: fixed;
  118. z-index: 99999;
  119. bottom: 62px;
  120. right: 2%;
  121. cursor: pointer;
  122. display: none;
  123. background: #fff;
  124. -moz-border-radius: 50%;
  125. -webkit-border-radius: 50%;
  126. border-radius: 50%;
  127. cursor: pointer;
  128. border: solid 1px #e1e1e1;
  129. }
  130. #totop a {
  131. display: block;
  132. background-size: 100%;
  133. width: 40px;
  134. height: 40px;
  135. cursor: pointer;
  136. }
  137. .bar.bar-dark .title {
  138. color: #fff
  139. }
  140. .bar.bar-dark.bar-footer {
  141. background-image: linear-gradient(180deg,#111,#111 50%,transparent 50%)
  142. }
  143. .bar .title {
  144. display: block;
  145. position: absolute;
  146. top: 0;
  147. right: 0;
  148. left: 0;
  149. z-index: 0;
  150. overflow: hidden;
  151. margin: 0 10px;
  152. min-width: 30px;
  153. height: 43px;
  154. text-align: center;
  155. text-overflow: ellipsis;
  156. white-space: nowrap;
  157. font-size: 17px;
  158. font-weight: 500;
  159. line-height: 44px
  160. }
  161. .bar .title.title-left {
  162. text-align: left
  163. }
  164. .bar .title.title-right {
  165. text-align: right
  166. }
  167. .bar .title a {
  168. color: inherit
  169. }
  170. .bar .button,.bar button {
  171. z-index: 1;
  172. padding: 0 8px;
  173. min-width: initial;
  174. min-height: 31px;
  175. font-weight: 400;
  176. font-size: 13px;
  177. line-height: 32px
  178. }