guide.wxss
1.2 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
74
75
76
77
78
79
80
81
/* pages/main/guide/guide.wxss */
img_wrap {
width: 100%;
height: 460rpx;
align-items: center;
margin-left: 30rpx;
margin-right: 30rpx;
border-radius: 8rpx;
}
.text_wrap1 {
position: relative;
font-family: PingFangSC-Semibold;
font-size: 30px;
color: #fff;
letter-spacing: 0;
margin-left: 90rpx;
margin-top: 20rpx;
}
text_wrap2 {
font-family: PingFang-SC-Medium;
font-size: 16px;
color: #fff;
letter-spacing: 0;
}
.bgimg {
position: absolute;
height: 400rpx;
width: 100%;
}
.card_rectangle_bg {
position: relative;
margin: 0 auto;
display: flex;
flex-direction: row;
width: 86%;
/* margin-left: 30rpx;
margin-right: 30rpx; */
background: #fff;
box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
border-radius: 8px;
}
.bg_wrap {
position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
width: 100%;
}
.icon_wrap{
width: 100rpx;
height: 100rpx;
align-self: center
}
text_wrap_main_black{
font-size: 36rpx;
color: #000;
letter-spacing: 0;
text-align: left;
}
text_wrap_sub_999{
font-size: 28rpx;
color: #999;
letter-spacing: 0;
text-align: left;
}
.arrow_wrap {
position: relative;
width: 60rpx;
height: 60rpx;
align-self: center
}