index.scss
558 Bytes
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
.goodsInfo-box{
height: 100vh;
background-color:#F3F5F9
}
.goods-info{
background-color:#F3F5F9;
overflow: scroll;
.footer{
height: 164rpx;
width: 100%;
background-color: white;
position: fixed;
bottom: 0;
left: 0;
z-index: 9;
.btn{
width: 404rpx;
height: 88rpx;
background-color: #CCCCCC;
border-radius: 44rpx;
text-align: center;
line-height: 88rpx;
color: white;
margin: 0 auto;
margin-top: 17rpx;
}
.btn.active{
background-color:#E84134
}
}
}
.isAll{
background-color: white;
height: 100vh;
}