xyjc.css
1.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
.main , .page {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.container{
width: 100%;
height: 100%;
line-height: 1;
display: flex;
flex-flow: column;
align-items: center;
background: #F9F9F9;
}
.header{
width: 6.97rem;
height: 5.03rem;
border-radius: 0.16rem;
background-color: green;
margin-top: 0.14rem;
position: relative;
}
.header img{
width: 100%;
height: 100%;
}
/*.link{*/
/*width: 0.18rem;*/
/*height: 0.18rem;*/
/*background:rgba(218,186,111,1);*/
/*border-radius:50%;*/
/*position: absolute;*/
/*bottom: 0;*/
/*}*/
.bottom{
margin-top: 0.22rem;
width: 6.97rem;
height: 5.4rem;
display: flex;
background: rgba(255,255,255,1);
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.16rem;
}
.bottom_box{
width: 6.2rem;
/*height: 4.04rem;*/
/*border: 1px solid red;*/
margin: 0.42rem 0.44rem ;
line-height: 0.42rem;
font-size: 0.28rem;
color: rgba(88,88,88,1);
font-weight: 500;
}
.link_left{
width: 0.18rem;
height: 0.66rem;
display: flex;
position: absolute;
bottom: -0.45rem;
left: 0.29rem;
}
.link_left img{
width: 100%;
height: 100%;
}
.link_right{
width: 0.18rem;
height: 0.66rem;
display: flex;
position: absolute;
bottom: -0.45rem;
right: 0.29rem;
}
.link_right img{
width: 100%;
height: 100%;
}