cardIntroduction.wxss
841 字节
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
/* pages/cardIntroduction/cardIntroduction.wxss */
.content_box {
width: 100%;
min-height: 2000rpx;
background: #e0e0e0;
font-size: 32rpx;
color: #000;
padding: 30rpx;
/* position: fixed;
top: 0;
left: 0; */
text-align: center;
/* display: flex;
align-items: center;
justify-content: center;
overflow: scroll; */
}
.bottom_box {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
bottom: 0;
left: 0;
}
.share_btn, .groupBuy_btn {
width: 50%;
height: 98rpx;
background: linear-gradient(-84deg, rgba(251, 150, 0, 1), rgba(255, 198, 4, 1));
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: #fff;
}
.groupBuy_btn {
background: linear-gradient(-78deg, rgba(255, 83, 2, 1), rgba(252, 116, 0, 1));
}