如何修改购物车上“商品列表”的字体颜色

2016-07-07 16:19 来源:www.chinab4c.com 作者:ecshop专家



如题
如何修改购物车上“商品列表”的字体颜色

Capture.JPG

PS: 使用的是360紫色风格



不知道各位大大是否需要小的还是提供一下style css 里购物车的代码
如下
  1. /*==================== flow.dwt ====================*/
  2. .flowBox{border-left:3px solid #7e609f; border-right:3px solid #7e609f; padding:8px;}
  3. .flowTit{height:28px; line-height:28px; text-align:right; padding:0 10px; background:url(images/purple/bg_flow.gif) no-repeat left top;
  4. font-size:14px; font-weight:100;
  5. }
  6. .flowTit a{color:#050ed0; text-decoration:underline; background:url(images/purple/bg.gif) no-repeat -197px -268px;
  7. padding-left:16px; font-size:12px;
  8. }
  9. .flowTit span{float:left; font-weight:bold; color:#fff;}
  10. .flowBottom{background:url(images/purple/bg_flow_1.gif) no-repeat left bottom; height:6px; line-height:6px; font-size:0px; overflow:hidden;
  11. margin-bottom:8px;
  12. }
  13. .orderSuccess{padding:20px;}
  14. .orderSuccess p{font-size:14px;}
  15. .orderSuccess p a{color:#005ea7; text-decoration:underline;}
  16. .order_sn{background:url(images/purple/bg.gif) no-repeat 0 -304px; font-size:16px; font-weight:bold; padding:8px 8px 20px 40px; text-align:left;
  17. margin:10px 0 20px 0;
  18. }
  19. .shipping_name{border:1px solid #aacded; border-top:2px solid #aacded; background:#ebf4fb; padding:10px; margin-bottom:10px;
  20. line-height:24px;
  21. }
  22. .step_login{width:463px; height:225px; border:1px solid #d9d9d9; padding:10px; margin-bottom:8px;}
  23. .step_login h4{height:32px; line-height:30px; background:url(images/bg_login.gif) no-repeat 0 0; font-size:14px; font-weight:bold; color:#fff; padding:0 10px;
  24. text-align:left; margin-bottom:10px;
  25. }
  26. .step_login .h4bg{background:url(images/bg_login.gif) no-repeat 0 -40px;}
复制代码

回答:
刚刚找了好久都找不到
原来是
  1. # .flowTit span{float:left; font-weight:bold; color:#fff;}
复制代码
这个的color改掉就可以了
刚才明明有试过可是不行的
可是突然又可以了
真是奇怪