index.wxss
1.1 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
.vccb{
height:100%;
width:65px;
text-align:center;
font-size:1.2em;
color:white;
font-weight:bold;
display: flex;
justify-content:center;
align-items:Center;
}
.delb{
background-color:#6d189e;
}
.morenb{
background-color:red;
}
.morenback{
background-color: rgb(249, 241, 250)!important;
}
.tagdef{
margin-left:6px;
top:-2px;
position:relative;
}
.ob-label{
font-size:12px;
line-height:1.2;
color:#666;
}
.title-class{
min-width:20em;
}
.footer-fixed {
position: fixed;
display: flex;
bottom: 0px;
left: 0px;
right: 0px;
height: 46px;
z-index: 18;
box-shadow: 1px 5px 15px rgba(50, 50, 50, 0.3);
background: #fff;
}
.order-bt {
width: 50%;
background-color: #6d189e;
color: #fff;
text-align: center;
line-height: 46px;
}
.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;
}