_addCart.scss
2.16 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.addCartBox {
background-color: $YOHO-white-color;
padding: 0 10px;
}
.goodsTitle {
line-height: 44px;
font-size: 14px;
}
.addCartGroup {
padding: 0 0 0 60px;
margin-bottom: 10px;
position: relative;
.addCartLabel {
position: absolute;
left: 0;
top: 15px;
}
}
.addCartChooseColor {
overflow: hidden;
li {
position: relative;
float: left;
margin: 0 10px 10px 0;
}
li.active:after {
background: url("../img/right.png") right bottom no-repeat;
background-size: 19px 19px;
border: 1px solid $YOHO-red-color;
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0;
top:0;
@include box-sizing(border-box);
}
}
.addCartSizeList {
overflow: hidden;
li {
position: relative;
float: left;
margin: 0 10px 10px 0;
border: 1px solid $YOHO-black-color;
height: 42px;
width: 42px;
line-height: 42px;
text-align: center;
font-size: 14px;
}
li.active {
border-color: $YOHO-red-color;
}
li.active:after {
background: url("../img/right.png") right bottom no-repeat;
background-size: 19px 19px;
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0;
top:0;
@include box-sizing(border-box);
}
}
.addCartMinus,.addCartPlus,.addCartNumber {
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
display: inline-block;
border: 1px solid $YOHO-dot-color;
font-size: 14px;
}
.addCartNumber {
width: 50px;
font-size: 18px;
border-radius: 0;
line-height: 20px;
}
.t30 {
top: 30px !important;
}
.addCartButton {
display: block;
height: 50px;
line-height: 50px;
font-size: 22px;
text-align: center;
color: $YOHO-white-color;
background-color: $YOHO-red-color;
font-weight: bold;
margin-bottom: 10px;
}
.pl5 {
padding-left: 5px;
}
.errorAddCart {
width: 196px !important;
height: 37px !important;
line-height: 37px;
margin: 0;
}