index.css
2.8 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
body{
background-color: #F4F5F9;
}
*{
margin: 0;
padding: 0;
}
.container{
width: 7.5rem;
line-height: 1;
display: flex;
flex-flow: column;
align-items: center;
}
.head{
width: 7.5rem;
height: 4.91rem;
background:linear-gradient(-35deg,rgba(134,31,84,0.8),rgba(15,75,156,0.8));
display: flex;
}
.menu{
width: 6.86rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.menu_top{
width: 6.86rem;
display: flex;
justify-content: space-around;
}
.menu_bottom{
width: 6.86rem;
display: flex;
justify-content: space-around;
}
.menu_item{
margin-top: 0.22rem;
display: flex;
flex-flow: column;
align-items: center;
}
.menu_item_top{
width: 0.7rem;
height: 0.7rem;
background:linear-gradient(0deg,rgba(0,87,182,1),rgba(0,141,209,1));
border-radius:50%;
}
.menu_item_bottom{
margin-top: 0.1rem;
font-size: 0.26rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
}
.middle{
width: 7.5rem;
height: 1.96rem;
opacity: 0.35;
background:linear-gradient(35deg,rgba(134,31,84,0.9),rgba(15,75,156,0.9));
margin-top: 0.23rem;
display: flex;
}
.middle img{
width: 100%;
height: 100%;
}
.new{
width: 1.56rem;
font-size: 0.27rem;
display: flex;
align-items: center;
margin-top: 0.1rem;
}
.new_text{
}
.new_underline{
width: 1.56rem;
height:2px;
background:linear-gradient(-35deg,rgba(134,31,84,1),rgba(15,75,156,1));
margin-top: 0.2rem;
}
.bottom{
display: flex;
margin-top: 0.03rem;
width: 7.5rem;
justify-content: space-between;
}
.bottom_left{
width: 3.56rem;
margin-left: 0.4rem;
}
.bottom_left_top{
margin-top: 0.2rem;
height: 0.4rem;
line-height: 0.4rem;
font-size: 0.26rem;
color: #333333;
box-sizing: border-box;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.bottom_left_bottom{
height: 1.04rem;
line-height: 0.36rem;
font-size: 0.22rem;
color: #666666;
box-sizing: border-box;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-top: 0.1rem;
}
.bottom_right{
width: 3.26rem;
height: 3.77rem;
display: flex;
}
.bottom_right img{
width: 100%;
height: 100%;
}
/*底部菜单栏*/
.bottom_menu{
width: 7.5rem;
height: 0.88rem;
display: flex;
align-items: center;
justify-content: space-around;
background-color: #ffffff;
position: fixed;
bottom: 0;
}
.bottom_menu_index{
display: flex;
flex-flow: column;
align-items: center;
color: #666666;
}
.bottom_menu_index_text{
font-size: 0.22rem;
color: #666666;
}