datain.scss
1.62 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
.page {
width: 100%;
height: 100vh;
overflow: scroll;
background-color: #F4F4F4 !important;
}
/* 搜索 */
.search-head {
position: fixed;
left: 0;
// top: 86rpx;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
/* #ifdef APP-PLUS */
// height: calc(120rpx + var(--status-bar-height));
/* #endif */
padding: 20rpx;
background-color: #F4F4F4;
.search {
display: flex;
align-items: center;
width: 100%;
height: 80rpx;
background: rgba(255, 255, 255, 1);
border: 0;
border-radius: 30rpx;
padding:0 25rpx;
image {
width: 34rpx;
height: 34rpx;
}
text{
width: 2rpx;
height: 24rpx;
background-color:#D8D8D8;
margin: 0 18rpx;
}
input {
width: 58%;
height: 100%;
font-size: 28rpx;
color: #646464;
}
}
.btn {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 30rpx;
background-color: #D32D25;
border-radius: 100rpx;
padding: 12rpx 25rpx;
text {
font-size: 28rpx;
color: #fff;
}
}
}
.listBox{
position: relative;
z-index: 1;
}
.content {
width: 100%;
}
.item{
width: 98%;
padding: 30rpx;
border-radius: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
margin: 0 auto;
margin-top: 20rpx;
.comName{
margin-left: 20rpx;
font-size: 30rpx;
font-weight: bold;
}
}
.comTime{
margin-right: 20rpx;
}
.more-content{
display: flex;
align-items: center;
image{
width: 100rpx;
height: 100rpx;
border-radius: 100%;
}
.more-content-img {
image {
width: 24rpx;
height: 24rpx;
}
}
}