cart.css
2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@CHARSET "UTF-8";
/*预售购物车样式 2014-08-29 lzhy add*/
.cartBox nav{border-bottom:1px solid #cccccc;}
.cartBox nav a{display:block; float:left;width:160px; padding:10px 0; text-align:center; }
.cartBox nav a.selected{border-bottom:2px solid #0b0b0b;}
.cartBox nav dt{color:#222222; font-size:15px; font-weight:bold;}
.cartBox nav dd{font-size:8px; color:#c6c6c6;}
.cartBox .list ul{ height:100px; border-bottom:1px solid #eeeeee;}
.cartBox .list ul li{ float:left;}
.cartBox ul li.check{width:55px;}
.cartBox ul li.check span{width:14px; height:14px; display:block; background:url(http://static.yohobuy.com/m/v1/img/cart/cart_02.jpg) no-repeat; margin:43px auto;}
.cartBox ul li.check span.checked{background:url(http://static.yohobuy.com/m/v1/img/cart/cart_06.jpg) no-repeat;}
.cartBox .list ul li.pic{ margin-top:13px; width:60px;}
.cartBox .list ul li.pic a{ }
.cartBox .list ul li.info{ width:160px; margin-left:10px; margin-top:20px;}
.cartBox .list ul li.info .name{font-weight:bold;color:#3b3b3b}
.cartBox .list ul li.info .name img{position:relative; top:-5px;}
.cartBox .list ul li.info .size{ color:#adadad;}
.cartBox .list ul li.info .price{ margin-top:13px;}
.cartBox .list ul li.info .price a{ margin-left:10px;color:#ce2a29}
.cartBox .list ul li.del a{color:#d0d0d0; font-size:15px; margin-top:40px; display:block;}
.cartBox .activity dt,.cartBox .activity dd{ height:40px; line-height:40px; border-bottom:1px solid #eeeeee; overflow:hidden;}
.cartBox .activity dt{ font-size:15px; color:#afafaf; padding-left:50px;}
.cartBox .activity dd{color:#353535; padding-left:25px;}
.cartBox .activity dd span{color:#afafaf; margin-right:23px;}
.cartBox .totlePrice{ font-size:15px; color:#404040; padding:15px 50px; line-height:1.5em;}
.cartBox .account{ height:64px;}
.cartBox .account ul li{ float:left}
.cartBox .account ul li.check span{ margin-top:25px;}
.cartBox .account ul li.price{ padding-top:11px;}
.cartBox .account ul li.price b{ color:#ee0011; font-size:30px;}
.cartBox .account ul li.price a{ font-size:10px; color:#7e7e7e; position:relative; top:-6px; left:4px;}
.cartBox .account ul li.go{ float:right; margin-right:10px; margin-top:12px;}
.cartBox .account ul li.go a{ width:70px; height:45px; background:#ee0011; display:block; color:#FFF; font-size:16px; text-align:center; line-height:45px;}
.cartBox .notice{ background:#24acaa; height:45px; color:#fff; font-size:14px;}
.cartBox .notice span{display:block; width:24px; height:24px; background:url(http://static.yohobuy.com/m/v1/img/cart/i.jpg) no-repeat; background-size:24px; float:left; margin:8px 20px 0 18px;}
.cartBox .notice p{float:left;}
.line{ height:5px; border-bottom:1px solid #e6e6e6; background:#f4f4f4}