qiyedetail.wxss
943 字节
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
/**index.wxss**/
page {
height: 100%;
}
.container {
width: 750rpx;
height: 382rpx;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
ec-canvas {
width: 100%;
height: 100%;
}
.coint {
color: #ff9400ff;
text-align: center;
margin-top: 77rpx;
}
.zonghe {
color: #ff9400ff;
font-size: 30rpx;
text-align: center;
}
.cointleft {
font-size: 80rpx;
}
.cointword {
font-size: 30rpx;
}
.xian {
width: 750rpx;
height: 16rpx;
background: #F4F4F4;
opacity: 1;
margin-top:70rpx;
}
.middle{
padding: 48rpx 32rpx;
box-sizing: border-box;
border-bottom:16rpx solid #F4F4F4
}
.companyname{
color:#333333;
font-size: 34rpx;
font-weight: bold
}
.middlelist{
display:flex;
align-items: center;
margin-top:26rpx;
}
.middleitemleft{
width:168rpx;
color:#777777;
font-size: 28rpx;
}
.middleitemright{
color:#777777;
font-size: 28rpx;
margin-left:24rpx;
}