app.wxss
2.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.page{
background-color: #fff;
}
.divide_line{
background: #e5e5e5;
width: 100%;
height: 2rpx;
}
.divide_line_f5f5f5{
background: #f5f5f5;
width: 100%;
height: 2rpx;
}
.item_body {
width: 100%;
height: 90rpx;
}
.text_wrap{
/* width: 500rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
float: right; */
}
.text_black_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #000;
line-height: 80rpx;
}
.text_333_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #333;
text-align: right;
line-height: 80rpx;
}
.text_666_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #666;
text-align: right;
}
.text_999_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #999;
}
.text_333_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #333;
}
.text_blue_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #3795ff;
text-align: right;
}
.text_333_30_bold {
font-family: PingFangSC-Semibold;
font-size: 30rpx;
color: #333;
}
.text_999_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #999;
text-align: right;
line-height: 80rpx;
}
.text_black_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #000;
}
.text_black_32 {
font-size: 32rpx;
color: #000;
line-height: 40rpx;
}
.arrow_wrap {
width: 40rpx;
height: 40rpx;
float: right;
margin-top: 24rpx;
margin-left: 8rpx;
}
.float_right {
float: right;
}
.float_left {
float: left;
}
.btn_bottom {
width: 100%;
z-index: 10000;
height: 84rpx;
background: #357aeb;
text-align: center;
position: fixed;
color: #fff;
bottom: 0;
line-height: 84rpx;
}
.card_rectangle_bg_row {
position: relative;
margin: 0 auto;
display: flex;
flex-direction: row;
margin-left: 30rpx;
margin-right: 30rpx;
background: #fff;
box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
border-radius: 8px;
}
.card_rectangle_bg_column {
position: relative;
margin: 0 auto;
display: flex;
flex-direction: column;
margin-left: 30rpx;
margin-right: 30rpx;
background: #fff;
box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
border-radius: 8px;
}