institution.scss
1.91 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
.bg {
width: 100%;
height: 100vh;
position: fixed;
z-index: 0;
image {
width: 100%;
height: 100vh;
}
}
.back {
width: 44px;
height: 44px;
line-height: 44px;
/* #ifdef MP-WEIXIN */
height: 88px;
line-height: 88px;
padding-top:0;
/* #endif */
padding-top:var(--status-bar-height);
left: 25rpx;
position: absolute;
z-index: 9999;
image {
width: 24rpx;
height: 24rpx;
}
}
.listBox{
position: relative;
z-index: 1;
}
.content {
width: 100%;
padding-bottom: 180rpx;
}
/* 搜索 */
.search-index{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0 25rpx;
.search{
width: 100%;
display: flex;
align-items: center;
padding: 0 30rpx;
height: 90rpx;
background-color: #ffffff;
border-radius: 20rpx;
.shu {
font-size: 20rpx;
color: #D8D8D8;
margin: 0 20rpx 6rpx 20rpx;
}
.iconfont{
image {
width: 30rpx;
height: 30rpx;
margin-top: 4rpx;
}
}
input{
width: 90%;
height: 100%;
color: #212121;
font-size: 24rpx;
}
}
}
.toptitle {
font-size: 32rpx;
font-weight: bold;
margin: 25rpx 30rpx;
}
.article-list{
margin: 25rpx;
.list{
display: flex;
border-radius: 20rpx;
background-color: #FFFFFF;
padding: 20rpx;
.item{
width: 65%;
.title{
margin-bottom: 34rpx;
text{
font-size: 28rpx;
font-weight: bold;
}
}
.like{
width: 100%;
margin-bottom: 10rpx;
display: flex;
align-items: center;
image {
width: 24rpx;
height: 24rpx;
margin-right: 10rpx;
}
text{
font-size: 28rpx;
color: #909090;
}
}
}
.thumb{
display: flex;
align-items: center;
justify-content: flex-end;
width: 35%;
height: 100%;
image{
width: 300rpx;
height: 160rpx;
border-radius: 20rpx;
}
}
}
}