正在显示
1 个修改的文件
包含
48 行增加
和
0 行删除
pages/main/idinfo/idinfo.wxss
0 → 100644
1 | +/* pages/main/idinfo/idinfo.wxss */ | |
2 | +.page { | |
3 | + background: #f8f8f8; | |
4 | +} | |
5 | + | |
6 | +.text_999_24 { | |
7 | + font-family: PingFangSC-Regular; | |
8 | + font-size: 24rpx; | |
9 | + color: #999; | |
10 | + background: #fff; | |
11 | + margin-left: 32rpx; | |
12 | + line-height: 70rpx; | |
13 | +} | |
14 | + | |
15 | +.id_background{ | |
16 | + width: 100%; | |
17 | + height: 380rpx; | |
18 | + display: flex; | |
19 | + align-items: center; | |
20 | + background-color: #e5e5e5; | |
21 | +} | |
22 | + | |
23 | +.id_image_wrap{ | |
24 | + width: 440rpx; | |
25 | + height: 280rpx; | |
26 | + margin-left: 150rpx; | |
27 | + margin-right: 150rpx; | |
28 | +} | |
29 | + | |
30 | +.item_body { | |
31 | + width: 100%; | |
32 | + height: 80rpx; | |
33 | +} | |
34 | + | |
35 | +.text_666_28 { | |
36 | + font-family: PingFangSC-Regular; | |
37 | + font-size: 28rpx; | |
38 | + color: #666; | |
39 | + line-height: 80rpx; | |
40 | +} | |
41 | + | |
42 | +.text_333_28 { | |
43 | + font-family: PingFangSC-Regular; | |
44 | + font-size: 28rpx; | |
45 | + color: #333; | |
46 | + text-align: right; | |
47 | + line-height: 80rpx; | |
48 | +} | ... | ... |
请
注册
或
登录
后发表评论