groupBuyDetail.wxss
715 字节
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
/* pages/groupBuyDetail/groupBuyDetail.wxss */
@import '../groupBuy/groupBuy.wxss';
.list_info_box {
flex-wrap: wrap;
}
.service_btn_box {
background: linear-gradient(-78deg, rgba(255, 83, 2, 1), rgba(252, 116, 0, 1)) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 36rpx !important;
color: #fff !important;
position: fixed !important;
bottom: 0;
left: 0;
border-radius: 0;
}
.service_btn_box::after {
border: 0;
border-radius: 0;
}
.list_info_box {
transition: 1s ease all;
}
.img_list {
height: 200rpx;
overflow: hidden;
transition: 1s ease all;
}
.icon-xiala {
margin-left: 20rpx;
color: #6f6f6f;
}