deposit.wxss
2.82 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
/* 图片 */
.pictuer{
position:relative;
top:0rpx;
left:0rpx;
width: 100%;
height: 180rpx;
}
/* 资产的大边框 */
.big{
color: #FFFFFF;
position: absolute;
top: 30rpx;
left: 45rpx;
width: 665rpx;
height:auto;
}
/* 总资产 */
.font-one{
font-size:28rpx;
text-align: left;
height: 50rpx;
line-height:50rpx;
}
/* 人民币符号 */
.rmb{
display: flex;
width: 27rpx;
height: 41rpx;
font-size:25rpx;
margin-top:20rpx;
}
/* 资产金额 */
.font-two{
width: 100rpx;
height:35rpx;
font-size:25rpx;
font-family: 'SimHei',Arial;
margin-top:24rpx;
padding-top:4rpx;
}
/* 流动资金的边框 */
.min-rim-one{
display: flex;
width: 100%;
height:80rpx;
line-height: 80rpx;
border-bottom: 1px solid #EEEEEE;
}
/* 预存款 */
.deposit{
display: flex;
widows: 150rpx;
height: 35rpx;
}
/* 流动资金的小图片 */
.picture-two{
margin-top:25rpx;
width: 45rpx;
height: 35rpx;
margin-left: 20rpx;
}
/* 流动资金 */
.ldzj-font{
width: 200rpx;
font-size: 25rpx;
margin-left: 20rpx;
color: #000000;
}
.picture-three{
margin-top:40rpx;
margin-left: 380rpx;
height: 30rpx;
width: 20rpx;
}
.picture-five{
margin-top:25rpx;
margin-left: 420rpx;
height: 30rpx;
width: 20rpx;
}
.big-rim{
width: 100%;
height: auto;
font-family: 'SimHei',Arial;
font-size: 35rpx;
color: #000000;
line-height: 60rpx;
}
.mysj{
width: 100%;
height: 70rpx;
font-size: 25rpx;
text-align: center;
color:#000000;
margin-top:20rpx;
}
/*数据*/
.data{
display: flex;
width: 100%;
border-bottom: 1px solid #E8E8E8;
height: 120rpx;
}
/*左边的数据 */
.left{
width:70%;
height: 120rpx;
}
/* 单据单号 */
.left-test{
margin-left: 30rpx;
padding-top: 20rpx;
font-size: 35rpx;
color: #000000;
width: 100%;
}
/* 单据时间 */
.time{
margin-top: 10rpx;
font-size: 25rpx;
color: #999999;
width: 100%;
}
/* 流动资金的加减 */
.money{
padding-top:20rpx;
height: 70rpx;
width: 110rpx;
margin-left:130rpx;
font-size: 35rpx;
font-family: 'SimHei',Arial;
}
/* 有数据的时候的大边框样式 */
.rim_one{
margin:20rpx auto;
width: 90%;
background: #fbc8b7;
height: 250rpx;
text-align: left;
border-radius: 10rpx;
}
/* 上边框 */
.top_rim{
width:80%;
font-family: 'SimHei',Arial;
padding: 0 45rpx;
margin:0 auto;
color: #fff;
font-size: 45rpx;
height: 100rpx;
line-height: 100rpx;
border-bottom: 1px dashed #FFFFFF;
}
/* 下边框 */
.bottom_rim{
width:80%;
height: 150rpx;
padding: 0 45rpx;
line-height: 150rpx;
margin:0 auto;
}
/* 下边框中的钱 */
.bottom_one{
font-size: 35rpx;
width:80%;
height:70rpx;
line-height: 250%;
font-family: 'SimHei',Arial;
color: #fff;
}
.bottom_two{
font-size: 28rpx;
width:80%;
height: 80rpx;
line-height:120%;
font-family: 'SimHei',Arial;
color: #fff;
}