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
|
| .pop_bg{
| width: 100%;
| height: 100%;
| position: absolute;
| top: 0;
| left: 0;
| background: #66666666;
| z-index: 100;
| }
| .address-list {
| padding-bottom: 90rpx;
| }
| .foot-btns {
| padding: 0;
| }
| .closeicon{
| position: absolute;
| right: 20rpx;
| top: 30rpx;
| }
| .foot-btns .btn-red {
| width: 100%;
| height: 90rpx;
| line-height: 90rpx;
| border-radius: 0;
| }
| .address-distr_open{
| /* position: absolute; */
| /* bottom: env(safe-area-inset-bottom); */
| /* left: 0; */
| width: 100%;
| position: fixed;
| bottom: 0;
| display: block;
| }
| .address-distr_close{
| position: absolute;
| bottom: env(safe-area-inset-bottom);
| left: 0;
| width: 100%;
| display: none;
| }
| .icon.icon-guanbi {
| color: #999;
| }
| .shop-item__right .icon-xuanze {
| color: #F6220C;
| }
|
|