index.wxss
1.7 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
.card-t-c{
font-size: 1.3em;
height:40px;
}
.error_goods{
background-color:#fff;filter:Alpha(Opacity=30);opacity:0.3;
}
.card-p-c{
font-size: 1.3em;
color: red;
font-weight: bolder;
}
.card-op-c{
font-size: 1.1em;
text-decoration:none!important;
margin-top:0.28em;
}
.card-root-c{
padding-top: 10px;
/*border:1px solid #ecd1fc;*/
}
.van-card-root-c{
box-shadow: 0 1px 2px #dfb3f8;
background-color:white!important;
}
.no-more{
margin:1em auto;
text-align:center;
color: #6d189e;
}
.liteshop-notcont {
margin:130rpx 100rpx;
}
.liteshop-notcont .img {
width:200px;
height:120px;
margin:0 auto;
}
.liteshop-notcont .img image {
width: 100%;
height: 100%;
}
.liteshop-notcont .cont {
display: block;
text-align: center;
font-size: 30rpx;
color: #6d189e;
margin-top: 10rpx;
}
.van-stepper__input--disabled {
color:white!important;
background-color:#6d189e!important;
z-index:-9!important;
}
.van-card__footer {
bottom:5px!important;
right:5px!important;
}
.delb{
height:100%;
width:65px;
text-align:center;
font-size:1.2em;
background-color:#6d189e;
color:white;
font-weight:bold;
display: flex;
justify-content:center;
align-items:Center;
}
.p-bottom
{
padding-bottom:60px;
}
.vard-d-c{
max-width:14em;
white-space:normal!important;
overflow:inherit!important;
}
.van-card {
height:118px!important;
}
.van-card__thumb {
top:15px!important;
left:8px!important;
width:98px!important;
height:98px!important;
}
.goods_err_div{
position:absolute;
z-index:9;
font-size:2em;
line-height:100px;
text-align:center;
width:100%;
color: #6d189e;
letter-spacing:1.2em;
font-weight:bolder;
text-indent : 3em;
}